Skip to main content
GET
/
v1
/
instagram
/
fetch_user_highlights
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/instagram/fetch_user_highlights?username=javan&user_id=18527' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "data": {
      "count": 1,
      "highlights_tray_type": "DEFAULT",
      "items": [
        {
          "can_gif_quick_reply": true,
          "can_react_with_avatar": false,
          "can_reply": true,
          "can_reshare": true,
          "contains_stitched_media_blocked_by_rm": false,
          "cover_media": {
            "crop_rect": [
              0.035046728971962614,
              0.34706397896581953,
              0.9649532710280374,
              0.8702892199824716
            ],
            "cropped_image_version": {
              "height": 150,
              "url": "https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/563420830_18120888430503568_5958508023765876008_n.jpg?stp=c44.792.1194.1194a_dst-jpg_e15_s150x150_tt6&_nc_ht=scontent-lax3-1.cdninstagram.com&_nc_cat=104&_nc_oc=Q6cZ2QGESkZtffl5gGFa-i_jphOys2-IHyQ4gia-yWAqWPeCi-JE-0E2hvhpmAZPtl2RE8M&_nc_ohc=J7IfOjYBEZQQ7kNvwEZdq2A&_nc_gid=SRXzArdDf2hgbTTDQuUxnA&edm=ALbqBD0BAAAA&ccb=7-5&oh=00_Afy7rw9nNHPw-XbY6pd6GkBq_8lqtiG89Eea2JSxo--jcQ&oe=69B5774B&_nc_sid=847350",
              "width": 150
            },
            "full_image_version": null,
            "id": "2546507643239612773",
            "upload_id": null
          },
          "created_at": 1622103441,
          "highlight_reel_type": "DEFAULT",
          "id": "highlight:17927864314604086",
          "is_archived": false,
          "is_converted_to_clips": false,
          "is_nux": false,
          "is_pinned_highlight": false,
          "latest_reel_media": 1633609801,
          "media_count": 34,
          "prefetch_count": 0,
          "ranked_position": -1633611895,
          "reel_type": "highlight_reel",
          "seen_ranked_position": -1633611895,
          "title": "Wallpapers",
          "updated_timestamp": 1633611895,
          "user": {
            "account_badges": [],
            "full_name": "Javan Ng",
            "id": "18527",
            "interop_messaging_user_fbid": 105721380825451,
            "is_creator_agent_enabled": false,
            "is_private": false,
            "is_verified": false,
            "profile_pic_id": "3459147014560655728",
            "profile_pic_url": "https://scontent-lax3-1.cdninstagram.com/v/t51.2885-19/460170653_852233457013406_8133149038171915885_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=scontent-lax3-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2QGESkZtffl5gGFa-i_jphOys2-IHyQ4gia-yWAqWPeCi-JE-0E2hvhpmAZPtl2RE8M&_nc_ohc=T43Z_QBhAnQQ7kNvwFgAFmZ&_nc_gid=SRXzArdDf2hgbTTDQuUxnA&edm=ALbqBD0BAAAA&ccb=7-5&ig_cache_key=GJ2lbRuekngQGgcDAG0GjH31v95wbkULAAAB1501500j-ccb7-5&oh=00_AfzCA1vyW8w29iC0CL4GU9XLjdw2-S0XxoIJMCM5a_lFYQ&oe=69B5A33F&_nc_sid=847350",
            "username": "javan"
          }
        }
      ]
    }
  },
  "requestId": "8b29d516-9c1d-4212-a133-ca27c157d2c1"
}
🪙2 creditsper request

Copy for AI

🤖 Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

username
string

Username (choose one: username or user_id)

Example:

"javan"

user_id
string

User ID (choose one: user_id or username)

Example:

"18527"

Response

The response is of type object.