Track endpoint
POST https://reelsradar.io/api/track
Request
{
"url": "https://www.instagram.com/reel/XXXX/",
"collection_id": null
}
Response (video)
{
"success": true,
"type": "video",
"video": { "id": "...", "status": "pending" },
"job_id": "...",
"message": "Tracking started. Metrics will appear in a few minutes."
}
Errors
400— missing / invalid URL401— not signed in403— no plan access or video limit reached