ReelsDown API

Instagram Reels Downloader API

This API service provides endpoints to extract and download Instagram Reels, Posts, and IGTV videos.

To use this API, please connect it with the ReelsDown frontend application.

Available Endpoints

Health Check

GET /health

Check if the API is running properly.

Extract Video Information

POST /api/extract

Extract video information from an Instagram URL.

Request body: {"url": "https://www.instagram.com/reel/..."}

Supports various Instagram URL formats including URLs with query parameters:

Test Connection

GET /api/test-connection

Test connection to the API.

Download Video

GET /api/download?url=...

Proxy for downloading Instagram videos.

Usage

This API is intended for use with the ReelsDown frontend application.

For more information, visit the ReelsDown website.

Anti-Rate Limiting Features

This API implements several techniques to avoid Instagram rate limiting:

These features help maintain reliable service when downloading Instagram videos.