POST /api/zeq/agent/generate-html
/s/<slug>/ via the existing site-hosting pipeline. PAID-TIER: gates on the same logic as zeqLlm.ts requirePaid. BYOK calls don't burn compute units; the user pays the LLM provider directly.
| Method | POST |
| Path | /api/zeq/agent/generate-html |
| Auth | public (no key) |
| Group | Agents · Zeq Agent |
Request
curl -X POST https://zeqsdk.com/api/zeq/agent/generate-html \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Generated from the node's own route registry (GET /api/endpoints) — this path is live.