POST /api/chat/free
| Method | POST |
| Path | /api/chat/free |
| Group | Chat Free |
| Auth | session cookie |
| Source | shared/api-core/src/routes/chatFree.ts |
Call it
curl -X POST https://zeqsdk.com/api/chat/free \
-H "Content-Type: application/json" \
-d '{}'
Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Chat Free
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.