Kaltura · Authentication Profile

Kaltura Authentication

Authentication

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

VideoLive StreamingTranscodingMedia ManagementPlayerAnalyticsVirtual ClassroomOTTOpen Source
Methods: apiKey Schemes: 2 OAuth flows: API key in: body, query

Security Schemes

ks apiKey
· in: body (ks)
ks apiKey
· in: query (ks)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/ott.openapi.json, openapi/ovp.openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - body
  - query
schemes:
- name: ks
  type: apiKey
  in: body
  parameter: ks
  description: A Kaltura session ID
  sources:
  - openapi/ott.openapi.json
- name: ks
  type: apiKey
  in: query
  parameter: ks
  description: A session ID generated by calling /service/session/action/start
  sources:
  - openapi/ovp.openapi.json