Skip to main content

Dictate โ€” From audio file asynchronously

POST 

https://us.api.nabla.com/v1/core/user/dictate-async

Generate a dictation from an audio file. Only audio/* mime types are supported. The maximum duration is 60 minutes.

Requestโ€‹

Responsesโ€‹

Request received and processing started.

Authorization: http

name: bearertype: httpscheme: bearer
curl -L 'https://us.api.nabla.com/v1/core/user/dictate-async' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"speech_locale": "ENGLISH_US",
"file_url": "string",
"dictate_punctuation": true,
"client_request_id": "string"
}'
Request Collapse all
Base URL
https://us.api.nabla.com/v1/core/user
Auth
Body required
{
  "speech_locale": "ENGLISH_US",
  "file_url": "string",
  "dictate_punctuation": true,
  "client_request_id": "string"
}
ResponseClear

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