Skip to main content
GET
Highlights Details
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

id
string

The ID of the highlight to get details for

Example:

"18067016518767507"

Response

Successful response

Key Response Fields:

  • data.id: Full highlight ID in the format highlight:{id}
  • data.title: Display title of the highlight reel
  • data.media_count: Total number of story items in the highlight
  • data.created_at: Unix timestamp of when the highlight was created
  • data.user.username: Owner's Instagram username
  • data.user.full_name: Owner's full display name
  • data.user.is_verified: Whether the owner is a verified account
  • data.cover_media.cropped_image_version.url: Cover image URL
  • data.items[0].id: Unique ID of a story item
  • data.items[0].video_versions[0].url: Video download URL for a story item
  • data.items[0].video_duration: Duration of the story video in seconds
  • data.items[0].image_versions2.candidates[0].url: Thumbnail URL for a story item
  • data.items[0].taken_at: Unix timestamp of when the story was taken