Skip to main content
GET
/
v1
/
transcripts
/
{transcript_id}
Get a transcript
curl --request GET \
  --url https://api.clipping.cc/v1/transcripts/{transcript_id} \
  --header 'Authorization: Bearer <token>'
{
  "transcript": {
    "item_id": "<string>",
    "lang": "<string>",
    "text": "<string>",
    "segments": [
      {}
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer ck_live_…

Path Parameters

transcript_id
string
required

Response

Transcript.

transcript
object