API Docs
POST /api/download contract.
JSON endpoint for frontend or backend integration. Xiaohongshu: production; other platforms: mock until Live is announced.
Request
POST /api/download
Content-Type: application/json
{ "url": "https://www.xiaohongshu.com/discovery/item/..." }Sample response
{
"success": true,
"data": {
"title": "...",
"thumbnail": "...",
"platform": "xiaohongshu",
"duration": 120,
"downloads": {
"video": "...",
"nowatermark": "...",
"audio": "...",
"thumbnail": "..."
}
}
}Do not rely on TikTok/Instagram/Facebook mock responses commercially until we mark them Live on the homepage.