๐ŸŒ EN โ–พSign in
Helpโ€บDevelopers & APIโ€บAPI quickstart
๐Ÿ”‘ Developers & API

API quickstart

Updated July 8, 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://trustiry.com/api/v1/check-url \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com"}'

You get back a verdict, trust/risk scores, detected brand, and the official alternative.

Related articles