Skip to main content

Transcribe โ€” From audio file

POST 

https://us.api.nabla.com/v1/core/user/transcribe

Generate a transcript 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โ€‹

Responsesโ€‹

Results of processing the audio file.

Authorization: http

name: bearertype: httpscheme: bearer
curl -L -X POST 'https://us.api.nabla.com/v1/core/user/transcribe' \
-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/user
Auth
Body required
required
required
file
ResponseClear

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