Skip to main content

Dictate โ€” From audio file

POST 

https://us.api.nabla.com/v1/core/server/dictate

Generate a dictation from an audio file. Only audio/* mime types are supported. The maximum duration is 10 minutes. If you have longer files, please use the asynchronous equivalent.

Requestโ€‹

Bodyrequired

    request_parameters objectrequired

    The object containing all the information needed along with the audio file for which you want dictation.

    dictation_localedictate_locale (string)required

    Possible values: [ENGLISH_US, ENGLISH_UK, SPANISH_ES, SPANISH_MX, FRENCH_FR]

    Example: ENGLISH_US
    punctuation_modepunctuation_mode (string)required

    Specifies how punctuation is handled. Possible values are:
    โ€ข EXPLICIT: speaker must explicitly dictate punctuation (e.g. "comma" or "quotation mark").

    Possible values: [EXPLICIT]

    filebinaryrequired

Responsesโ€‹

Results of processing the audio file.

Schema
    dictationstringrequired

Authorization: http

name: bearertype: httpscheme: bearer
curl -L -X POST 'https://us.api.nabla.com/v1/core/server/dictate' \
-H 'Content-Type: multipart/form-data' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://us.api.nabla.com/v1/core/server
Auth
Body required
required
required
file
ResponseClear

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