tik-down API
A REST API for fetching social media profile video metadata using yt-dlp.
Base URL
https://tik-down-backend.vercel.appEndpoints
GET/tiktokStream all videos from a TikTok profile
GET/instagramStream all posts from an Instagram profile
Response Format
All streaming endpoints return application/x-ndjson — one JSON object per line, sent as data arrives. This means your client starts receiving entries immediately without waiting for the full profile to be scanned.
Getting Started
- Choose an endpoint from the navigation
- Read the documentation and query parameters
- Try the example requests
- Implement in your application using fetch streams