Chat — /api/chat/*
Conversational chat endpoints. The free-tier endpoint
(/api/chat/free) backs the Pulse's
guest mode and is what visitors-without-accounts talk to. Other chat
surfaces (signed-in slug-bound chat) live under
/api/zeq/agent/page-chat — same wire format, different
auth model.
Endpoints
| Method | Path | Cost | Auth |
|---|---|---|---|
POST | /api/chat/free | 0 ZEQ (free-tier limited) | None |
Related
- Pulse — what calls
/api/chat/free - BYOK — bypass the free-tier limit
/api/zeq/agent/page-chat— the machine-bound, paid surface