A single-endpoint API that takes an Instagram reel or post URL and returns its downloadable media info as clean JSON author, view/like counts, title, thumbnail, and direct video/audio download links without needing to scrape Instagram yourself.
Endpoint
GET /download
Resolves an Instagram reel/post URL into downloadable media.
Query Parameters
Param Type Required Description
url string Yes Full Instagram URL, e.g. https://www.instagram.com/reel/DUFZw-9kk3B/
Example Request
GET /download?url=https://www.instagram.com/reel/DUFZw-9kk3B/
> Note: URL-encode the url query param value, since Instagram URLs are themselves full URLs being passed as a param value.