# Komo.ai Twitter API v1.1/v2 Endpoint

> Komo.ai Twitter API v1.1/v2 Endpoint is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.080495/call, status unknown (last checked 2026-09-14).

Provides access to Twitter/X API functionality (both v1.1 and v2) via pay-per-call pricing on Base chain using the x402 protocol

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/twitter-v1-1-v2-api
- Price: $0.080495/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-twitter-api-v1-1-v2-endpoint-487ac05f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IiUqt1l6tuHtSYeGLxDDA

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-twitter-api-v1-1-v2-endpoint-487ac05f -d '<json body>'
```

Example prompt: Can you pull the latest tweets mentioning 'AI agents' from Twitter and show me the top results, including engagement stats like likes and retweets?

## When to prefer this

Use this endpoint when you need programmatic access to Twitter/X data (tweets, users, timelines, search) without managing your own Twitter API credentials, and you prefer pay-per-call microtransaction pricing via x402 on Base chain rather than a subscription model.

## Known failure modes

- Invalid or missing Twitter query parameters returns an error response
- Rate limits from the underlying Twitter API may cause failures
- Insufficient payment or x402 protocol misconfiguration results in 402 Payment Required
- Twitter account or tweet not found returns empty or error result
- Malformed request body causes a 400-level error

## How this service works

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

## Output

Returns a JSON object containing Twitter API response data, including tweet content, user information, engagement metrics, timestamps, and other metadata depending on the specific Twitter API operation requested.

## 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-twitter-api-v1-1-v2-endpoint-487ac05f/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)
