URLs this API handles
- ✓Active public Instagram Stories
- ✓Supported Story image items
- ✓Supported Story video items
- ✓Public instagram.com/stories URLs
Resolve supported active public Instagram Story URLs into structured image and video results.
curl https://developers.getinsaver.com/v1/resolve \
-H "Authorization: Bearer gis_live_••••" \
-H "Content-Type: application/json" \
-d '{
"service": "instagram-story",
"url": "https://supported-public-url/..."
}'
{
"ok": true,
"item_count": 1,
"items": [{ "type": "video", "url": "https://cdn..." }]
}Use the GetInSaver Instagram Story API when your product needs public Story media from a supported URL. The service returns a consistent response format for active public Story items and reports actual item usage, so failed or expired Story lookups do not consume credits.
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.
No. Expired or unavailable Stories cannot be resolved. The request returns an error and consumes zero credits.
No. Only supported publicly accessible Story URLs are accepted. The service does not authenticate as a viewer or bypass privacy controls.
Each successfully returned Story item uses two credits. The API reserves the request maximum and automatically returns unused credits.
No. Use instagram-story for active Stories and instagram for public posts, Reels and carousels.
No card, no sales call and no charge for failed results.