← Back to Dashboard

Authentication

API keys, scopes, rotation, and security best practices.

All API requests require a Bearer token:

Authorization: Bearer sk_live_YOUR_KEY

Key Format

Keys use the format sk_live_ followed by 48 hex characters (56 total).

Scopes

ScopeAccess
generateCreate jobs, generate identities, tabular parse & generate
readList forms, view jobs, download output, tabular status & download
accountView credit balance and usage statistics

Default: new keys have all three scopes. A key without the required scope gets 403 Forbidden.

Key Lifecycle

Create

Create keys in Account > API Keys. The raw key is shown once — copy it immediately.

Rotate

Rotation creates a new key and revokes the old one atomically. No downtime.

Revoke

Revoked keys return 401 immediately. Cannot be undone.

Security Best Practices