API Documentation
Complete guide to integrate the DHAS Health API
Key Topics
Authentication
All API requests require authentication using your API key. Include it in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Rate Limits
Rate limits depend on your plan:
- • Trial: 100 requests per day
- • Starter: 100 requests per minute
- • Professional: 500 requests per minute
- • Enterprise: Custom limits
Response Format
All responses are in JSON format with the following structure:
{
"result": "...",
"confidence_score": 0.95,
"sources": [...],
"tokens_used": 150,
"response_time_ms": 245
}
Signed In?
View the complete, interactive API documentation in your client dashboard
Go to Client Docs