Find Chiropractors With Proven, Measurable Results

    API v1.0

    Developer Portal

    Access verified chiropractic outcomes data for your AI applications. Build smarter healthcare recommendations with real patient results.

    500+
    Verified Outcomes
    1,200+
    Clinics
    99.9%
    Uptime
    <100ms
    Response Time

    Quick Start

    Get started with the ChiropracticResults API in minutes

    curl
    curl -X GET "https://recvmbabzbocmalrhmys.supabase.co/functions/v1/data-summary" \
      -H "Content-Type: application/json"
    javascript
    const response = await fetch(
      'https://recvmbabzbocmalrhmys.supabase.co/functions/v1/data-summary'
    );
    const data = await response.json();
    console.log(data.statistics);
    python
    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_KEY
    Unauthenticated
    100 requests/minute
    Authenticated
    1,000 requests/minute

    API 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.

    EventDescription
    outcome.verifiedA new patient outcome has been verified
    outcome.createdA new outcome has been submitted (pending verification)
    clinic.updatedA clinic profile has been updated
    clinic.claimedA clinic has been claimed by its owner
    review.approvedA 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