Introduction
Overview of the Corti API and underlying tech stack designed for healthcare
SDK Quickstart
Get oriented with Corti SDKs, patterns, and examples
Core Capabilities
Speech to Text
with industry leading medical term accuracy
Text Generation
for reliable LLM integration with your application
Agentic Framework
to build advanced AI agents and workflow automation
Medical Coding
for structured codes with clinical-grade precision
Official SDKs
The fastest way to integrate the Corti API is through our official SDKs. They handle authentication, token refresh, WebSocket connections, pagination, retries, and error handling — so you can focus on building your healthcare application instead of API plumbing.JavaScript SDK
Full-featured SDK for Node.js and browser environments. Supports all REST endpoints, real-time WebSocket streaming, and every authentication flow.
C# .NET SDK
Production-ready SDK for .NET 8+, .NET Framework 4.6.2+, and .NET Standard 2.0. Full API coverage with async/await and WebSocket support.
Why use an SDK?
| Raw API calls | With an SDK | |
|---|---|---|
| Authentication | Manual OAuth token exchange and refresh logic | Automatic — just provide credentials |
| Token management | Track expiry, handle refresh races, store tokens | Built-in with thread-safe refresh |
| WebSockets | Raw connection management, reconnection, message parsing | Managed connections with typed events |
| Type safety | Manual request/response validation | Full JavaScript / C# type definitions |
| Error handling | Parse HTTP status codes and error bodies | Typed exceptions with structured details |
| Pagination | Manual cursor/offset tracking | for await / await foreach iteration |
| Retries | Implement backoff for 429/5xx | Configurable automatic retries |
Start Building
Review the API Reference
for all web socket, REST, Agentic, and Admin API specifications
Embed Corti Assistant
to get started with AI scribing workflows in your application today
Get Access
to API credentials, playground environment, and account management
Resources
Release notes
Learn about upcoming changes and recent API, language models, and app updates
Support center
View help articles and documentation, contact the Corti team, and manage support tickets
Authentication methods
Learn about how to use OAuth based on your workflow needs
Compliance & Trust
Review detailed compliance standards and security certifications
Please contact us if you need more information about the Corti API