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- Sign up for a Partner Portal account at partner.usetaiga.com.
- Create an API key in the portal under API Keys.
- Onboard providers — register each therapist's NPI and practice info (via API or the portal UI).
- 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 API polling or the Partner Portal dashboard.
We handle validation, claim scrubbing, submission, and payment tracking internally.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /api/v1/partner/providers | Register a provider and practice |
POST | /api/v1/partner/sessions | Submit a therapy session for billing |
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 or reach out through the Partner Portal.