API & B2B licensing

One endpoint. 200+ clinical calculators.

Embed board-reviewed health math in your product, or turn calculator intent into booked consults with co-branded result pages. Built for clinics, telehealth, and developers.

200+
Calculators
1
Endpoint
12 mo
Re-review cadence
99.9%
Uptime SLA
What you get

Clinical-grade tools, your brand

One REST endpoint
Call any of 200+ calculators from a single, versioned JSON API. Send the inputs, get the result plus the citation it's based on.
Drop-in embeds
Paste one script tag to render a fully-themed calculator inside your portal — no iframe styling battles, light & dark out of the box.
Board-reviewed math
Every formula is sourced from the literature and signed off by a licensed clinician, then re-reviewed every 12 months.
Co-branded results
Route calculator outcomes straight into a booked consult with your logo, your colors, and your booking flow.
HIPAA-aware by design
Stateless calculation — inputs are computed and discarded. No PHI is stored on Clinarix unless you explicitly opt in.
Usage analytics
See which tools your clients run, conversion to consults, and longitudinal outcome trends across your whole practice.
For developers

Send the inputs. Get the result and its citation.

One versioned REST endpoint covers the entire catalog. Every response ships with the formula source and the clinician who reviewed it.

RequestPOST
curl https://api.clinarix.com/v1/calculate \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "tool": "tdee",
    "inputs": { "age": 34, "sex": "f",
      "weight_kg": 64, "height_cm": 168,
      "activity": "moderate" }
  }'
Response200 OK
{
  "tool": "tdee",
  "result": { "tdee": 2010, "bmr": 1402, "unit": "kcal" },
  "citation": "Mifflin-St Jeor (1990)",
  "reviewed_by": "Dr. Lena Okafor, MD",
  "reviewed_at": "2025-11-02"
}
Or just embed it — one script tagHTML
<script src="https://embed.clinarix.com/v1.js"
  data-tool="tdee" data-clinic="YOUR_KEY"
  data-theme="light"></script>
Licensing

Pick the integration that fits

Embed
$39/mo

For a single clinic or telehealth site that wants branded calculators.

Up to 5 embedded calculators
Light & dark theming
Consult-booking handoff
Basic usage dashboard
Join the clinic waitlist
APIMost flexible
Custom

For products that need programmatic access to the full calculator catalog.

All 200+ calculators
Versioned REST endpoint
Citation metadata on every result
99.9% uptime SLA
Volume-based pricing
Talk to sales
Ready when you are

Let's scope your integration.

Tell us what you're building and we'll send API keys, sandbox access, and a tailored quote within two business days.