API Reference
Integrate qtrl into your workflows with the public REST API.
Overview
The qtrl Public API lets you manage projects, tests, test runs, and tasks programmatically. All requests are authenticated with API keys that you can create in your organization settings.
Authentication
Include your API key as a Bearer token in the Authorization header of every request:
Authorization: Bearer qtrl_your_api_key_hereAPI keys can be created by organization owners and admins under Organization Settings > API Keys.
Interactive reference
The full interactive API reference lets you browse all endpoints, view request and response schemas, and test requests directly from the browser.