URLs this API handles
- ✓Public Instagram Reel URLs
- ✓Public photo and video posts
- ✓Supported multi-item carousel posts
- ✓Standard instagram.com post and reel links
Turn supported public Instagram post and Reel URLs into clean media results your application can process.
curl https://developers.getinsaver.com/v1/resolve \
-H "Authorization: Bearer gis_live_••••" \
-H "Content-Type: application/json" \
-d '{
"service": "instagram",
"url": "https://supported-public-url/..."
}'
{
"ok": true,
"item_count": 1,
"items": [{ "type": "video", "url": "https://cdn..." }]
}The GetInSaver Instagram Downloader API is built for developers who already have a public Instagram URL and need a repeatable way to resolve its media. Use the same REST endpoint for Instagram Reels, single-photo posts, public videos and carousel items while keeping one predictable response schema.
Every verified developer receives 20 result credits. Purchased credits do not expire, and failed, private, deleted, unsupported or unavailable lookups consume zero credits.
Verify your email to receive 20 free result credits without adding a payment card.
Create an API key and call POST /v1/resolve with the service ID and public URL.
Read the returned media item array, type fields, URLs and exact credit usage in your application.
GetInSaver does not bypass privacy controls, account login, deleted content or rights restrictions. Use returned media only when you have the necessary permission or another lawful basis. Platform availability can change, so unavailable lookups are never charged.
Yes. Supported public Instagram Reel URLs use the instagram service ID and return video media information when the Reel is publicly available.
Yes. Supported public carousel posts can return multiple image or video items. Billing is item-level, so the response reports the exact number of credits used.
No. The API does not bypass privacy, login or rights controls. Private, deleted and unavailable posts are rejected and not charged.
No. GetInSaver is an independent commercial API for supported publicly accessible media workflows and is not affiliated with or endorsed by Instagram or Meta.
No card, no sales call and no charge for failed results.