Endpoint Examples
Speech-to-Text Status
Check the status of an asynchronous transcription job (Elevenlabs-STT). Poll this endpoint to get the transcription results when the job is completed.
POST
Overview
Check the status of an asynchronous transcription job (Elevenlabs-STT). Poll this endpoint to get transcription results when the job is completed.
Usage
This endpoint is used with the Elevenlabs-STT model which processes transcriptions asynchronously. After submitting a transcription job, you’ll receive a runId
that you use to check the status.
Status Values
pending
: Job is queued for processingprocessing
: Transcription is in progresscompleted
: Transcription finished successfullyfailed
: Transcription failed (check error field)
Response Examples
Pending/Processing
Completed
Failed
Authorizations
Body
application/json
Status check parameters including runId from the initial transcription request
The body is of type object
.
Response
200
application/json
Transcription status response
The response is of type object
.