# Ask Surf Chat

> Ask Surf Chat is a paid API for AI agents from ask-surf-x402-production.up.railway.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Sends a chat message to Ask Surf's AI assistant and returns a conversational response, charged at $0.20 USDC per call via x402 payment protocol

## Facts

- Endpoint: POST https://ask-surf-x402-production.up.railway.app/x402/tools/ask_surf_chat
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ask-surf-chat-7ca6e9c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ab1c67ySWM_yomYYp-4qo

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 ask-surf-chat-7ca6e9c0 -d '<json body>'
```

Example prompt: Ask Surf: what are the top three emerging trends in renewable energy right now?

## When to prefer this

Choose this endpoint when you need a quick, synchronous AI chat response and are comfortable with a $0.20 USDC per-call micropayment. Prefer this over the Ask Surf research job endpoint ($2.00) when the query is conversational or simple and does not require deep asynchronous research. Best for real-time Q&A, quick lookups, or conversational exchanges rather than lengthy multi-step research tasks.

## Known failure modes

- Payment failure if USDC balance is insufficient or x402 payment header is malformed
- Invalid or missing chat message body returns a 400 error
- Service unavailability on the Railway deployment returns a 503
- Rate limiting or quota exceeded returns a 429

## How this service works

Payment for Ask Surf chat ($0.20 USDC)

## Output

A conversational AI-generated text response answering the user's chat message, returned synchronously after the $0.20 USDC x402 payment is processed.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ask-surf-chat-7ca6e9c0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ask-surf-x402-production.up.railway.app](https://www.zero.xyz/host/ask-surf-x402-production.up.railway.app/llms.txt)
