Keyframe Labs · Authentication Profile

Keyframe Labs Authentication

Authentication

The Keyframe Sessions API is authenticated with a bearer API key. Create and manage keys in the Keyframe platform dashboard (https://platform.keyframelabs.com/api-keys); a key is shown only once at creation. Pass the key as an HTTP bearer token in the Authorization header (Authorization: Bearer ) on every request.

Keyframe Labs secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyAIAvatarsVideoConversational AIAgentsReal-TimePersonasVoiceY Combinator
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer · in: header ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/keyframe-labs-sessions-openapi-original.json
docs: https://docs.keyframelabs.com/guides/getting-started/get-your-api-key
summary:
  types:
  - http
  http_schemes:
  - bearer
description: >-
  The Keyframe Sessions API is authenticated with a bearer API key. Create and
  manage keys in the Keyframe platform dashboard (https://platform.keyframelabs.com/api-keys);
  a key is shown only once at creation. Pass the key as an HTTP bearer token in
  the Authorization header (Authorization: Bearer <api_key>) on every request.
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  in: header
  header: Authorization
  format: 'Bearer <api_key>'
  docs: https://docs.keyframelabs.com/guides/getting-started/get-your-api-key
  key_management: https://platform.keyframelabs.com/api-keys
  sources:
  - openapi/keyframe-labs-sessions-openapi-original.json