Skip to main content
GET
User Reels
One page of reels as raw Instagram media objects under items[].media, with paging_info.max_id for the next page. Each reel carries code, caption, like_count, comment_count, video_versions, image_versions2 and clips_metadata. clips_metadata.original_sound_info.audio_asset_id is exactly the id get_instagram_song_reels takes — that is the practical way to get one without a /reels/audio/ URL in hand. Pass user_id rather than handle for a faster response. Measured at about 594 KB per page. For the whole timeline including photos and carousels, use get_instagram_user_posts.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Query Parameters

user_id
string

Instagram user id. Use this for faster response times.

handle
string

Instagram handle. Use user_id for faster response times.

max_id
string

Max id to get more reels. Get 'max_id' from previous response.

trim
boolean

Set to true for a trimmed down version of the response

Response

200 - application/json

Successful response

success
boolean
credits_remaining
integer
items
object[]
next_max_id
string | null
max_id
string | null