Method | Endpoint | Description |
---|---|---|
POST | /v1/search/live/tiktok | Submit a TikTok video transcription request |
GET | /v1/search/live/tiktok/status/:jobUUID | Check transcription job status |
GET | /v1/search/live/tiktok/result/:jobUUID | Retrieve transcription results |
Field | Type | Required | Description |
---|---|---|---|
video_url | string | ✅ | Full URL of the TikTok video to transcribe |
language | string | ❌ | Expected language code (e.g. “eng-US”, “spa”, “fra”) |
Authorization: Bearer <API_KEY>