URLs this API handles
- ✓Supported public Highlight URLs
- ✓Highlight image and video items
- ✓Collections with multiple media results
- ✓Public instagram.com Highlight links
Resolve supported public Instagram Highlight links into reusable video and image result objects.
curl https://developers.getinsaver.com/v1/resolve \
-H "Authorization: Bearer gis_live_••••" \
-H "Content-Type: application/json" \
-d '{
"service": "instagram-highlight",
"url": "https://supported-public-url/..."
}'
{
"ok": true,
"item_count": 1,
"items": [{ "type": "video", "url": "https://cdn..." }]
}The GetInSaver Instagram Highlights API gives developer products a dedicated service ID for public Highlight media. It is designed for workflows that need a stable JSON contract instead of page-specific extraction logic, with clear errors when a Highlight is private, removed or unavailable.
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. A supported Highlight collection may return multiple image or video items, up to the max_results value supplied in the request.
Use instagram-highlight for public Highlight URLs. Regular posts and Reels use instagram, while active Stories use instagram-story.
No. Private, login-gated, removed and otherwise unavailable Highlight media is rejected and not charged.
Each successfully returned Highlight item uses two credits. Failed requests use zero credits.
No card, no sales call and no charge for failed results.