All API requests authenticate via Bearer token in theDocumentation Index
Fetch the complete documentation index at: https://acme-3f0e8fe2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Key types
| Prefix | Environment | Use |
|---|---|---|
ik_live_ | Production | Real renders, billed |
ik_test_ | Test | Watermarked output, free |
Managing keys
In the dashboard: Settings → API Keys.- Each key is shown once at creation. Store it in a secret manager.
- Revoke keys you no longer need — revoked keys are rejected immediately.
- Revoked keys do not appear in the dashboard’s template API tab.
Scoping
Keys are scoped to a single organization. To use Imtegrate from multiple orgs, generate one key per org.Errors
| Status | Meaning |
|---|---|
401 Unauthorized | Missing, malformed, or revoked key |
403 Forbidden | Key valid but lacks permission for the resource |
429 Too Many Requests | Rate limit exceeded — back off and retry |