redaction [offline]
Not supported yet.
Last updated
Was this helpful?
Not supported yet.
Last updated
Was this helpful?
Note:
Previously, our STT models operated via a single API call to POST https://api.aimlapi.com/v1/stt
. You can view the API schema .
Now, we are switching to a new two-step process:
POST https://api.aimlapi.com/v1/stt/create
– Creates and submits a speech-to-text processing task to the server. This method accepts the same parameters as the old version but returns a generation_id
instead of the final transcript.
GET https://api.aimlapi.com/v1/stt/{generation_id}
– Retrieves the generated transcript from the server using the generation_id
obtained from the previous API call.
This approach helps prevent generation failures due to timeouts. We've prepared below to make the transition to the new STT API easier for you.
Model removes sensitive information (credit cards info, personally identifiable information, account numbers, etc) from your transcripts.
If you don’t have an API key for the AI/ML API yet, feel free to use our .