Integrate RedNote and Kuaishou video downloading into your applications
Supports both RedNote and Kuaishou video downloads
POST https://rednotetoolsonline.com/api/rednote/parsePOST https://rednotetoolsonline.com/api/kuaishou/parseContent-Type: application/json Authorization: Bearer YOUR_API_KEY
{
"url": "https://www.xiaohongshu.com/explore/..."
}{
"url": "https://www.kuaishou.com/short-video/..."
}Response format is the same for both RedNote and Kuaishou
{
"success": true,
"content": {
"type": "video", // or "images" for image posts
"title": "Video Title",
"videoUrl": "https://...", // for video type
"imageUrls": ["https://..."], // for images type
"author": "Author Name",
"coverUrl": "https://..."
}
}