Speech Extraction
Our Speech Extraction API endpoint is used to extract text from audio files.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
Upload an audio file for speech-to-text processing.
The body is of type object
.
Response
200
application/json
Speech successfully converted to text
The response is of type object
.