Ayowell API
Integrate AI-powered health intelligence into your product. Build on top of Ayowell's health platform.
RESTful API Built for Scale
Powerful, flexible endpoints to access health data, generate insights, and integrate with healthcare systems.
RESTful Endpoints
Standard REST architecture with JSON responses. Easy to integrate with any platform or language.
Real-time Webhooks
Receive instant notifications when health events occur. Build reactive, event-driven systems.
Multi-SDK Support
Official SDKs for JavaScript, Python, Node.js, iOS, and Android. Or use raw HTTP.
Authentication
All API requests require Bearer token authentication. Get your API key from your account settings.
curl -X GET https://api.ayowell.fit/v1/health-profile \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Example Response:
{
"user_id": "user_12345",
"name": "John Doe",
"health_conditions": ["hypertension", "diabetes"],
"medications": [
{
"name": "Metformin",
"dosage": "500mg",
"frequency": "twice daily"
}
],
"last_updated": "2025-01-15T14:30:00Z",
"data_sync_status": "up_to_date"
}Rate Limits
| Plan | Rate Limit | Window |
|---|---|---|
| Free | 100 requests | Per day |
| Pro | 10,000 requests | Per day |
| Enterprise | Unlimited | Per day |
Rate limit information is included in response headers: X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset.
API Plan Comparison
| Feature | Starter | Professional | Enterprise |
|---|---|---|---|
| API Requests | 100/day | 10,000/day | Unlimited |
| Webhooks | 5 | 50 | Unlimited |
| Support | Community | 24/7 Phone & Email | |
| SLA | Best effort | 99.5% | 99.99% |
| Custom Integrations | — | — | ✓ |
Ready to Build?
Get your API key today and start building with Ayowell's health intelligence.