# Sully.ai ## Docs - [Create Medical Consensus](https://docs.sully.ai/api-reference-alpha/consensus/create.md): Create a new medical consensus request to get expert medical opinions on a query. - [Delete Medical Consensus](https://docs.sully.ai/api-reference-alpha/consensus/delete.md): Delete a medical consensus request by its unique identifier. - [Get Medical Consensus](https://docs.sully.ai/api-reference-alpha/consensus/get.md): Retrieve a medical consensus request by its unique identifier. - [Authentication (Alpha)](https://docs.sully.ai/api-reference-alpha/getting-started/authentication.md): Learn how to authenticate with the Sully.ai Alpha API to access experimental features like medical consensus and note templates. - [Create Note Template Job](https://docs.sully.ai/api-reference-alpha/note-templates/create.md): Create a note template generation or refinement job to build or improve clinical documentation templates. - [Delete Note Template Job](https://docs.sully.ai/api-reference-alpha/note-templates/delete.md): Delete a note template job (generation or refinement) by its unique identifier. - [Get Note Template Job](https://docs.sully.ai/api-reference-alpha/note-templates/get.md): Retrieve a note template job (generation or refinement) by its unique identifier. - [Create Audio Transcription](https://docs.sully.ai/api-reference-v2/audio-transcriptions/create.md): Upload an audio file for transcription - [Delete Audio Transcription](https://docs.sully.ai/api-reference-v2/audio-transcriptions/delete.md): Delete a transcription. This action is irreversible. - [Get Audio Transcription](https://docs.sully.ai/api-reference-v2/audio-transcriptions/get.md): Retrieve a transcription by ID. Returns the current status and results if processing is complete. - [Supported Languages](https://docs.sully.ai/api-reference/audio-transcriptions/languages.md) - [Create Streaming Token](https://docs.sully.ai/api-reference/audio-transcriptions/stream-token.md): Create a temporary authentication token for Streaming Speech-to-Text - [Streaming](https://docs.sully.ai/api-reference/audio-transcriptions/streaming.md) - [Create Coding](https://docs.sully.ai/api-reference/codings/create.md): Creates a new coding analysis request from medical conversation text - [Delete Coding](https://docs.sully.ai/api-reference/codings/delete.md): Deletes a coding analysis by ID - [Get Coding](https://docs.sully.ai/api-reference/codings/get.md): Retrieves a coding analysis result by ID - [Overview](https://docs.sully.ai/api-reference/events/overview.md) - [Webhooks](https://docs.sully.ai/api-reference/events/webhooks.md) - [Authentication](https://docs.sully.ai/api-reference/getting-started/authentication.md) - [Detect Macros](https://docs.sully.ai/api-reference/macros/detect.md): Detects macros in text and provides expanded text with the macros replaced by their expansions - [Create Note Style](https://docs.sully.ai/api-reference/note-styles/create.md): Creates a note style - [Create Note](https://docs.sully.ai/api-reference/notes/create.md): Creates a new note - [Delete Note](https://docs.sully.ai/api-reference/notes/delete.md): Deletes a single note based on the ID supplied - [Get Note](https://docs.sully.ai/api-reference/notes/get.md): Gets a single note based on the ID supplied - [Note Template](https://docs.sully.ai/api-reference/schemas/note-template.md) - [SOAP Note](https://docs.sully.ai/api-reference/schemas/soap-note.md) - [Transform Text to JSON](https://docs.sully.ai/api-reference/utils/text-to-json.md): Transforms unstructured text into structured JSON according to a provided schema. This utility endpoint extracts specific data patterns from free-form content. - [Medical Consensus](https://docs.sully.ai/documentation/alpha/medical-consensus.md): Get expert medical opinions on clinical queries using AI-powered analysis - [Alpha API Overview](https://docs.sully.ai/documentation/alpha/overview.md): Early access to experimental features for evaluation and feedback - [Template Generation](https://docs.sully.ai/documentation/alpha/template-generation.md): AI-assisted creation and refinement of clinical note templates in Sully.ai - [Clinical Notes](https://docs.sully.ai/documentation/guides/clinical-notes.md): Generate clinical notes from transcriptions — SOAP notes, custom styles, and templates - [Context Enrichment](https://docs.sully.ai/documentation/guides/context-enrichment.md): Improve note quality by providing patient context to the Sully.ai API - [EHR Integration](https://docs.sully.ai/documentation/guides/ehr-integration.md): Extract structured JSON from clinical notes for writing to EHR fields - [Medical Coding](https://docs.sully.ai/documentation/guides/medical-coding.md): Extract ICD-10, CPT, and SNOMED codes from clinical encounters - [Multi-Language Support](https://docs.sully.ai/documentation/guides/multi-language.md): Handle international and multilingual clinical encounters with 50+ supported languages - [Note Customization](https://docs.sully.ai/documentation/guides/note-customization.md): Deep dive into customizing note output with styles and templates in Sully.ai - [Audio Transcription](https://docs.sully.ai/documentation/guides/transcription.md): Master audio capture with file upload and real-time WebSocket streaming - [Webhooks](https://docs.sully.ai/documentation/guides/webhooks.md): Receive real-time notifications for async events in your Sully.ai integration - [Sully.ai Documentation](https://docs.sully.ai/documentation/overview.md): Sully.ai is a powerful AI-powered platform designed specifically for healthcare providers to streamline clinical documentation by automatically converting patient conversations into structured medical notes. - [Error Handling](https://docs.sully.ai/documentation/production/error-handling.md): Build resilient integrations that handle failures gracefully - [Security](https://docs.sully.ai/documentation/production/security.md): Security best practices for healthcare API integrations with Sully.ai - [Quickstart](https://docs.sully.ai/documentation/quickstart.md): Go from zero to a working Sully.ai integration in 5 minutes - [Python SDK](https://docs.sully.ai/documentation/sdks/python.md): Official Python SDK for the Sully.ai API - [TypeScript SDK](https://docs.sully.ai/documentation/sdks/typescript.md): Official TypeScript SDK for the Sully.ai API ## OpenAPI Specs - [openapi](https://raw.githubusercontent.com/Odiggo/sullyai-openapi/refs/heads/main/openapi.yaml) ## Optional - [Dashboard](https://dashboard.api.sully.ai) - [Demo](https://github.com/Odiggo/sully-api-demo) - [Blog](https://www.sully.ai/blog)