TaigaTaiga

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. Sign up for a Partner Portal account at partner.usetaiga.com.
  2. Create an API key in the portal under API Keys.
  3. Onboard providers — register each therapist's NPI and practice info (via API or the portal UI).
  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 API polling or the Partner Portal dashboard.

We handle validation, claim scrubbing, submission, and payment tracking internally.

Endpoints

MethodEndpointDescription
POST/api/v1/partner/providersRegister a provider and practice
POST/api/v1/partner/sessionsSubmit a therapy session for billing
GET/api/v1/partner/sessions/{id}Check claim status

Get started

Questions?

Email us at founders@usetaiga.com or reach out through the Partner Portal.

On this page