Pricing
Predictable Pricing For
Every Stage Of Growth.
Start building for free in our sandbox. Scale to millions of requests with HIPAA compliance included as standard on all production plans.
Sandbox
Prototype and test with zero commitment.
- 1,000 Requests / Month
- Test API Keys Only
- 1 Team Member
- Community Support
Starter
+ $0.003 Per Extra Request
Go live with production keys and real patient data.
- 60,000 Requests / Month
- Live + Test API Keys
- 1 Team Member
- HIPAA BAA Included
- Standard Live Support
Pro
+ $0.003 Per Extra Request
Full platform access with team collaboration.
- 600,000 Requests / Month
- Up to 5 Team Members
- 2 Sub-Organizations
- Webhooks + Bulk Ops
- Priority Email Support
Team
+ $0.003 Per Extra Request
For growing teams and multi-clinic networks.
- 3,000,000 Requests / Month
- Up to 15 Team Members
- 5 Sub-Organizations
- Sub-Orgs Billed Separately
- Dedicated Support Channel
Compare Features
Detailed breakdown of what's included in every plan.
| Features | Sandbox | Starter | Pro | Team |
|---|---|---|---|---|
| Monthly Requests | 1,000 | 60,000 | 600,000 | 3,000,000 |
| HIPAA Compliance | — | |||
| FHIR Datastore | Shared | Shared | Shared | Dedicated |
| Dedicated Datastore | — | — | — | |
| Event Streaming | — | Limited | Full | Full |
| Analytics API | — | |||
| Team Members | 1 | 1 | 5 | 15 |
| Support SLA | Community | Priority | Dedicated |
Need Dedicated Custom Scale?
For enterprise-grade requirements including multi-region failover, custom data residency, and dedicated engineering support.
Response in under 2 working hours
Frequently Asked Questions
Everything you need to know about ClinikAPI pricing and billing.
Ready To Transform Healthcare?
Join 500+ developers building the future of clinical workflows on ClinikAPI. Get your production keys in seconds.
$ npm install @clinikapi/sdk
import { Clinik } from '@clinikapi/sdk'
const clinik = new Clinik('clk_live_...')
const { data: patient } = await clinik.patients.create({
firstName: 'Jane',
lastName: 'Doe',
email: '[email protected]'
})
// Stored in HIPAA vault