Everything you need to integrate ReelSaver API into your application.
Every request must include your API key.
x-api-key: YOUR_API_KEY
POST /api/v1/download
{
"url":"https://www.instagram.com/reel/XXXX/"
}
{
"success":true,
"data":{
"type":"video",
"username":"cozyylife_"
}
}
| Status | Description |
|---|---|
| 401 | Invalid API Key |
| 429 | Rate Limit Exceeded |
| 500 | Internal Server Error |