Skip to main content

Create a Custom Dictionary Expression

POST 

https://us.api.nabla.com/v1/core/user/custom-dictionary-expressions

Creates a Custom Dictionary Expression for the current user.

Requestโ€‹

Responsesโ€‹

The created Custom Dictionary Expression.

Authorization: http

name: bearertype: httpscheme: bearer
curl -L 'https://us.api.nabla.com/v1/core/user/custom-dictionary-expressions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"expression": "metformin",
"speech_locale": "ENGLISH_US"
}'
Request Collapse all
Base URL
https://us.api.nabla.com/v1/core/user
Auth
Body required
{
  "expression": "metformin",
  "speech_locale": "ENGLISH_US"
}
ResponseClear

Click the Send API Request button above and see the response here!