Beyond Presence · Authentication Profile

Beyond Presence Authentication

Authentication

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

CompanyAi Enterprise SoftwareArtificial IntelligenceAvatarsVideoConversational AIAgentsSpeech To VideoReal Time Communication
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

APIKeyHeader apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/beyond-presence-openapi-original.json
docs: https://docs.bey.dev/api-reference/authentication/verify-api-key
summary:
  types:
  - apiKey
  api_key_in:
  - header
notes: >-
  Beyond Presence authenticates every request with a single API key passed in
  the x-api-key header. Keys are created and managed in the dashboard at
  app.bey.chat. A dedicated GET /v1/auth/verify operation lets clients validate
  a key before use. No OAuth 2.0 / OIDC surface is published.
schemes:
- name: APIKeyHeader
  type: apiKey
  in: header
  parameter: x-api-key
  description: Your Beyond Presence API Key.
  sources:
  - openapi/beyond-presence-openapi-original.json