Skip to main content

Documentation 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.

All API requests authenticate via Bearer token in the Authorization header.
Authorization: Bearer ik_live_<your-secret>

Key types

PrefixEnvironmentUse
ik_live_ProductionReal renders, billed
ik_test_TestWatermarked 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

StatusMeaning
401 UnauthorizedMissing, malformed, or revoked key
403 ForbiddenKey valid but lacks permission for the resource
429 Too Many RequestsRate limit exceeded — back off and retry