Kotoba · Authentication Profile

Kotoba Authentication

Authentication

Kotoba secures its APIs with http and client-secret across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyArtificial IntelligenceMachine-LearningVoiceSpeech RecognitionSpeech-to-TextText-to-SpeechTranslationReal-TimeWebSocketsAudioTranscription
Methods: http, client-secret Schemes: 3 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
httpBasic http
scheme: basic
browserClientSecret client-secret
· in: header (Sec-WebSocket-Protocol)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/kotoba-asr-realtime-openapi-original.yml, openapi/kotoba-sts-realtime-openapi-original.yml,
  openapi/kotoba-tts-realtime-openapi-original.yml
docs: https://docs.kotoba.tech/overview/authentication
notes: >-
  Derived from the published securitySchemes, then upgraded from the docs auth
  page. All Kotoba realtime APIs authenticate during the WebSocket handshake.
  The docs describe a third, browser-oriented flow that is NOT expressed in any
  published spec: mint a short-lived client secret server-side and pass it via
  the Sec-WebSocket-Protocol subprotocol header. There is no OAuth 2.0 or OIDC
  surface — `scopes/` is intentionally absent for this provider.
summary:
  types:
  - http
  - client-secret
  api_key_in: [header]
  oauth2_flows: []
  oauth2: false
  openid_connect: false
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: |-
    HTTP Bearer authentication. Pass the Kotoba API key as a Bearer
    token via the Authorization header. Server-side use only.
  sources:
  - openapi/kotoba-asr-realtime-openapi-original.yml
  - openapi/kotoba-tts-realtime-openapi-original.yml
- name: httpBasic
  type: http
  scheme: basic
  description: |-
    HTTP Basic authentication. Set device_id as the username and api_key
    as the password. Send it via the Authorization header during the
    WebSocket handshake.
  sources:
  - openapi/kotoba-sts-realtime-openapi-original.yml
- name: browserClientSecret
  type: client-secret
  in: header
  parameter: Sec-WebSocket-Protocol
  format: 'realtime, kotoba-insecure-api-key.<CLIENT_SECRET>'
  description: |-
    Browser / client-side flow. Browsers cannot set arbitrary headers on a
    WebSocket handshake, so the backend mints a short-lived client secret by
    calling POST https://api.kotobatech.ai/v1/realtime/transcription_sessions,
    passes it to the browser, and the browser supplies it through the
    Sec-WebSocket-Protocol header. Documented but not present in any published
    spec. No browser-side SDK is available yet.
  mint_endpoint: https://api.kotobatech.ai/v1/realtime/transcription_sessions
  short_lived: true
  sources:
  - https://docs.kotoba.tech/overview/authentication
guidance:
  server_side_recommended: true
  warning: Never embed long-lived API keys in browser-side code.
  env_var: KOTOBA_API_KEY
  sdk: kotoba-sdk (Python) reads KOTOBA_API_KEY from the environment by default

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/kotoba-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.