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 symptom extraction
Extract only the clinically-relevant concepts as they emerge in the doctor-patient conversation.
Real-time medical documentation
Turn every doctor-patient conversation into structured notes automatically, freeing practitioners from manual typing.
Medical adjudication (Via Drug, Procedure APIs)
Instantly get notified with medical adjudication alerts for ordered medications and procedures.
Smarter diagnosis (Via Diagnostic Engine)
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_KEYEndpoints
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?