POST /api/demo-key/mint
/demo-key (one shared key, IP-windowed), each call here mints a FRESH key with its own isolated compute budget; when the budget is spent the caller mints another. IP-rate-limited (same limiter) so it can't spawn unlimite
| Method | POST |
| Path | /api/demo-key/mint |
| Auth | public (no key) |
| Group | Economy · Marketing |
Request
curl -X POST https://zeqsdk.com/api/demo-key/mint \
-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.