Helpโ€บDevelopers & APIโ€บAPI quickstart
๐Ÿ”‘ Developers & API

API quickstart

Updated July 19, 2026

apikeys

API quickstart

  1. Open the Developer console and create an API key (tr_live_...). Copy it once.
  2. Call the URL Risk API:
curl -X POST https://api.trustiry.com/v1/check-url \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com"}'

The response separates reviewed relationship evidence from observed risk signals and includes unknowns, expiry, and policy version.

Related articles

API quickstart | Help ยท Trustiry