# KiteEndpoints.ai Mega API Hub - Metadata Endpoint

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

Returns metadata about the KiteEndpoints.ai API hub, which aggregates 400+ paid API endpoints across social media, AI, crypto, finance, weather, ecommerce, and tools

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/metat
- Price: $0.2/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-mega-api-hub-metadata-endpoint-b1a534c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xG3tQ1EDfV5bzkicsutIL

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-mega-api-hub-metadata-endpoint-b1a534c3 -d '<json body>'
```

Example prompt: Can you pull the metadata from KiteEndpoints.ai's mega hub so I can see what API categories and endpoints are available there, paying per request with USDC on Base?

## When to prefer this

Use this endpoint when you need to discover or inspect metadata about the KiteEndpoints.ai API aggregation hub itself, particularly to understand what categories of APIs are available before selecting a specific downstream endpoint. It is not a functional API call to one of the 400+ sub-endpoints — it returns hub-level metadata only.

## Known failure modes

- Missing or malformed result object in request body returns error
- Payment not received in USDC on Base chain results in 402 response
- Hub metadata temporarily unavailable returns 5xx error
- Invalid input schema structure causes request rejection

## 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 API response data describing the KiteEndpoints hub metadata — likely information about available endpoint categories (social media, AI, crypto, finance, weather, ecommerce, tools) and hub configuration.

## 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-mega-api-hub-metadata-endpoint-b1a534c3/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)
