Prerequisites
- An API key (contact your administrator)
- HTTP client (curl, Python requests, JavaScript fetch, etc.)
Base URL
All API requests should be made to:Authentication
All requests require an API key passed in theX-API-Key header:
Your First API Call
Let’s fetch posts from a TikTok user:Request
Response
Adding ML Enrichment
Enhance your data with sentiment analysis, topic extraction, and more:enrichment object with analysis results.
Available Platforms
| Platform | Endpoints |
|---|---|
| TikTok | /tiktok/posts, /tiktok/comments, /tiktok/bulk/posts, /tiktok/hashtag/posts |
/instagram/posts, /instagram/comments, /instagram/hashtag/posts | |
| YouTube | /youtube/search, /youtube/comments, /youtube/hashtag/search, /youtube/channel/videos, /youtube/channel/shorts |
/reddit/posts, /reddit/comments | |
| ML | /ml/analyze |