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

> AI platform for healthcare developers

This API Reference provides detailed specifications for integrating with the Corti API, enabling organizations to build bespoke healthcare AI solutions that meet their specific needs.

<Columns cols={2}>
  <Card title="SDKs" icon="rocket" href="/sdk/overview" horizontal>
    JavaScript and C# .NET SDKs with quickstart guides
  </Card>

  <Card title="Postman" icon="orbit" href="/sdk/postman" horizontal>
    Download the Corti API Postman collection to start building
  </Card>
</Columns>

***

#### Most Popular

<Columns cols={3}>
  <Card title="Stateless Dictation" icon="audio-lines" href="/api-reference/transcribe/">
    Detailed spec for real-time dictation and voice commands
  </Card>

  <Card title="Real-time Fact Extraction" icon="radio-tower" href="/api-reference/streams/">
    Detailed spec for real-time conversational intelligence
  </Card>

  <Card title="Create an Agent" icon="layers" href="/agentic/agents/create-agent">
    Start here for opening a contextual messaging thread
  </Card>

  <Card title="Create Interaction" icon="message-square-plus" href="/api-reference/interactions/create-interaction">
    Detailed spec for creating an interaction and setting appropriate context
  </Card>

  <Card title="Upload Recording" icon="play" href="/api-reference/recordings/upload-recording">
    Attach an audio file to the interaction
  </Card>

  <Card title="Send Messages to Agent" icon="messages-square" href="/agentic/agents/send-message-to-agent">
    Start or continue your contextual chat and agentic tasks
  </Card>

  <Card title="Create Transcript" icon="file" href="/api-reference/transcripts/create-transcript">
    Convert audio files to text
  </Card>

  <Card title="Generate Document" icon="file-text" href="/api-reference/documents/generate-document">
    Create one to many documents for an interaction
  </Card>

  <Card title="List Experts Registry" icon="library-big" href="/agentic/agents/list-registry-experts">
    Retrieve information about all available experts for use with your agents
  </Card>
</Columns>

***

### Resources

<Columns cols={2}>
  <Card title="Release notes" icon="bookmark" href="/release-notes/overview/">
    Learn about upcoming changes and recent API, language models, and app updates
  </Card>

  <Card title="Support center" icon="life-buoy" href="https://help.corti.app/" arrow="true">
    View help articles and documentation, contact the Corti team, and manage support tickets
  </Card>

  <Card title="Authentication methods" icon="lock" href="/authentication/overview">
    Learn about how to use OAuth based on your workflow needs
  </Card>

  <Card title="Compliance & Trust" icon="shield-check" href="https://trust.corti.ai" arrow="true">
    Review detailed compliance standards and security certifications
  </Card>
</Columns>

<br />

<Note>Please [contact us](https://help.corti.app/) if you need more information about the Corti API</Note>
