Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

Query Parameters

platform
enum<string>

Platform (required with username)

Available options:
instagram
Example:

"instagram"

username
string

Username (required with platform)

Required string length: 1 - 50
Example:

"fitness_coach_jane"

creator_id
string<uuid>

Creator ID (use this OR platform+username)

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Example:

"123e4567-e89b-12d3-a456-426614174000"

limit
integer
default:12

Maximum posts to return

Required range: 1 <= x <= 50
Example:

12

sort
enum<string>
default:recent

Sort order

Available options:
recent,
top_engagement,
most_likes,
most_views,
most_comments
Example:

"recent"

cursor
string

Opaque keyset cursor from next_cursor. A cursor is bound to the sort order that produced it; using it with another sort returns 400.

Response

Successful response

data
object[]
required
has_more
boolean
required

Whether more results are available

Example:

true

next_cursor
string | null
required

Opaque keyset cursor for the next page. Reuse it with the same sort value that produced it.

Example:

"eyJzb3J0IjoicmVjZW50IiwiaWQiOiIxMjNlNDU2Ny1lODliLTEyZDMtYTQ1Ni00MjY2MTQxNzQwMDAiLCJ2YWx1ZSI6IjIwMjYtMDctMDlUMTI6MDA6MDAuMDAwWiJ9"