All API endpoints require authentication using an API key passed as a Bearer token.Documentation Index
Fetch the complete documentation index at: https://docs.bizmori.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting your API key
- Sign in to the BIZ MORI Dashboard
- Navigate to API Keys
- Click Issue New Key
- Copy and securely store the key — it will only be shown once
Using your API key
Pass your API key in every request using theAuthorization: Bearer header:
Rate limits
API requests are rate-limited per your subscription plan. When exceeded, the API returns429 Too Many Requests with the RATE_LIMIT_EXCEEDED error code.
| Plan | Requests per minute |
|---|---|
| Free | 60 |
| Pro | 300 |
| Enterprise | 1,000 |
Idempotency
All order creation endpoints accept anidempotencyKey field. Submitting the same key twice returns the original order instead of creating a duplicate — safe for network retries.
user-{id}-batch-{timestamp}).