# Coockies.ai AI Chat

> Coockies.ai AI Chat is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Sends a message to an AI chat endpoint and returns a generated response, billed per-call via x402 on Base chain

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/ai-chat
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-ai-chat-1ac11387
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DiqALMaZWlrm4KbiQ0dqt

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 coockies-ai-ai-chat-1ac11387 -d '<json body>'
```

Example prompt: Send this message to the Coockies.ai AI chat endpoint and give me the response: 'What are the top three benefits of meditation?'

## When to prefer this

Choose this endpoint when you need a pay-per-call AI chat capability without a monthly subscription, especially in crypto-native or agent workflows that already use x402 payments on Base chain and want to avoid API key management

## Known failure modes

- Payment not provided or insufficient USDC balance — 402 Payment Required
- Malformed request body — 400 Bad Request
- Service unavailable or overloaded — 503 error
- Empty or missing prompt field — no meaningful response generated
- x402 payment transaction fails on Base chain — call not processed

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing the AI-generated text response to the submitted prompt or message

## 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/coockies-ai-ai-chat-1ac11387/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
