Taddy API · Authentication Profile

Taddy Api Authentication

Authentication

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

AudioComicsGraphQLMediaPodcastsTranscriptsWebhooks
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (X-API-KEY)
UserIdAuth apiKey
· in: header (X-USER-ID)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/taddy-podcast-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-API-KEY
  description: Your Taddy API key from the developer dashboard
  sources:
  - openapi/taddy-podcast-openapi.yml
- name: UserIdAuth
  type: apiKey
  in: header
  parameter: X-USER-ID
  description: Your Taddy user ID from the developer dashboard
  sources:
  - openapi/taddy-podcast-openapi.yml