# AgentTrust Verify > AI-agent destination verification that analyzes a URL or domain for observable technical risk signals including HTTPS, TLS availability, reachability, redirects and suspicious URL patterns, returning a risk level, score, confidence and supporting evidence. ## Single paid endpoint - Endpoint: POST https://agent-verify-pro.lovable.app/api/verify - Payment protocol: x402 (version 2) - Scheme: exact - Network: algorand:SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI= (Algorand Testnet) - Asset: USDC (ASA 10458941) - Price: 0.03 USDC per request - payTo: BQSJ3LZDYXDATRR53WO4YXRQEIOOX2NL3W7EZ4HMREU6GV5VFKPOMGRQOE - Facilitator: https://facilitator.goplausible.xyz (GoPlausible) - Discovery tag: x402-global-challenge There is exactly one paid endpoint. No accounts, no API keys, no subscriptions. ## Input ```json { "url": "https://example.com" } ``` ## Output (after payment settles) ```json { "service": "AgentTrust Verify", "target": "example.com", "risk_level": "LOW | MEDIUM | HIGH", "trust_score": 0, "confidence": 0.0, "interaction_recommendation": "PROCEED_WITH_NORMAL_CAUTION | REVIEW | AVOID", "limitations": ["Observable technical signals only — not proof of identity, legitimacy or safety."], "checks": [{ "id": "https", "status": "pass | fail | warn | unknown", "detail": "..." }], "deductions": [{ "reason": "...", "points": 0 }], "evidence": ["..."], "checked_at": "ISO-8601", "payment": { "settled": true, "transaction": "..." } } ``` Checks that the runtime could not complete are returned with status "unknown" and reduce "confidence". They are never reported as passing. ## Flow 1. POST /api/verify without payment -> HTTP 402 with a PAYMENT-REQUIRED header. 2. Build an exact-scheme Algorand USDC payment for the advertised requirements. 3. Retry with the PAYMENT-SIGNATURE header. 4. The GoPlausible facilitator verifies and settles on Algorand. 5. The response body contains the verification result; PAYMENT-RESPONSE carries settlement proof. ## Machine-readable metadata - https://agent-verify-pro.lovable.app/.well-known/x402 - https://agent-verify-pro.lovable.app/openapi.json