Altwell API
Embed integrative health intelligence into your product
Integrative Health API
Build personalized health maps combining Western and Eastern medicine frameworks
Safety Screening API
Real-time drug-supplement interaction checking and contraindication detection
Practitioner Matching API
Connect users with vetted integrative practitioners in their area
Example Request
curl -X POST https://api.altwell.fit/v1/health-map \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"conditions": ["hashimotos"],
"medications": ["levothyroxine"],
"practices": ["acupuncture", "ashwagandha"],
"goals": ["reduce fatigue", "improve digestion"]
}'Sample Response
{
"health_map_id": "hm_abc123xyz",
"status": "success",
"recommendations": [
{
"type": "acupuncture",
"frequency": "1x weekly",
"safety_level": "safe",
"interactions": []
},
{
"type": "supplement",
"name": "Ashwagandha",
"dosage": "300-600mg daily",
"safety_level": "safe_with_monitoring",
"interactions": ["may increase levothyroxine absorption"]
}
],
"practitioner_recommendations": [
{
"specialty": "Acupuncture",
"name": "Dr. Chen",
"distance": "2.3 miles"
}
]
}Rate Limits & Pricing
| Plan | Daily Requests | Monthly Cost |
|---|---|---|
| Free | 100 | $0 |
| Whole | 10,000 | From $99/mo |
| Clinical | Unlimited | Custom pricing |