Merchant verification API

Inspect domain identity, age, and observed risk signals for a storefront.

Request

curl -X POST https://api.vernoli.ru/v1/check \
  -H "Authorization: Bearer sk_test_YOUR_KEY" \
  -d '{"input":{"type":"url","value":"https://shop.example"}}'

Response

{
  "id": "chk_123",
  "status": "completed",
  "verdict": "CAUTION",
  "confidence": 0.91,
  "summary": "Several risk signals were found."
}