{"name":"DownMaster API","version":"2.0.0","description":"Multi-platform video downloader API","platforms":["tiktok","youtube","twitter","facebook"],"endpoints":{"health":"GET /health","videoInfo":"POST /api/video/info { url: string }","videoDownload":"GET /api/video/download/:id?url=<downloadUrl>&platform=<platform>","resolveUrl":"POST /api/video/resolve { url: string }","userVideos":"GET /api/user/:username?cursor=0&count=30","batchVideos":"POST /api/video/batch { urls: string[] }"}}