Skip to main content

Authentication

All API requests require an API key passed as a header. Use Authorization: Bearer as the primary scheme.

API Key

Asterwise also accepts the key via an X-API-Key: <key> header for compatibility, but Authorization: Bearer is recommended.

Authorization: Bearer YOUR_API_KEY

Get your key from the Asterwise Dashboard.

Rate Limits

PlanCalls/monthRate limit
Sandbox50010/min
Builder15,00060/min
Launch60,000200/min
Scale3,00,000500/min

Errors

CodeMeaning
401Invalid or missing API key
429Rate limit exceeded
422Validation error — check request body
500Internal server error