Email Validation
Instantly detect disposable and temporary email addresses. Reduce bounce rates and improve data quality.
IP Geolocation
Detect VPNs, proxies, and Tor networks. Get accurate location, timezone, and threat intelligence data.
Fraud Prevention
Identify high-risk IPs and suspicious patterns. Protect your platform from abuse and fraudulent activities.
API Documentation
Both features require authentication with an API key. All requests are rate-limited to 1K requests per day.
GET
Check Disposable Email
Verify if an email address is disposable (temporary/throwaway) or legitimate.
Request
https://api.syntheticacloud.com/products/identity-check/v1/disposable-email-check
Query Params
email
[email protected]
Headers
x-api-key
required
YOUR_API_KEY
Code
const response = await fetch('https://api.syntheticacloud.com/products/identity-check/v1/disposable-email-check?email=contact%40syntheticacloud.com', {
method: 'GET',
headers: {
'x-api-key': 'YOUR_API_KEY'
}
})
const data = await response.json()
console.log(data)
Response
Valid email address
{
"email": "[email protected]",
"isDisposable": false
}
Simple & Transparent Pricing
All plans include both Email and IP Check features
Starter
1Krequests / day
Free
- Email validation
- IP geolocation
- API key authentication
- Email support
Recommended
Professional
10Krequests / day
- All Starter features
- 10x more requests
- Priority support
- Dedicated support