# Komo.ai Twitter All-in-One API

> Komo.ai Twitter All-in-One API is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.053478/call, status unknown (last checked 2026-09-14).

Provides comprehensive Twitter/X data retrieval and interaction capabilities via a single all-in-one endpoint with pay-per-call pricing

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/twitter-aio
- Price: $0.053478/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-all-in-one-api-9c1b2a1f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PdHGhlB7JW5SWbDzSCdQZ

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-all-in-one-api-9c1b2a1f -d '<json body>'
```

Example prompt: Can you pull recent tweets and profile info for @elonmusk from Twitter, including engagement stats like likes and retweets?

## When to prefer this

Use this endpoint when you need a one-stop Twitter data access point without managing multiple Twitter API endpoints; ideal for agents needing social media intelligence, user profile lookups, tweet search, or engagement data on-demand with pay-per-call pricing rather than subscription commitments.

## Known failure modes

- Invalid or suspended Twitter handle returns empty or error result
- Rate limiting from underlying Twitter API causes timeout or failure
- Malformed query parameters result in no data returned
- Private/protected account data is inaccessible
- Twitter API upstream outage causes endpoint unavailability

## 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 Twitter data such as tweets, user profile details, engagement metrics, timeline entries, or search results depending on the query submitted.

## 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-twitter-all-in-one-api-9c1b2a1f/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)
