{
  "name": "Unofficial TikTok API",
  "author": "Omindu Dissanayaka",
  "version": "2.2.0",
  "description": "TikTok video metadata + download API",
  "endpoints": {
    "GET /api/fetch": "Fetch video metadata (query param)",
    "POST /api/fetch": "Fetch video metadata (POST body)",
    "GET /api/fetch/batch": "Batch fetch up to 5 videos",
    "POST /api/fetch/batch": "Batch fetch up to 5 videos",
    "POST /api/download": "Download video via server cookies",
    "POST /api/download-thumbnail": "Download thumbnail via server cookies"
  },
  "rateLimits": {
    "fetch": "30 requests per minute"
  }
}