# Sna4an Twitter All-in-One API

> Sna4an Twitter All-in-One API is a paid API for AI agents from sna4an-social.vercel.app, paid per call via x402, $0.155/call, status unknown (last checked 2026-09-13).

Fetches Twitter data via a RapidAPI sub-endpoint proxy, supporting various Twitter queries through a unified POST interface

## Facts

- Endpoint: POST https://sna4an-social.vercel.app/api/twitter-aio
- Price: $0.155/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-twitter-all-in-one-api-5bd5ec77
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AzPpdHUlxkql9B2YbOnDs

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 sna4an-twitter-all-in-one-api-5bd5ec77 -d '<json body>'
```

Example prompt: Pull the latest tweets and profile stats for @elonmusk using the twitter-aio endpoint — I want their follower count, recent posts, and bio.

## When to prefer this

Choose this endpoint when you need programmatic access to Twitter data (user profiles, tweets, timelines, search) via a pay-per-call x402 model without managing a separate RapidAPI subscription. It is particularly useful for agents making sporadic Twitter lookups without committing to a monthly API plan.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error or empty result
- Missing required query parameters for the chosen sub-endpoint causes API failure
- Rate limits on the underlying RapidAPI service result in 429 errors
- Payment not processed correctly via x402 protocol blocks the request
- Twitter API upstream outage or changes break sub-endpoint availability

## How this service works

Social media data APIs - YouTube, TikTok, Instagram, Twitter, Medium

## Output

Returns a JSON object containing Twitter data corresponding to the specified RapidAPI sub-endpoint and query parameters — could include user profiles, tweet objects, timelines, search results, or engagement metrics depending on the path chosen.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-twitter-all-in-one-api-5bd5ec77/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-social.vercel.app](https://www.zero.xyz/host/sna4an-social.vercel.app/llms.txt)
