ai-coustics · Authentication Profile

Ai Coustics Authentication

Authentication

ai-coustics secures its APIs with licenseKey, jwt, and http-basic across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyAi MlAudioSpeech EnhancementVoice AISpeech RecognitionSDKReal-TimeMachine-Learning
Methods: licenseKey, jwt, http-basic Schemes: 3 OAuth flows: API key in:

Security Schemes

sdkLicenseKey apiKey
· in: sdk-config ()
jwtBearer http
scheme: bearer
tokenMintBasicAuth http
scheme: basic

Source

Authentication Profile

ai-coustics-authentication.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://docs.ai-coustics.com/models/get-started/authenticate-apps
docs: https://docs.ai-coustics.com/models/get-started/authenticate-apps
summary:
  types: [licenseKey, jwt, http-basic]
  description: >-
    The ai-coustics SDK authenticates with a license (SDK) key on trusted
    servers, or with short-lived JWTs minted from your backend for untrusted
    clients. JWTs are issued by a token-minting endpoint protected with HTTP
    Basic auth using the SDK api_key as the username and an empty password.
schemes:
  - name: sdkLicenseKey
    type: apiKey
    in: sdk-config
    description: >-
      Self-service SDK license key generated in the developer platform
      (developers.ai-coustics.com). Credential format is `<payload>.<signature>`
      where the payload is base64-encoded JSON with fields user, version and
      api_key. Embed directly in trusted server environments.
    source: https://developers.ai-coustics.com/
  - name: jwtBearer
    type: http
    scheme: bearer
    bearerFormat: JWT
    description: >-
      Short-lived JWT dropped in exactly where a license key would be used, for
      untrusted client-side apps. Carries an `exp` claim (Unix seconds), ~1 hour
      TTL. Refresh proactively via the processor's update_bearer_token() without
      recreating the processor or reloading the model.
  - name: tokenMintBasicAuth
    type: http
    scheme: basic
    description: >-
      HTTP Basic auth used to call the token-minting endpoint. The SDK api_key is
      the username; the password is empty.
    token_endpoint: https://api.ai-coustics.io/v1/sdk/tokens
    response_fields: [token, expires_at]
notes:
  - The legacy REST API (api-key based, single call voice enhancement) was sunset in 2026; migrate to the SDK.
  - Offline entitlements in JWT licenses were added in SDK 0.21.1 (2026-06-26).

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/ai-coustics-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.