SupportDashboard
C-SUITE APIs

Overview

Avey's C-SUITE is your state-of-the-art headless set of APIs empowering you to build the best end-to-end doctor copilot tailored for your workflow.

Use cases

Real-time medical documentation

Turn every patient conversation into structured notes automatically, freeing practitioners from manual typing.

Clinical insights

Identify subjective and objective findings as they emerge, supporting sharper, faster decision-making.

Medical adjudication (Coming Soon)

Instant checks for drug–drug, procedure–procedure, and drug–procedure interactions to safeguard patients.

Smarter diagnosis (Coming Soon)

AI-powered follow-up questions to help practitioners diagnose with confidence.

Authentication

An API key is required only when creating a new session. The returned session_id then serves as both the unique identifier and session token for all subsequent requests.

X-API-KEY: YOUR_API_KEY

Endpoints

Base URL

https://api.avey.ai/cowriter/v1
MethodPathPurpose
POST/sessionCreate a new session.
WSS/session/{session_id}/transcribeTranscribe audio.
SSE/session/{session_id}/eventsReceive events.
GET/session/{session_id}/findingsGet all findings.

For complete specifications and live testing, visit the API reference.

How it works

API reference

How is this guide?