Get Instagram highlight
Get stories inside a saved Instagram highlight by highlight id.
Headers
Get your API keyAPI key (`sfk_...`)
Numeric Instagram highlight id from a highlight URL.
pattern: ^\d+$
Endpoint-specific response payload.
Whether the highlight was resolved.
one of: found, not_found
Highlight metadata when found.
Instagram highlight id.
min 1 chars
Highlight title when available.
When the highlight was created (ISO-8601), when available.
When the latest story item was added (ISO-8601), when available.
Number of story items reported for the highlight.
≥ 0
Highlight cover image when available.
Instagram media id for the cover.
Cover image URL.
Cover image width in pixels when available.
≥ 0
Cover image height in pixels when available.
≥ 0
Highlight owner when available.
Instagram numeric user id.
Instagram username without a leading @.
min 1 chars
Display name when available.
Whether the account is verified.
Profile picture URL when available.
Whether the account is private when known.
Story items in the highlight.
Instagram story item id.
min 1 chars
Instagram media id when distinct from the item id.
Normalized story media type.
one of: image, video, unknown
When the story item was taken or posted (ISO-8601).
Primary image URL when available.
Thumbnail image URL when available.
Direct video URL when available.
Video duration in seconds when available.
≥ 0
Whether the video item has audio when known.
Story media dimensions when available.
Media width in pixels.
≥ 0
Media height in pixels.
≥ 0
Link stickers attached to the story item when available.
Link destination URL.
min 1 chars
Human-readable link label when available.
min 1 chars
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.
Code example
curl "https://api.socialfetch.dev/v1/instagram/highlights/17929440964811872" \
-H "x-api-key: YOUR_API_KEY"Responses
Highlight details.