Authorization header.
Managing keys
Create and manage keys in the dashboard under Account → API Keys. Each key:- Is scoped to a single store within your organization.
- Attributes every generation it creates to that store.
- Is rate limited independently — see Rate limits.
Required state
The public API requires an active subscription. Requests from organizations without one return:Error responses
| Status | code | Cause |
|---|---|---|
| 401 | missing_api_key | No Authorization header. |
| 401 | invalid_api_key | Key not recognized or revoked. |
| 403 | key_disabled | Key exists but has been disabled in the dashboard. |
| 403 | subscription_required | Organization has no active subscription. |