Skip to content

Authentication

Every API request is authenticated with a Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_KEY
  1. Sign in (or register free).
  2. Open your dashboard.
  3. Copy the API key shown under API Access.

Keep keys out of client-side code and version control — call the API from your backend and load the key from an environment variable or secret store.

Free and Basic plans use standard account keys. Pro, Business, and Enterprise plans support static API keys that don’t rotate with your session — the right choice for production systems, CI pipelines, and WMS integrations. Manage them from the same dashboard.

Status Meaning Fix
401 Missing or malformed token Send Authorization: Bearer <key> exactly
403 Valid key, insufficient plan The feature (e.g. large files) needs a higher tier — see plans

See Errors for the full list.