Sanas

Sanas is a real-time speech AI platform that removes communication barriers through accent translation, language translation, speech enhancement, and speech intelligence. Its developer platform exposes these capabilities as a server-side SDK (C++17 and Python) plus a persistent WebSocket Stream API for real-time speech-to-speech translation, letting teams add real-time speech processing to voice-agent and contact-center pipelines they already run. Models are billed per minute and run on Sanas Cloud or self-hosted infrastructure, serving healthcare, financial services, retail, travel, and telecommunications customers.

Sanas publishes 1 API on the APIs.io network: Stream API. Tagged areas include Company, Speech AI, Voice AI, Accent Translation, and Language Translation.

The Sanas catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Sanas’ developer surface includes documentation, API reference, getting-started guide, engineering blog, support, pricing, signup flow, and 19 more developer resources.

44.1/100 thin ▬ flat Agent 23/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
2 APIs
CompanySpeech AIVoice AIAccent TranslationLanguage TranslationSpeech EnhancementReal-Time AudioSDKWebSocketContact Center

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 44.1/100 · thin
Contract Quality 8.0 / 25
Developer Ergonomics 11.7 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 3.1 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 23/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/sanas: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Sanas Stream API

Real-time speech-to-speech translation over a single persistent WebSocket connection, supporting consecutive and simultaneous modes. Authenticated with a JWT bearer token or API...

Sanas Speech AI SDK

Server-side C++17 and Python SDK for real-time speech enhancement, accent translation, and language translation. Applications initialize the SDK with an API key, create an audio...

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Sanas Stream API

Real-time speech-to-speech translation over a single persistent WebSocket connection. Supports consecutive and simultaneous modes. Modeled by API Evangelist from the published S...

ASYNCAPI

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Sanas Authentication

apiKey/http · 3 schemes

SECURITY

Sanas Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Sanas Trust Center

SOC 2 Type II, ISO 27001:2022, HIPAA, GDPR, PCI DSS, CCPA

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: sanas
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 12
  pass: local-v1
name: Sanas
description: Sanas is a real-time speech AI platform that removes communication barriers through accent translation, language
  translation, speech enhancement, and speech intelligence. Its developer platform exposes these capabilities as a server-side
  SDK (C++17 and Python) plus a persistent WebSocket Stream API for real-time speech-to-speech translation, letting teams
  add real-time speech processing to voice-agent and contact-center pipelines they already run. Models are billed per minute
  and run on Sanas Cloud or self-hosted infrastructure, serving healthcare, financial services, retail, travel, and telecommunications
  customers.
url: https://raw.githubusercontent.com/api-evangelist/sanas/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- general-catalyst
- gv
- insight-partners
x-tier: stub
x-tier-reason: portfolio-lead
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-21'
image: https://www.sanas.ai/static-image.jpg
tags:
- Company
- Speech AI
- Voice AI
- Accent Translation
- Language Translation
- Speech Enhancement
- Real-Time Audio
- SDK
- WebSocket
- Contact Center
apis:
- name: Sanas Stream API
  description: Real-time speech-to-speech translation over a single persistent WebSocket connection, supporting consecutive
    and simultaneous modes. Authenticated with a JWT bearer token or API key passed as a query parameter; audio is exchanged
    as raw PCM binary frames with a JSON message layer (init, configure, flush, configured, transcript, error).
  humanURL: https://developer.sanas.ai/Docs/Language-Translation/WebSocket-API
  baseURL: wss://api.sanaslt.com/v3/stream
  tags:
  - Speech AI
  - Language Translation
  - WebSocket
  - Streaming
  properties:
  - type: Documentation
    url: https://developer.sanas.ai
  - type: APIReference
    url: https://developer.sanas.ai/API-Reference/Overview
  - type: Authentication
    url: authentication/sanas-authentication.yml
  - type: AsyncAPI
    url: asyncapi/sanas-stream-asyncapi.yml
  - type: Conventions
    url: conventions/sanas-conventions.yml
- name: Sanas Speech AI SDK
  description: Server-side C++17 and Python SDK for real-time speech enhancement, accent translation, and language translation.
    Applications initialize the SDK with an API key, create an audio processor for a chosen model, and stream interleaved
    float32 PCM frames, receiving processed audio and transcript callbacks. Inference runs on Sanas Cloud or self-hosted infrastructure.
  humanURL: https://developer.sanas.ai/API-Reference/Overview
  baseURL: https://developer.sanas.ai
  tags:
  - Speech AI
  - SDK
  - Speech Enhancement
  - Accent Translation
  properties:
  - type: GettingStarted
    url: https://developer.sanas.ai/Docs/Getting-Started/Quick-Start
  - type: Documentation
    url: https://developer.sanas.ai
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://sanas.ai
- type: DeveloperPortal
  url: https://developer.sanas.ai
- type: Documentation
  url: https://developer.sanas.ai
- type: APIReference
  url: https://developer.sanas.ai/API-Reference/Overview
- type: GettingStarted
  url: https://developer.sanas.ai/Docs/Getting-Started/Quick-Start
- type: Blog
  url: https://sanas.ai/blog
- type: Support
  url: https://support.sanas.ai/support/home
- type: Pricing
  url: https://developer.sanas.ai/Docs/Resources/Pricing
- type: SignUp
  url: https://console.sanas.ai/signup
- type: TermsOfService
  url: https://sanas.ai/legal-policy
- type: PrivacyPolicy
  url: https://sanas.ai/privacy-policy
- type: TrustCenter
  url: https://trust.sanas.ai
- type: Compliance
  url: https://developer.sanas.ai/Docs/Enterprise/Compliance-and-Data-Residency
- type: ChangeLog
  url: https://developer.sanas.ai/Docs/Resources/Changelog
- type: LLMsTxt
  url: llms/sanas-llms.txt
- type: Packages
  url: packages/sanas-packages.yml
- type: SDKs
  url: packages/sanas-packages.yml
- type: Authentication
  url: authentication/sanas-authentication.yml
- type: Conventions
  url: conventions/sanas-conventions.yml
- type: Conformance
  url: conformance/sanas-conformance.yml
- type: Lifecycle
  url: lifecycle/sanas-lifecycle.yml
- type: Deprecation
  url: lifecycle/sanas-lifecycle.yml
- type: ErrorCatalog
  url: errors/sanas-problem-types.yml
- type: ChangeLog
  url: changelog/sanas-changelog.yml
  name: Changelog artifact
- type: AsyncAPI
  url: asyncapi/sanas-stream-asyncapi.yml
- type: DomainSecurity
  url: security/sanas-domain-security.yml