TRA Studio

Developers

TRA Studio REST API

Automate your TRAs — everything the app does goes through the same documented REST API.

REST & JSON

Predictable, resource-oriented endpoints under /api/v1 with JSON request and response bodies.

Authenticated & secure

Session authentication with CSRF protection — the same auth model as the app.

OpenAPI-powered

A machine-readable OpenAPI schema drives an always-current interactive reference.

Authentication

Requests authenticate with your session; mutating requests also carry a CSRF token (double-submit). Dedicated API tokens for automation are on the roadmap.

Base URL
/api/v1

Quickstart

Check the API is reachable:

curl /api/v1/health

Interactive reference

The full reference is generated from the OpenAPI schema and is open to everyone — no account needed to read it. You will need one to call the endpoints.