# KiteEndpoints.ai - Threads API

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

Provides access to Threads (Meta's text-based social platform) data and actions via a paid per-request API endpoint

## Facts

- Endpoint: POST https://kite-endpoints.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-30cbb5ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ip3Ez4BN47YopgPdafUHW

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-30cbb5ff -d '<json body>'
```

Example prompt: Can you pull the latest posts and engagement stats from the Threads account @zuck using the KiteEndpoints Threads API?

## When to prefer this

Choose this endpoint when you need programmatic access to Threads (Meta) social data — such as user posts, profiles, or engagement metrics — and want to pay per request in USDC without a long-term API subscription. Useful for agents that need occasional Threads data without committing to a direct Meta API integration.

## Known failure modes

- Invalid or missing Threads user/post identifier returns an error result
- Payment failure or insufficient USDC balance causes 402 response before the API is called
- Rate limiting by the underlying Threads API may return empty or partial results
- Private or deleted accounts/posts may return empty data sets
- Malformed request body may return a generic API 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 result object containing Threads API response data, which may include post content, user profile fields, engagement metrics (likes, replies, reposts), timestamps, and thread structure depending on the query submitted.

## 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-30cbb5ff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
