Getting Started
Base URL
https://api.docus.ai/partner/api/v1
Authentication
x-api-key → Used for standard API authentication
x-docus-key → Used for additional security and service-level access
Authentication Headers
Example Request Using curl
Endpoints Overview
Update a patient
Get patient by ID
Get AI report by visit ID
Get AI dynamics report by visit ID
Get visit by ID
Get lab test by ID
Update a biomarker group
Get biomarker group by ID
PartnerBiomarkerController_findAll
Health reports
Notifications
Error Handling
Status Code | Meaning |
---|---|
200 OK | Successful request |
201 Created | Resource created successfully |
400 Bad Request | Invalid input data |
401 Unauthorized | Missing or invalid authentication token |
404 Not Found | Resource not found |
500 Internal Server Error | Unexpected server issue |
Example Error Response
{
"message": [
"sex must be a string"
],
"error": "Bad Request",
"statusCode": 400
}
Need Help?
Modified at 2025-03-04 14:22:28