# KiteEndpoints.ai - WhatsApp Data API

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

Fetches WhatsApp-related data (profile, messages, or metadata) via a paid per-request API hub endpoint

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/whatsapp-data
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-whatsapp-data-api-29cdb0c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YiJdarm-k7d8MRnpUloZU

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-whatsapp-data-api-29cdb0c7 -d '<json body>'
```

Example prompt: Can you pull the WhatsApp data for the phone number +1-555-867-5309 and show me whatever profile or account information is available?

## When to prefer this

Use this endpoint when you need to programmatically retrieve WhatsApp account or profile data and want a pay-per-request model with USDC on Base chain, avoiding subscription-based WhatsApp data APIs. Best when building enrichment pipelines or one-off lookups without committing to a monthly plan.

## Known failure modes

- Invalid or unregistered WhatsApp phone number returns empty or error result
- Malformed request body causes 400-level error
- Payment failure or insufficient USDC balance blocks request with 402 response
- Rate limiting or quota exceeded returns throttle error
- WhatsApp identifier not found returns null data in result object

## 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 WhatsApp-related data such as profile details, account metadata, or message information associated with the queried identifier.

## 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-whatsapp-data-api-29cdb0c7/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)
