API Keys
Coming soon
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.
Creating an API key
Section titled “Creating an API key”API keys are managed per project. Go to Brand Settings → General.
Using an API key
Section titled “Using an API key”Pass the API key in the Authorization header of your requests:
Authorization: Bearer YOUR_API_KEYThe 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.
Revoking an API key
Section titled “Revoking an API key”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.
What the API can do
Section titled “What the API can do”| Capability | Description |
|---|---|
| Export check results | Download CSV of run results for a project and date range via GET /api/export |
| Download PDF report | Download a formatted visibility report via GET /api/reports/pdf |
| Looker Studio connector | Use the API key as authentication for the Looker Studio community connector |
| MCP server | Use 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.