Welcome to the Docus Lab API and Frontend solution, a RESTful service and frontend console designed for managing patient visits, lab test results, and AI interpretation. This API allows seamless integration with medical systems, enabling efficient data management.Base URL#
https://test-api-labs.docus.live/partner/lab
Authentication#
This API requires two API keys for authentication:x-api-key → Used for standard API authentication
x-docus-key → Used for additional security and service-level access
Every request must include both keys in the headers:Example Request Using curl#
Endpoints Overview#
Below is a quick overview of the available endpoints:Error Handling#
The API uses standard HTTP response codes to indicate success or failure.| 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-08-08 17:51:01