Web Extraction
Speed Text Extraction
This endpoint is used to convert speech to text using AI. It accepts a Form Data containing the audio file and returns the speech-to-text conversion results.
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