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
Get user by ID
Update a patient
Get patient by ID
Generate AI report
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
Get biomarker by ID
Webhooks
Overview
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
{
"error": "Invalid patient_id format",
"statusCode": 400
}
Need Help?
Modified at 2025-03-06 09:51:04