Pixxel · Authentication Profile

Pixxel Authentication

Authentication

Pixxel secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanySatellite ImageryEarth ObservationHyperspectralGeospatialRemote SensingAnalyticsSTAC
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/pixxel-openapi-original.json
docs: https://docs.pixxel.space/developer/gettingstarted/authentication.md
summary:
  types:
  - apiKey
  api_key_in:
  - header
  model: Personal Access Token (bearer)
  header: 'Authorization: Bearer <PERSONAL_ACCESS_TOKEN>'
  scoped_by:
  - organization
  - project
  - role
  provisioning: Aurora platform -> Settings -> Personal Access Tokens (name, roles, project access, expiry).
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: Authorization
  scheme_detail: Bearer Personal Access Token
  sources:
  - openapi/pixxel-openapi-original.json