Taiga

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
  1. Get invited to the Partner Portal by the Taiga team.
  2. Create an API key in the portal under API Keys.
  3. Onboard providers — register each therapist's NPI and practice info via API.
  4. Submit sessions — send patient info, diagnosis codes, and session duration after each appointment. Or send a clinical note and let AI handle coding.
  5. 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

MethodEndpointDescription
POST/api/v1/partner/providersRegister a provider and practice
PATCH/api/v1/partner/providers/:npiUpdate provider or practice info
POST/api/v1/partner/sessionsSubmit a therapy session for billing
PATCH/api/v1/partner/sessions/:idUpdate a session before claim submission
GET/api/v1/partner/sessionsList sessions for your partner organization
GET/api/v1/partner/sessions/{id}Check claim status

Get started

Questions?

Email us at founders@usetaiga.com if you need portal access or onboarding help.

On this page