Skip to main content

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

MethodPOST
Path/api/demo-key/mint
Authpublic (no key)
GroupEconomy · 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.