{
"success": true,
"apiVersion": "string",
"meta": {
"requestId": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"docsUrl": "http://example.com",
"rateLimit": {
"limit": 0,
"remaining": 0,
"resetAt": "2019-08-24T14:15:22.123Z",
"windowSeconds": 0
},
"credits": {
"remaining": 0,
"used": 0,
"total": 0,
"unit": "credit"
},
"processingMs": 0,
"modelVersion": "string",
"thresholds": {
"safe": 0,
"suspicious": 0,
"danger": 0
}
},
"data": {
"summary": {
"requested": 1,
"processed": 0,
"failed": 0,
"limit": 50
},
"results": [
{
"input": "string",
"normalized": "string",
"status": "success",
"analysis": {
"email": "string",
"domain": "string",
"risk_score": 0,
"risk_level": "safe",
"signals": [
{
"type": "string",
"severity": "low",
"weight": 0,
"description": "string",
"evidence": {
"property1": "string",
"property2": "string"
}
}
],
"explanation": "string",
"recommendation": "string",
"check_time_ms": 0,
"checked_at": "2019-08-24T14:15:22.123Z"
},
"error": "string"
}
]
}
}