Bitmovin · Authentication Profile

Bitmovin Authentication

Authentication

Bitmovin secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

VideoEncodingStreamingLive StreamingVODAdaptive BitrateHLSDASHDRMPlayerAnalyticsMediaCloud
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (X-Api-Key)
TenantOrgId apiKey
· in: header (X-Tenant-Org-Id)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bitmovin-encoding-api-openapi.yml, openapi/bitmovin-platform-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-Api-Key
  description: Your Bitmovin API key
  sources:
  - openapi/bitmovin-encoding-api-openapi.yml
  - openapi/bitmovin-platform-openapi.yml
- name: TenantOrgId
  type: apiKey
  in: header
  parameter: X-Tenant-Org-Id
  description: Your Bitmovin account organization
  sources:
  - openapi/bitmovin-encoding-api-openapi.yml
  - openapi/bitmovin-platform-openapi.yml