Back to home

Resources · API Reference

REST API and webhooks

tRPC under the hood, REST on the surface.

Full REST API across all resources: projects, tasks, forms, files, users. OAuth 2.0, HMAC-signed webhooks, and SDKs for TypeScript, Python, and Go.

01

REST endpoints

18 modules: tenant, user, project, task, form, file, audit, and more.

02

OAuth 2.0

Authorization code and client credentials. Scoped and refreshable tokens.

03

Webhooks

23 events with HMAC-SHA256 signatures and automatic retry.

04

SDKs

Official clients: TypeScript, Python, Go. Open source.