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 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_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?