v1
latestOpenAPI 3.1.0MIT2026-07-262861121.0 KBCheck the status of an asynchronous transcription job (Elevenlabs-STT). Poll this endpoint to get the transcription results when the job is completed.
post/transcribe/status
Request body
Example request
{
"runId": "abc123def456"
}Response
Transcription status response
Example response
{
"transcription": "Speaker 1: Hello everyone. Speaker 2: Hi there!"
}