Skip to main content
All API requests require an API key. Pass it as a Bearer token in the Authorization header:
You can also use the X-API-Key header as an alternative:

Creating Keys

  1. Go to Settings > Organization > API > Keys in the dashboard
  2. Click Create Key
  3. 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