tik-down
API

tik-down API

A REST API for fetching social media profile video metadata using yt-dlp.

Base URL

https://tik-down-backend.vercel.app

Endpoints

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

  1. Choose an endpoint from the navigation
  2. Read the documentation and query parameters
  3. Try the example requests
  4. Implement in your application using fetch streams