Back to Services
Basic Trustrest
Abstract API — Email Validation
Validate email addresses by checking format, MX records, disposable domain detection, and SMTP deliverability.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
emailvalidationverificationdeliverability
Quick Integration
Call this service through the Agent Clear proxy
// Call Abstract API — Email Validation through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/682781e1-0589-44f4-b663-05e41b7b0ce9',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"email"
],
"properties": {
"email": {
"type": "string",
"description": "Email address to validate"
}
}
}Output Schema
{
"type": "object",
"properties": {
"deliverability": {
"type": "string"
},
"is_valid_format": {
"type": "object"
},
"is_disposable_email": {
"type": "object"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026