Docs/REST API
API Reference

REST API

REST API reference for TurnKit server endpoints. The reference below is rendered from the bundled OpenAPI document shipped with this site, so it should be refreshed whenever backend endpoint behavior changes.

Base URL

https://api.turnkit.dev

Auth

Use the API key or bearer token scheme defined in the OpenAPI document for each secured endpoint.

Browser-facing developer auth endpoints are stricter now. In browser flows, /v1/dev/auth/refresh and /v1/dev/auth/logout require an allowed Origin, the CSRF header X-XSRF-TOKEN, and request handling compatible with the backend security config.