Public API

TokCaption API Documentation

Use the TokCaption API to submit TikTok transcription jobs, poll their status, and build creator workflows around transcript extraction, AI analysis, and exports. API access is available on paid plans. This page exposes the public reference content in server-rendered HTML and keeps the interactive explorer below for implementation details.

Authentication

Authenticate with a Supabase JWT in the Authorization header or with a live API key in X-API-Key.

Base Path

/api/v1

The public reference currently covers the transcription submit and job polling flows.

Available endpoints

POST/api/v1/jobs

Transcribe Submit

Submit 1..N TikTok video URLs for transcription. Batch size depends on plan, and single submits may return a terminal result immediately.

GET/api/v1/jobs/{jobId}

Polling Job Status

Poll a submitted transcription job until terminal state.

Loading API documentation…