KugelAudio · Authentication Profile

Kugelaudio Authentication

Authentication

KugelAudio secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

VoiceText-to-SpeechSpeech SynthesisVoice AIVoice CloningAudioArtificial IntelligenceMachine-LearningStreamingReal-TimeConversational AIEuropeData SovereigntyGDPRCompany
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header, query

Security Schemes

BearerApiKey http
scheme: bearer · in: header (Authorization)
ApiKeyHeader apiKey
· in: header (x-api-key)
ApiKeyQuery apiKey
· in: query (api_key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: https://api.kugelaudio.com/openapi.json
docs: https://docs.kugelaudio.com/api-reference/authentication
notes: >-
  Searched from the docs rather than derived: the published OpenAPI 3.1 document
  at https://api.kugelaudio.com/openapi.json declares NO components.securitySchemes
  and no root-level security requirement, even though every documented endpoint
  requires an API key. The auth model below is captured from the authentication
  and raw-API docs pages. This gap is recorded in review notes as a concrete fix
  for the provider.
summary:
  types: [apiKey, http]
  api_key_in: [header, query]
  oauth2_flows: []
  oauth2: false
  scopes_supported: false
schemes:
  - name: BearerApiKey
    type: http
    scheme: bearer
    in: header
    parameter: Authorization
    format: 'Authorization: Bearer [example key]'
    transport: [https]
    docs: https://docs.kugelaudio.com/api-reference/authentication
    sources: [https://docs.kugelaudio.com/api-reference/authentication]
  - name: ApiKeyHeader
    type: apiKey
    in: header
    parameter: x-api-key
    transport: [https]
    docs: https://docs.kugelaudio.com/api-reference/raw-api
    sources: [https://docs.kugelaudio.com/api-reference/raw-api]
  - name: ApiKeyQuery
    type: apiKey
    in: query
    parameter: api_key
    transport: [wss]
    note: >-
      WebSocket endpoints (/ws/tts, /ws/tts/stream, /ws/tts/multi) accept the key
      as a query parameter; an Authorization header is also accepted where the
      client supports it.
    sources: [https://docs.kugelaudio.com/api-reference/authentication]
key_management:
  issued_at: https://kugelaudio.com/dashboard
  path: Dashboard -> Settings -> API Keys
  shown_once: true
  revocable: true
  revocation_effect: immediate
  rotation_guidance: >-
    Docs recommend periodic rotation and separate keys per environment
    (development, staging, production).
  environment_variable: KUGELAUDIO_API_KEY
  scoped_permissions: false
  scoped_permissions_note: >-
    "All API keys have full access to your account's resources. We're working on
    scoped permissions for future releases." — docs, 2026-07-19.
  region_routing: >-
    Prefixing a key with `eu-` routes to the direct EU endpoint
    (https://api.eu.kugelaudio.com) instead of the geo-routed canonical host.
client_side_guidance: >-
  Docs explicitly warn against using keys in frontend JavaScript, mobile app
  source, public repositories, or client-side environment variables.
auth_errors:
  - {status: 401, error_code: UNAUTHORIZED, meaning: API key missing, invalid, or revoked}
  - {status: 403, error_code: UNAUTHORIZED, meaning: Key valid but cannot access the requested resource}
  - {ws_close_code: 4001, error_code: UNAUTHORIZED, meaning: WebSocket authentication failed}
related:
  - errors/kugelaudio-error-codes.yml
  - conventions/kugelaudio-conventions.yml

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/kugelaudio-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.