Start
Authentication
Use Batch Relay API keys to authenticate v1 API requests.
API requests authenticate with a bearer token:
Create, view, and revoke API keys from:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use Batch Relay API keys to authenticate v1 API requests.
Authorization: Bearer br_test_your_staging_key
https://app.batchrelay.com/developers
| Scope | Purpose |
|---|---|
print_orders:write | Create print orders. |
print_orders:read | Read print-order status. |
usage:read | Read usage summary. |
webhooks:read | Read webhook configuration. |
webhooks:write | Create or change webhook configuration. |
{
"error": {
"code": "api_key_required",
"message": "Supply a Batch Relay API key using Authorization: Bearer <key>.",
"docs_url": "https://docs.batchrelay.com/errors#api_key_required",
"action_url": "https://app.batchrelay.com/developers"
},
"request_id": "req..."
}