{
"success": true,
"apiVersion": "2025-03-17",
"data": {
"email": "user@example.com",
"domain": "example.com",
"risk_score": 23,
"risk_level": "safe",
"signals": [
{
"type": "temp_domain_match",
"severity": "high",
"weight": 45,
"description": "Domain matches known disposable provider",
"evidence": {
"provider": "mailinator.com"
}
}
],
"explanation": "Domain looks legitimate with no high-risk indicators.",
"recommendation": "Allow the request and continue monitoring.",
"check_time_ms": 173,
"checked_at": "2025-03-17T02:15:21.122Z"
},
"meta": {
"requestId": "req_123",
"timestamp": "2025-03-17T02:15:21.122Z",
"docsUrl": "https://docs.antitempmail.com",
"rateLimit": {
"limit": 60,
"remaining": 57,
"resetAt": "2025-03-17T02:16:00Z"
},
"credits": {
"remaining": 998,
"used": 1,
"unit": "credits"
},
"processingMs": 173,
"modelVersion": "risk-scorer-v1",
"thresholds": {
"safe": 30,
"suspicious": 60,
"danger": 60
},
"checkType": "single"
}
}