Skip to main content
GET
/
v1
/
transcripts
/
{video_id}
Get a video transcript (segments, speakers, entity annotations)
curl --request GET \
  --url https://api.arcmira.com/v1/transcripts/{video_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "type": "<string>",
    "code": "<string>",
    "message": "<string>",
    "doc_url": "<string>",
    "request_id": "<string>",
    "param": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

unlock
enum<string>

Explicit purchase action: debits quarters × 125 rows and grants the permanent per-video unlock in the same request. Without it, locked viewers receive only the teaser segments.

Available options:
true

Response

Success