Skip to main content
Trustscope logoTrustscope

Documentation

API and implementation notes

Trustscope exposes a privacy-first API for lookup and community reporting workflows.

Core endpoints

API routes under /api/v1/* require a valid API key. Web guest flows use /public/v1/*.

POST /public/v1/lookup

Guest-capable web lookup endpoint.

POST /public/v1/report

Guest-capable manual report endpoint for the web UI.

GET /api/v1/stats

API-key protected endpoint for authenticated API usage.

Reference pages