# Komo.ai Instagram API68

> Komo.ai Instagram API68 is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.116237/call, status unknown (last checked 2026-09-15).

Provides access to Instagram data or functionality via a pay-per-call API endpoint on the Base blockchain using the x402 payment protocol

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/instagram-api68
- Price: $0.116237/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-instagram-api68-d688ac33
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O0_Qyut6HgFJIDLKSruZA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability komo-ai-instagram-api68-d688ac33 -d '<json body>'
```

Example prompt: Can you fetch the Instagram data for this request using the Komo.ai Instagram API — I need the result object back so I can process the account or post details.

## When to prefer this

Choose this endpoint when you need to access Instagram data programmatically and want to pay per call using crypto (USDC on Base) rather than managing OAuth tokens or monthly API subscriptions. Useful for agents operating in Web3 environments already integrated with the x402 payment protocol.

## Known failure modes

- Payment failure if USDC balance is insufficient on Base chain
- 402 payment required error if x402 protocol handshake fails
- Invalid or malformed request object returns error
- Instagram API rate limiting or access restrictions may cause downstream failures
- Empty or null result if queried resource does not exist on Instagram
- Timeout if Instagram upstream is slow to respond

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a result object containing Instagram API response data, structured as a JSON object with a 'result' field containing the requested Instagram data payload.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/komo-ai-instagram-api68-d688ac33/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
