TikTok Scraping & Transcription
Extract and transcribe TikTok video content in near real-time through our secure API
Protected data retrieval and transcription through TEE nodes with rate limiting
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 |
Submit a TikTok video URL to initiate transcription. The API will process the video, extract the audio, and return a transcription of the spoken content. You can optionally specify the expected language to improve accuracy.
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>
Submit a TikTok video URL to start the transcription process. The API will return a job UUID that you can use to check the status and retrieve results. The transcription process typically takes 30-60 seconds depending on video length.
Use this endpoint to perform semantic searches on previously indexed TikTok video transcriptions. Results are ranked based on vector similarity, allowing you to find semantically related content across your stored TikTok data. Perfect for discovering thematically similar videos or analyzing content patterns.
Combine semantic and keyword search capabilities to find relevant TikTok videos. This hybrid approach leverages both vector embeddings for semantic similarity and traditional text search, allowing you to discover content that matches both meaning and specific keywords.