Voiceitt · Authentication Profile

Voiceitt Authentication

Authentication

Voiceitt uses JSON Web Tokens (JWT) for authenticated sessions. Apps obtain tokens by POSTing an App ID and API key to /v1/auth/login/user_id (speaker-independent mode, optionally scoped to a user_id) or App ID, API key, email and password to /v1/auth/login/email (personalized mode — the end user must first enroll and train at https://web.voiceitt.com/). The returned JWT is passed as a Bearer token in the HTTP header of each call to the transcribe endpoint, or in the auth option (token + refresh_token) when initializing a WebSockets (Socket.IO) connection. Tokens carry token_expires_at / refresh_token_expires_at timestamps and are renewed by POSTing the refresh_token to /v1/auth/refresh_token (HTTP) or emitting the refresh_token event (WebSockets).

Voiceitt secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

Speech RecognitionSpeech-to-TextVoiceAccessibilityAssistive TechnologyArtificial IntelligenceTranscriptionCaptioningCompany
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearer http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/voiceitt-rest-api-openapi-original.json
docs: https://voiceitt-si-api.readme.io/reference/getting-started-with-the-voiceitt-rest-api-copy
summary:
  types:
  - http
  http_schemes:
  - bearer
  credential_issuance: App ID + API key issued via the Voiceitt developer portal (developer.voiceitt.com)
description: >-
  Voiceitt uses JSON Web Tokens (JWT) for authenticated sessions. Apps obtain
  tokens by POSTing an App ID and API key to /v1/auth/login/user_id
  (speaker-independent mode, optionally scoped to a user_id) or App ID, API
  key, email and password to /v1/auth/login/email (personalized mode — the
  end user must first enroll and train at https://web.voiceitt.com/). The
  returned JWT is passed as a Bearer token in the HTTP header of each call to
  the transcribe endpoint, or in the auth option (token + refresh_token) when
  initializing a WebSockets (Socket.IO) connection. Tokens carry
  token_expires_at / refresh_token_expires_at timestamps and are renewed by
  POSTing the refresh_token to /v1/auth/refresh_token (HTTP) or emitting the
  refresh_token event (WebSockets).
schemes:
- name: bearer
  type: http
  scheme: bearer
  bearerFormat: JWT
  token_endpoints:
  - /v1/auth/login/user_id
  - /v1/auth/login/email
  - /v1/auth/refresh_token
  sources:
  - openapi/voiceitt-rest-api-openapi-original.json

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