Available Endpoints
Workflow
1
Submit
Send a request to an Instagram endpoint.
2
Receive task ID
The API returns a
task_id immediately.3
Check status
Poll
GET /v1/tasks/{task_id} until the task reaches succeeded or failed.4
Read data
When the task succeeds,
/v1/tasks/{task_id} returns normalized rows under results. Download raw JSONL from files when needed.
