Check 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!"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.