Skip to content

API Keys

Coming soon

This integration is on our roadmap and is not yet available. Check back later or contact support if you need early access.

API keys let you access Quratic data programmatically — for building custom dashboards, automating exports, or integrating with tools like Looker Studio and MCP-compatible AI clients.

API keys are managed per project. Go to Brand Settings → General.

Pass the API key in the Authorization header of your requests:

Authorization: Bearer YOUR_API_KEY

The key is scoped to the project it was created in. Include the project_id (also labelled workspace_id in some endpoints) as a query parameter.

In Brand Settings → General, click the revoke button next to any key. Revocation is immediate — any integration using that key will stop working until a new key is provided.

CapabilityDescription
Export check resultsDownload CSV of run results for a project and date range via GET /api/export
Download PDF reportDownload a formatted visibility report via GET /api/reports/pdf
Looker Studio connectorUse the API key as authentication for the Looker Studio community connector
MCP serverUse the API key to authenticate Quratic as an MCP analytics tool in compatible AI clients

See Looker Studio Connector and MCP Server for integration-specific guides.