# KiteEndpoints.ai - Governance API

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

Fetches or submits governance-related data via the KiteEndpoints.ai Mega API Hub, a pay-per-request multi-category API aggregator on Base chain.

## Facts

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

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-governance-api-e491eaa0 -d '<json body>'
```

Example prompt: Can you pull governance data from KiteEndpoints.ai's mega API hub and return the result — I'll pay the $0.07 USDC per-request fee on Base chain?

## When to prefer this

Choose this endpoint when you need governance-related data via a pay-per-request model using USDC on the Base blockchain, and you are already integrated with the KiteEndpoints.ai hub or need access to its broad multi-category API catalog without managing separate API keys for each provider.

## Known failure modes

- Payment not received or insufficient USDC balance on Base chain — request rejected with 402
- Malformed input object — server returns an error if the result property is missing or invalid
- Upstream governance data source unavailable — hub may return an error or empty result
- Rate limiting if too many requests are made in a short period

## 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 governance API response data, structured as {result: {data: ...}}. The exact shape of the governance data depends on the underlying governance source routed through the KiteEndpoints.ai hub.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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-governance-api-e491eaa0/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)
