PlayHT · Authentication Profile

Play Ht Authentication

Authentication

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

AIVoiceTTSVoice CloningAudioRealtime
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/play-ht-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: AUTHORIZATION
  description: Secret API key generated in the PlayHT studio.
  sources:
  - openapi/play-ht-openapi.yml
- name: userId
  type: apiKey
  in: header
  parameter: X-USER-ID
  description: PlayHT user identifier paired with the API key.
  sources:
  - openapi/play-ht-openapi.yml