Web Extraction
Convert speech to text
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 audio file to be transcribed.
Keep filler words like "um" and "uh".
Enable text formatting (punctuation, capitalization, etc.).
Enable filters to censor profane words.
Response
200
application/json
Speech successfully converted to text
Was this page helpful?