Coming soon. API access (including key generation) isn’t open to the public
yet — it will be available in the near future.
Authorization header on every request:
Getting a key
Generate and manage keys from your account console. New accounts are seeded with 5,000 credits.Credits
Every chargeable request debits a fixed cost from your credit balance.| Endpoint | Cost |
|---|---|
/v1/heatmap | 1 |
/v1/historical | 5 |
/v1/stream | 1 per minute open |
/v1/openapi.json | 0 |
X-Credits-Remaining: <balance>.
402 insufficient_credits
You’re out of credits. Top up in the account console.
403 account_suspended
The account has been administratively suspended.
Rate limits
A safety ceiling of 600 requests / minute is enforced by the Skylit gateway and surfaced viaX-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset.
This is runaway protection, not your quota — credit metering does the per-customer accounting.
| Status | Meaning |
|---|---|
401 Unauthorized | Missing or invalid API key. |
403 Forbidden | Key revoked/expired, or account suspended. |
429 Too Many Requests | Rate ceiling hit — back off using Retry-After. |
Make your first call
Jump to GET /v1/heatmap and try it live in the playground.

