Run the quickstart
Add the browser collector, pass its request ID to your server, and read the settled projection.
Understand the measurement
Follow the browser-to-edge request sequence and the six evidence families.
Read the verdict contract
Learn the five verdicts, four finding tiers, and three coverage states.
Integration in one pass
- Create a site in the dashboard.
- Put its public
hrtc_live_...site key in the browser collector. - Send the collector’s
requestIdto your backend through your existing application flow. - Keep an
hrtc_sk_...verdict key on the server. - Read
GET https://heretic.quest/v1/verdict/{requestId}from your server.
The result
The tenant API returns:verdictandconclusive- projected findings and all six family reports
- family coverage
- assessment provenance
- projected network classification
- optional versioned identity IDs and their components
- edge and timing fields
summary, signal headline and detail, network descriptions, collector failure reasons, and coverage reasons as prose.
Current contracts
Start with the quickstart. Use the collector reference when you need to change endpoint discovery, timing, surface collection, or retention mode.

