Downloader

Instagram

Download Reels, Stories, and Post media from Instagram.

GET /v1/instagram/download

https://api.cludz.net/v1/instagram/download

Fetch media from an Instagram URL. Supports Posts, Reels, and Stories.

Query Parameters:

ParameterRequiredDescriptionType
urlYesThe valid Instagram URL (Post, Reel, or Story).string
formatNomp4 or mp3. Defaults to mp4.string

Example

curl "https://api.cludz.net/v1/instagram/download?url=https://www.instagram.com/p/..." \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

{
  "statusCode": 200,
  "statusMessage": "Success",
  "message": "Media downloaded successfully",
  "data": {
    "title": "Post Caption",
    "url": "https://download.url...",
    "thumbnail": "https://thumbnail.url...",
    "type": "image|video",
    "author": "instagram_user"
  }
}
Built with 💖 by Miza • © 2026 - Powered by Nuxt