Get Instagram profile posts
instagram
Get Instagram profile posts
Use this operation to get instagram profile posts. Authenticate with Authorization: Bearer <AGENTBODY_API_KEY>. Pagination: omit cursor on the first request. When has_more is true, pass next_cursor unchanged as cursor. Cursors are opaque; do not construct, modify, or reuse them outside this pagination flow. Correct a 400 invalid-input error; do not retry unchanged. Retry only declared 502, 503, or 504 responses with backoff.
GET
Get Instagram profile posts
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The platform username without a leading @. Use the public profile identifier.
Minimum string length:
1Opaque cursor returned by the preceding response. Omit it on the first request. Do not construct, modify, or reuse it outside this pagination flow.
Maximum string length:
1000