Kindr Intelligence API
A read-only JSON API over the Kindr Health knowledge graph — entities, evidence claims, research studies, FAQs, and original datasets. Ideal for partner clinics, research teams, and educational integrations.
Base URL
https://absjjpgcdywrhmgtdsaw.supabase.co/functions/v1/api-v1-router
Authentication
All requests require an API key sent as an Authorization: Bearer header or x-api-key header.
curl "https://absjjpgcdywrhmgtdsaw.supabase.co/functions/v1/api-v1-router/entities?type=medication&limit=5" \
-H "Authorization: Bearer YOUR_API_KEY"
Endpoints
GET /entities?type=&q=&limit=&offset=
GET /entities/:slug
GET /entities/:slug/evidence
GET /entities/:slug/faqs
GET /studies?entity=&limit=&offset=
GET /datasets/:slug
Rate limits
Default keys are limited to 60 requests/minute and 10,000/day. Responses include x-ratelimit-remaining-minute and x-ratelimit-remaining-day headers. Contact us for higher limits.
Response example
{
"data": {
"slug": "estradiol",
"name": "Estradiol",
"entity_type": "medication",
"authority_score": 87,
"description": "..."
}
}