Authorization header:
X-API-Key header as an alternative:
Creating Keys
- Go to Settings > Organization > API > Keys in the dashboard
- Click Create Key
- Copy the key immediately — it won’t be shown again
Key Permissions
Keys inherit the permissions of the user who created them. A key can only access resources within its organization. Vision API endpoints require access to the underlying resources. Your API key must have permission to read the drawings, sheets, or blocks being processed.Security
- Store keys in environment variables, not source code
- Rotate keys periodically
- Revoke keys immediately if compromised