Instagram modelsapi generation api

instagram/v3/highlight-stories

Get Instagram Highlight's detailed story/post content Returns all Stories media in the highlight collection

Input
Idle

Example output — click Run to generate your own

API README

Get highlight stories

Purpose:

  • Get Instagram Highlight's detailed story/post content
  • Returns all Stories media in the highlight collection Parameters:
  • highlight_id: Highlight ID, format highlight:xxx (get from get_user_highlights API)
  • reel_ids: Highlight ID list, comma separated (optional, if not provided only queries the highlight_id)
    • Example: highlight:18064916456320419,highlight:18155682898389765
    • Can query multiple highlights at once
  • first: Items per page (default 3)
  • last: Get last N items (default 2) Return:
  • data.story_highlight_tray: Highlight story collection
    • id: Highlight ID
    • title: Highlight title
    • items: Story list
      • id: Story ID
      • pk: Story PK
      • taken_at: Published timestamp
      • media_type: Media type (1=image, 2=video)
      • image_versions2: Image version list
      • video_versions: Video version list (exists for videos)
      • user: Publisher info Price:
  • 0.008 USD/request
highlight_id = "highlight:18064916456320419"
# reel_ids = "highlight:18064916456320419,highlight:18155682898389765"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Related Models