Transcription is asynchronous — it calls an external transcriber. The request returnsDocumentation Index
Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt
Use this file to discover all available pages before exploring further.
202 with an execution; you track that
to completion, then read the transcript.
1. Kick off the transcript
| Field | Meaning |
|---|---|
lang | Target language (e.g. pt). Omit to auto-detect. |
embed | true → also generate embeddings so the transcript is searchable (consumes AI tokens). |
text | Provide a transcript yourself — skips the external transcriber (no provider cost). |
2. Wait for it
Poll the execution untildone (see Asynchronous operations
for a ready-made polling helper):
3. Read the transcript
Cost
Running the transcript draws a0.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.