Skip to main content
GET
Song Reels
Returns reels as raw Instagram media objects, with cursor and has_more for paging. There are two confirmed ways to obtain audio_id:
  • the number in an instagram.com/reels/audio/<id>/ URL
  • clips_metadata.original_sound_info.audio_asset_id on any reel from get_instagram_user_reels
Measured at about 177 KB for five reels, in the same raw shape as get_instagram_user_reels rather than the normalised shape of the search endpoints. To find reels by keyword instead of by sound, use get_instagram_reels_search.

Example

Authorizations

Authorization
string
header
required

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

Query Parameters

audio_id
string
required

The audio id from the Instagram audio page URL.

cursor
string

Pagination cursor returned by Instagram from the previous response.

Response

200 - application/json

Successful response

success
boolean
credits_remaining
integer
reels
object[]
cursor
string | null