获取Highlight精选详情/Get highlight stories

Instagramapi

About

获取Highlight精选详情/Get highlight stories

Documentation

获取Highlight精选详情/Get highlight stories

[中文]

用途:

  • 获取Instagram Highlight精选的详细故事/帖子内容
  • 返回精选集合中的所有Stories媒体

参数:

  • highlight_id: 精选ID,格式为 highlight:xxx(从 get_user_highlights 接口获取)
  • reel_ids: 精选ID列表,逗号分隔(可选,如不提供则仅查询highlight_id指定的精选)
    • 例如: highlight:18064916456320419,highlight:18155682898389765
    • 可同时查询多个精选的内容
  • first: 每页数量(默认3)
  • last: 获取最后N条(默认2)

返回:

  • data.story_highlight_tray: 精选故事集合
    • id: 精选ID
    • title: 精选标题
    • items: 故事列表
      • id: 故事ID
      • pk: 故事PK
      • taken_at: 发布时间戳
      • media_type: 媒体类型(1=图片, 2=视频)
      • image_versions2: 图片版本列表
      • video_versions: 视频版本列表(视频时存在)
      • user: 发布者信息

价格:

  • 0.008 USD/请求

[English]

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

示例/Example

highlight_id = "highlight:18064916456320419"
# reel_ids = "highlight:18064916456320419,highlight:18155682898389765"

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

Try 获取Highlight精选详情/Get highlight stories

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models