# KiteEndpoints.ai - ChatGPT-42 API

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

Provides access to a ChatGPT-related API endpoint (endpoint #42) within KiteEndpoints.ai's mega hub, returning AI-generated or AI-processed response data

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/chatgpt-42
- Price: $0.13/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-chatgpt-42-api-24f4598e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tCX4MYdGCbFtwPntuFOJK

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-chatgpt-42-api-24f4598e -d '<json body>'
```

Example prompt: Send a query to the ChatGPT-42 endpoint on KiteEndpoints.ai and get back the AI-generated response — I'll pay the 0.13 USDC per-call fee in USDC on Base.

## When to prefer this

Choose this endpoint when you need ChatGPT-style AI generation and prefer paying per-request in USDC on Base without managing OpenAI credentials or subscriptions. Best suited for agent workflows that already use x402 micropayment infrastructure on Base chain.

## Known failure modes

- Insufficient USDC balance on Base chain — payment fails and request is rejected
- Opaque schema: input and output fields are not well-documented beyond a generic 'result' object
- Underlying ChatGPT service unavailability propagated through the hub
- Rate limiting or capacity issues on the KiteEndpoints.ai aggregator layer
- Ambiguous endpoint identity — chatgpt-42 path may change or be reassigned across hub versions

## 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 JSON object with a 'result' key containing API response data from the ChatGPT-42 endpoint — the exact structure of the nested data object depends on the underlying ChatGPT capability being proxied.

## 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-chatgpt-42-api-24f4598e/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)
