provider speech-to-text GET /v1/speech-to-text/transcripts/{transcription_id}
@utdk/elevenlabs /v1/speech-to-text/transcripts/{transcription_id}
Get Transcript By Id
Retrieve a previously generated transcript by its ID.
transcription_id path required
The unique ID of the transcript to retrieve
string
xi-api-key header
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
getTranscriptById
GET/v1/speech-to-text/transcripts/{transcription_id}
Retrieve a previously generated transcript by its ID.

Parameters

required

The unique ID of the transcript to retrieve

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.getTranscriptById()