Transcribe Tiktok Videos
TikTok Transcription
TikTok Scraping & Transcription
Real-time Scraping
Extract and transcribe TikTok video content in near real-time through our secure API
Secure Processing
Protected data retrieval and transcription through TEE nodes with rate limiting
Key Endpoints
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 Transcription Request
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.
Request Parameters
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”) |
Authentication
- Authorization: Bearer Token
- Header:
Authorization: Bearer <API_KEY>
Transcribing a TikTok Video
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.
Retrieve Transcription Results
Response example:
Similarity Search
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.
Hybrid Search
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.