API quickstart
Updated July 8, 2026
apikeys
API quickstart
- Open the Developer console and create an API key (
tr_live_...). Copy it once. - 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.