Dokumentasi API

Integrasikan muat turun video Rednote ke dalam aplikasi anda

Pelan Asas

$9.90
  • 600 panggilan API
  • Tiada tamat tempoh
  • Kualiti video HD
  • Tiada tanda air
Mula

Pelan Pro

$19.90
  • 1,000 panggilan API
  • Tiada tamat tempoh
  • Kualiti video HD
  • Tiada tanda air
  • Sokongan keutamaan
Mula

Titik Akhir API

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

Pengepala Permintaan

Content-Type: application/json
Authorization: Bearer YOUR_API_KEY

Badan Permintaan

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

Respons

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