Generate the transcript
Recordings
Generate the transcript
Queues transcript generation, or regenerates an existing transcript in another language. Generation runs in the background, so poll GET /recordings/{id}/transcript-status for the outcome.
POST
Generate the transcript
Replace
Learn how to find your subdomain in Workspace subdomain.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
API key. Refer to Authentication for more information.
Must be application/json.
Available options:
application/json Path Parameters
The recording's id (UUID) or its public_link_id (the short code in the watch URL). Both are accepted.
Body
application/json
Language code to transcribe in, for example en. Send auto, or leave it out, to let the transcription engine detect the language.
Example:
"en"