Integrasikan muat turun video Rednote ke dalam aplikasi anda
POST https://rednotetoolsonline.com/api/rednote/parse
Content-Type: application/json Authorization: Bearer YOUR_API_KEY
{ "url": "https://www.xiaohongshu.com/explore/..." }
{ "status": "101", "data": { "title": "Video Title", "videoUrl": "https://...", "imageUrls": ["https://..."], "author": "Author Name" } }