Transcribe โ From audio file
POSThttps://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โ
- 200
Results of processing the audio file.
Authorization: http
name: bearertype: httpscheme: bearer
- curl
- python
- go
- nodejs
- CURL
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>'
ResponseClear