PlayHT · Authentication Profile

Playht Authentication

Authentication

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

VoiceTTSText to SpeechVoice CloningVoice AgentsStreamingPlayDialogPlay 3.0PlayNoteMultilingualReal-Time
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

apiKey apiKey
· in: header (AUTHORIZATION)
userId apiKey
· in: header (X-USER-ID)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/playht-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: AUTHORIZATION
  description: Secret API key issued in the PlayAI console.
  sources:
  - openapi/playht-openapi.yml
- name: userId
  type: apiKey
  in: header
  parameter: X-USER-ID
  description: PlayAI user identifier paired with the API key.
  sources:
  - openapi/playht-openapi.yml