post https://api.nabla.com/v1/server/extract/start
Generates a transcript and EHR items from a live, external audio stream, coming for example from a video call between a patient and a practitioner.
Important notes
This assumes your webhook endpoint is setup, see the guide here.
You will then receive asynchronously live responses as POST requests to the webhook URL you provided. Responses can have 2 different payload: TranscriptItem
and EHRItem
.
- The definition of TranscriptItem object is defined here
- The definition of EHRItems object is defined here
See the webhook reference for mode details about how webhook are formatted and signed