# KiteEndpoints.ai - Threads API

> KiteEndpoints.ai - Threads API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.11/call, status unknown (last checked 2026-09-15).

Fetches data from Meta's Threads social media platform via a paid proxy API, returning posts, profiles, or feed information.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/threads-api
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-threads-api-9bfee4ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lprLc6etqxA9yQMXQsj4r

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 kiteendpoints-ai-threads-api-9bfee4ef -d '<json body>'
```

Example prompt: Can you pull the latest posts and profile info from the Threads account @zuck using the Threads API?

## When to prefer this

Use this endpoint when you need programmatic access to Meta Threads data — including user profiles, posts, or feeds — without setting up your own Threads API credentials. Especially useful for agents needing quick, pay-per-request Threads data retrieval via USDC on Base chain.

## Known failure modes

- Invalid or nonexistent Threads username returns empty or error result
- Threads API rate limiting causes request failure
- Malformed request body returns an error response
- Payment failure in USDC prevents API access
- Threads API downtime results in proxy error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a JSON object with a 'result' field containing Threads API response data such as posts, profile details, or feed content from the Threads platform.

## 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/kiteendpoints-ai-threads-api-9bfee4ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
