Check the status of an asynchronous transcription job (Elevenlabs-STT). Poll this endpoint to get the transcription results when the job is completed.
runId
that you use to check the status.
pending
: Job is queued for processingprocessing
: Transcription is in progresscompleted
: Transcription finished successfullyfailed
: Transcription failed (check error field)Status check parameters including runId from the initial transcription request
The body is of type object
.
Transcription status response
The response is of type object
.