Developer Portal
Access verified chiropractic outcomes data for your AI applications. Build smarter healthcare recommendations with real patient results.
Quick Start
Get started with the ChiropracticResults API in minutes
curl -X GET "https://recvmbabzbocmalrhmys.supabase.co/functions/v1/data-summary" \
-H "Content-Type: application/json"const response = await fetch(
'https://recvmbabzbocmalrhmys.supabase.co/functions/v1/data-summary'
);
const data = await response.json();
console.log(data.statistics);import requests
response = requests.get(
'https://recvmbabzbocmalrhmys.supabase.co/functions/v1/data-summary'
)
data = response.json()
print(data['statistics'])Authentication
API key authentication for higher rate limits and analytics
While our API is publicly accessible, authenticated requests receive higher rate limits and access to additional features. Include your API key in the request headers:
Authorization: Bearer YOUR_API_KEYAPI Endpoints
Complete reference for all available endpoints
Webhook Events
Subscribe to real-time notifications when data changes
Set up webhooks to receive HTTP POST notifications when events occur in our system. Configure webhooks in the Webhooks tab above.
| Event | Description |
|---|---|
| outcome.verified | A new patient outcome has been verified |
| outcome.created | A new outcome has been submitted (pending verification) |
| clinic.updated | A clinic profile has been updated |
| clinic.claimed | A clinic has been claimed by its owner |
| review.approved | A patient review has been approved |
Webhook Security:
All webhooks are signed with HMAC-SHA256 using your webhook secret. Verify the X-Webhook-Signature header to ensure authenticity.
AI Platform Integration
Integrate ChiropracticResults data into your AI applications
Our API is designed for consumption by AI platforms and LLMs. We provide:
- JSON-LD structured data following Schema.org standards
- Speakable schema markup for voice assistants
- ICD-10-CM medical coding for condition standardization
- AI-crawler friendly robots.txt configuration
- OpenAPI specification at
/api/openapi