Upload Document
Upload a document to a patient’s chart.
Documents are processed asynchronously. You’ll receive a webhook notification when the upload is complete or if there was an error.Documentation Index
Fetch the complete documentation index at: https://docs.usecobalt.com/llms.txt
Use this file to discover all available pages before exploring further.
Example Request
Example Response
Example Success Webhook
Example Failure Webhook
Authorizations
Body
The name of the folder where the document will be stored. Supports nested folders using forward slashes (e.g., 'MedicalRecords/LabResults').
The medical record number of the patient.
The document file to be uploaded. Only PDF, JPEG, and PNG files are allowed. Maximum file size is 10MB.
The EMR staff ID to assign the document to. Must match a staff member in your organization's staff list.
Mark the document as reviewed. Defaults to false.
Description or notes for the document. Maximum 1000 characters.
Mark the document as high priority. Defaults to false.
The template name to use when filling out the document upload form.