API Evangelist API Evangelist
API Learnings
Toolbox
API Evangelist LLC

tRPC HTTP Protocol

The tRPC HTTP API protocol surface. tRPC servers expose procedures via HTTP GET (queries) and HTTP POST (mutations). Clients use httpBatchLink to batch concurrent calls into single requests. Input is passed via JSON-encoded query parameters (GET) or request bodies (POST). Authentication uses Bearer tokens for protected procedures.

Documentation

Specifications

Schemas & Data

SDKs

Other Resources

OpenAPI

trpc-openapi.yml Raw ↑