Create a Custom Dictionary Expression
POSThttps://us.api.nabla.com/v1/core/user/custom-dictionary-expressions
Creates a Custom Dictionary Expression for the current user.
Requestโ
Responsesโ
- 200
The created Custom Dictionary Expression.
Authorization: http
name: bearertype: httpscheme: bearer
- curl
- python
- go
- nodejs
- CURL
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"
}'
ResponseClear