# AnyAPI threads.post — Post to X/Twitter Thread

> AnyAPI threads.post — Post to X/Twitter Thread is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Posts a new reply or message to an X (Twitter) thread via the AnyAPI unified scraping and data gateway

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/threads.post
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-threads-post-post-to-x-twitter-thread-55bf1dae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QJyxcfGbIi52edZZI63Up

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 anyapi-threads-post-post-to-x-twitter-thread-55bf1dae -d '<json body>'
```

Example prompt: Post this reply to Twitter thread 1234567890: 'Just shipped the new feature — here's a quick demo!' and add it as a continuation of my existing thread.

## When to prefer this

Choose this endpoint when you need to post or reply to an X/Twitter thread programmatically without managing a monthly API subscription — ideal for one-off automation, agent-driven social publishing, or pay-per-use workflows using USDC micropayments.

## Known failure modes

- Invalid or expired auth token — returns 401 unauthorized
- Thread ID not found or inaccessible — returns 404 not found
- Rate limit exceeded on X platform side — returns 429 too many requests
- Malformed tweet text (exceeds character limit) — returns 400 bad request
- Payment failure via x402 — request not processed
- Network timeout connecting to AnyAPI gateway

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON response confirming the post was created, including the new post ID, timestamp, and status of the thread reply submission on X.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-threads-post-post-to-x-twitter-thread-55bf1dae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
