# KiteEndpoints.ai - Government Proposals API

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

Fetches or queries governance proposals data, likely from blockchain/DAO or government sources, via the KiteEndpoints.ai mega API hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/gov/proposals
- Price: $0.05/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-government-proposals-api-881ebf53
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RUhE9Dpdp5AikJstAsSQW

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-government-proposals-api-881ebf53 -d '<json body>'
```

Example prompt: Can you pull up the current governance proposals from the KiteEndpoints.ai hub so I can see what's active and up for vote?

## When to prefer this

Use this endpoint when you need governance proposal data aggregated through a single pay-per-request hub without managing individual API keys for each governance data source. Best for agents that occasionally query governance data and prefer USDC micropayments over subscription models. The KiteEndpoints.ai hub is convenient if you already use it for other endpoints, consolidating billing.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 payment not accepted
- Invalid request body: malformed JSON or missing required fields returns an error
- Empty result set: no proposals available for the given query parameters
- Upstream data source unavailable: the underlying governance data provider is down
- Rate limiting or quota exceeded for the API hub account

## 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 proposal data, which may include proposal IDs, titles, descriptions, statuses, voting outcomes, and related metadata depending on the underlying data source.

## 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-government-proposals-api-881ebf53/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)
