> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to the Corti API

> The AI platform for healthcare developers

The Corti API brings healthcare AI into any application: speech to text, text generation, agentic workflows, medical coding, and an embeddable clinical assistant. It's a single platform built for clinical use, so you can add production-grade healthcare AI to your product without building the models, infrastructure, or compliance yourself.

## Core capabilities

<div className="capabilities-table">
  | **Capability**                               | **What it does**                                                                                                     | **Learn more**                                                      |
  | :------------------------------------------- | :------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------ |
  | [**Speech to Text**](/stt/overview)          | Transcribe clinical speech in real time or from recordings, with industry-leading medical term accuracy.             | [API reference](/api-reference/transcribe)                          |
  | [**Text Generation**](/textgen/overview)     | Generate structured clinical documents and extract facts with controllable, reliable LLM output.                     | [API reference](/api-reference/documents-classic/generate-document) |
  | [**Agentic Framework**](/agentic/overview)   | Build AI agents and automate multi-step clinical workflows.                                                          | [API reference](/agentic/agents/create-agent)                       |
  | [**Medical Coding**](/coding/overview)       | Return structured medical codes with clinical-grade precision.                                                       | [API reference](/api-reference/codes/predict-codes)                 |
  | [**Embedded Assistant**](/assistant/welcome) | Embed a production-ready ambient scribing experience that turns clinical conversations into EHR-ready documentation. | [API reference](/assistant/api-reference)                           |
</div>

## Get started

Create an account in the Corti Console to get your API credentials and \$50 in free trial credits. From there, authenticate your first request and install an official SDK to make your first API call in minutes.

<Columns cols={2}>
  <Card title="Create an account" icon="user-plus" href="/get_started/getaccess">
    Sign up in the Corti Console and get your API credentials.
  </Card>

  <Card title="Authenticate" icon="lock" href="/authentication/overview">
    Set up OAuth and authorize your first requests.
  </Card>

  <Card title="SDK quickstart" icon="rocket" href="/sdk/overview#quickstart">
    Install an official SDK and make your first API call.
  </Card>

  <Card title="Build with AI coding tools" icon="sparkles" href="/quickstart/ai-coding-tools">
    Use Claude Code, Cursor, or Codex with our SDKs to ship integrations faster.
  </Card>
</Columns>

## 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.

<CardGroup cols={2}>
  <Card title="JavaScript SDK" icon="js" href="/sdk/js/overview">
    Full-featured SDK for Node.js and browser environments. Supports all REST endpoints, real-time WebSocket streaming, and every authentication flow.

    ```bash theme={null}
    npm install @corti/sdk
    ```
  </Card>

  <Card title="C# .NET SDK" icon="microsoft" href="/sdk/dotnet/overview">
    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.

    ```bash theme={null}
    dotnet add package Corti.Sdk
    ```
  </Card>
</CardGroup>

## Corti Models

Corti Models gives you access to frontier AI models hosted entirely on European infrastructure. Every prompt is processed on Corti's EU servers, so you get frontier-grade performance with GDPR compliance built in by default. The API is OpenAI-compatible and ships with a first-class CLI, so it drops straight into the code and coding agents your team already uses. [**Get started with Corti Models**](/models/welcome).

### More resources

| Resource                                       | Description                                                                          |
| :--------------------------------------------- | :----------------------------------------------------------------------------------- |
| [Release notes](/release-notes/overview/)      | Upcoming changes and recent API, language model, and app updates.                    |
| [Support center ↗](mailto:help@corti.ai)       | Help articles and documentation, contact the Corti team, and manage support tickets. |
| [Compliance & Trust ↗](https://trust.corti.ai) | Detailed compliance standards and security certifications.                           |

<br />

<Note>[Contact us](mailto:help@corti.ai) if you need more information about the Corti API.</Note>
