Note: The Docus Lab API is in active development. Features and endpoints may be updated. Please refer to the latest API version in the official documentation for the most accurate information.
POST /visits
201 Created
(if successful)POST /lab-results
201 Created
POST /attachments
201 Created
GET /lab-results/report/{visit_id}
{ "ready": false, "status": "Processing" }
{ "ready": true, "status": "Completed", "report": { ... } }
GET /lab-results/report/{visit_id}
GET /attachments/{visit_id}
POST /visits
)POST /lab-results
)POST /attachments
)GET /lab-results/report/{visit_id}
)GET /attachments/{visit_id}
)