Dictate โ From audio file asynchronously
POSThttps://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โ
- 200
Request received and processing started.
Authorization: http
name: bearertype: httpscheme: bearer
- curl
- python
- go
- nodejs
- CURL
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"
}'
ResponseClear