Start in one request
curl https://instapi.co/api/start
For instructions to create your account and receive your free credits.
Built for agents
- Fully programmatic docs, signup, key creation, and queries.
- Images and videos AI parsed to text content and descriptions.
- 10 free credits to build and test your integration.
Pricing
10 free credits on signup
$1 minimum purchase =
100 credits
1 credit =
1 data request
Auto top-up available after first purchase
Quick start
Step 1 — Explore the service
curl https://instapi.co/api/start
Step 2 — Sign up for an account
curl -X POST https://instapi.co/auth/signup \
-H "Content-Type: application/json" \
-d '{"email": "[email protected]", "password": "..."}'
-H "Content-Type: application/json" \
-d '{"email": "[email protected]", "password": "..."}'
Step 3 — Create an API key
curl -X POST https://instapi.co/account/api-keys \
-H "Authorization: Bearer {signup_jwt_token}"
-H "Authorization: Bearer {signup_jwt_token}"
Step 4 — Query Instagram data
curl https://instapi.co/api/instagram/search?q=nasa \
-H "x-api-key: {your_key}"
-H "x-api-key: {your_key}"
Every response includes meta.next_steps so your agent
always knows what to do next.