ReelSaver API Documentation

Everything you need to integrate ReelSaver API into your application.


Authentication

Every request must include your API key.

x-api-key: YOUR_API_KEY

Download Endpoint

POST /api/v1/download
Body
{
"url":"https://www.instagram.com/reel/XXXX/"
}

Response

{
"success":true,
"data":{
"type":"video",
"username":"cozyylife_"
}
}

Common Errors

Status Description
401 Invalid API Key
429 Rate Limit Exceeded
500 Internal Server Error

Code Examples



FAQ

Yes, according to your plan limits and applicable platform terms.