Every request to theDocumentation Index
Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
/v1/* API surface requires an API key passed in the X-API-Key header.
Key format
hip4_live_70fb2abf782395373bf75c5c
Keys are issued once and shown to you exactly once on creation. We never store the raw key — only a SHA-256 hash. If you lose a key, issue a new one.
Send your first request
Common authentication errors
| Status | Body | Meaning |
|---|---|---|
| 401 | {"error":"missing X-API-Key header"} | Forgot the header |
| 401 | {"error":"invalid API key format"} | Doesn’t start with hip4_live_ or wrong length |
| 401 | {"error":"invalid or inactive API key"} | Key never existed or was revoked |
| 429 | {"error":"rate limit exceeded for tier 'free' (600 req/min)"} | You hit your tier’s per-key limit |
| 503 | {"error":"global rate limit exceeded — try again momentarily"} | Aggregate cap; retry in ~1s |
Security notes
- Keys travel over HTTPS only.
- Keys are scoped per customer — bursts on one customer’s key don’t affect others.
- Treat your key like a password. Don’t commit to git, don’t expose in client-side JS for production apps. Use a backend proxy.
- For browser-side prototypes a free-tier key in client JS is fine — the worst case is your key gets rate-limited at 10/sec, not stolen value.