📥 Instagram Downloader API

Processing...

Converting to MP3...

Processing batch download...

API Endpoints:

GET /api.php?action=info&url=INSTAGRAM_URL&api_key=YOUR_API_KEY
GET /api.php?action=download&url=INSTAGRAM_URL&api_key=YOUR_API_KEY
GET /api.php?action=download_hd&url=INSTAGRAM_URL&api_key=YOUR_API_KEY
GET /api.php?action=convert_mp3&url=INSTAGRAM_URL&quality=128&api_key=YOUR_API_KEY
GET /api.php?action=batch&urls=URL1,URL2,URL3&api_key=YOUR_API_KEY
GET /api.php?action=list_downloads&api_key=YOUR_API_KEY
            

Headers:

X-API-Key: YOUR_API_KEY
Content-Type: application/json
            

Example Response:

{
    "success": true,
    "data": {
        "filename": "username_20231231_123456_abc123.mp4",
        "path": "videos/username_20231231_123456_abc123.mp4",
        "type": "video",
        "size": 15267890,
        "url": "http://yourdomain.com/downloads/videos/..."
    }
}