Skip to main content
Transcription is asynchronous — it calls an external transcriber. The request returns 202 with an execution; you track that to completion, then read the transcript.

1. Kick off the transcript

2. Wait for it

Poll the execution until done (see Asynchronous operations for a ready-made polling helper):

3. Read the transcript

Only embedded content is searchable. Pass embed: true when transcribing (or run a workflow that produces documents) so it shows up in semantic search.

Cost

Running the transcript draws a 0.01 coin flat fee plus the transcriber’s real cost (pass-through). Reading it back is 0.005 coin. A manual transcript (text provided) skips the provider cost.