API Documentation

Integrate Rednote video downloading into your applications

Basic Plan

$9.90
  • βœ“ 600 API calls
  • βœ“ No expiration
  • βœ“ HD video quality
  • βœ“ No watermarks
Get Started

Pro Plan

$19.90
  • βœ“ 1,000 API calls
  • βœ“ No expiration
  • βœ“ HD video quality
  • βœ“ No watermarks
  • βœ“ Priority support
Get Started

API Endpoint

POST https://rednotetoolsonline.com/api/rednote/parse

Request Headers

Content-Type: application/json
Authorization: Bearer YOUR_API_KEY

Request Body

{
  "url": "https://www.xiaohongshu.com/explore/..."
}

Response

{
  "status": "101",
  "data": {
    "title": "Video Title",
    "videoUrl": "https://...",
    "imageUrls": ["https://..."],
    "author": "Author Name"
  }
}