OpenAPI Spec
Download the machine-readable OpenAPI specification for the Taiga Partner API.
Taiga publishes a partner-only OpenAPI 3.1 specification that covers the current provider and session endpoints:
- provider onboarding and updates
- session submission
- session listing and pagination
- session detail and pre-submission updates
- shared auth and error shapes
Download
Notes
- The spec is scoped to the Partner API under
/api/v1/partner/*. - Authentication uses
Authorization: Bearer <api-key>. - The OpenAPI file is versioned in the repo so it can be reviewed alongside route changes.
If you want generated client types or SDKs, this file is the right source to use with tools like openapi-typescript, Stainless, Speakeasy, or Fern.