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.
https://api.docus.ai/partner/api/v1
x-api-key → Used for standard API authentication
x-docus-key → Used for additional security and service-level access
curl
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 |
{
"error": "Invalid patient_id format",
"statusCode": 400
}