v1
latestOpenAPI 3.0.42026-07-2271315.1 KBTranscription API
Submit Audio for Transcription
Submit an audio file for transcription. Pass the pre-signed download URL returned by complete-upload. Transcription runs asynchronously — use the returned transcription_id to poll for results.
post/open/partner/ai/transcriptions/
Headers
Content-Typestring required
Request body
Response
Transcription task accepted
Example response
{
"transcription_id": "task_exec_xxx",
"status": "PENDING"
}