Introduction
API for integrating therapy platforms with Taiga's medical billing platform.
Taiga's Partner API lets therapy platforms submit clinical sessions for billing. Send us the diagnosis codes and session duration — we handle the rest. You can also send explicit CPT codes or a clinical note and let our AI handle coding. We take it from there through claim submission and payment.
Base URL: https://api.usetaiga.com
How it works
Your app sends session → Taiga validates & submits claim → Payment received- Get invited to the Partner Portal by the Taiga team.
- Create an API key in the portal under API Keys.
- Onboard providers — register each therapist's NPI and practice info via API.
- Submit sessions — send patient info, diagnosis codes, and session duration after each appointment. Or send a clinical note and let AI handle coding.
- Monitor — track claim status via the list and detail APIs.
If you prefer a machine-readable contract, download the OpenAPI spec.
We handle validation, claim scrubbing, submission, and payment tracking internally.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /api/v1/partner/providers | Register a provider and practice |
PATCH | /api/v1/partner/providers/:npi | Update provider or practice info |
POST | /api/v1/partner/sessions | Submit a therapy session for billing |
PATCH | /api/v1/partner/sessions/:id | Update a session before claim submission |
GET | /api/v1/partner/sessions | List sessions for your partner organization |
GET | /api/v1/partner/sessions/{id} | Check claim status |
Get started
Getting Started
Set up your account and get your first API key.
Quickstart
End-to-end integration in 3 API calls.
Authentication
How to authenticate your requests.
Questions?
Email us at founders@usetaiga.com if you need portal access or onboarding help.