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
Method | Path | Purpose |
---|---|---|
POST | /session | Create a new session. |
WSS | /session/{session_id}/transcribe | Transcribe audio. |
SSE | /session/{session_id}/events | Receive events. |
GET | /session/{session_id}/findings | Get all findings. |
For complete specifications and live testing, visit the API reference.
How it works
API reference
How is this guide?