QTSurfer beta

Clients and SDKs

Choose between QTSurfer workflow SDKs and low-level generated API clients.

QTSurfer provides opinionated SDKs for common workflows and lower-level clients that map closely to the HTTP API. Choose the highest-level library that still gives you the control you need.

Workflow SDKs

Use an SDK when you want authentication and multi-step operations handled as one workflow.

Generated API clients

Use an API client when you want one typed operation per endpoint and prefer to own polling, retries, and workflow composition. The TypeScript client uses native fetch and supports Node.js 20 or later, modern browsers, Deno, and Bun.