✓ Verified
💻 Development
✓ Enhanced Data
Apipick Email Checker
Validate email addresses using the apipick Email Validator API.
- Rating
- 5 (494 reviews)
- Downloads
- 2,885 downloads
- Version
- 1.0.0
Overview
Validate email addresses using the apipick Email Validator API.
Complete Documentation
View Source →
apipick Email Validator
Validate email addresses with syntax check, MX record lookup, and disposable email detection.
Endpoint
text
POST https://www.apipick.com/api/check-email
Authentication: x-api-key: YOUR_API_KEY header required.
Get a free API key at https://www.apipick.com/dashboard/api-keys
Request
json
{"email": "[email protected]"}
Response
json
{
"success": true,
"code": 200,
"message": "Email validation complete",
"data": {
"email": "[email protected]",
"valid": true,
"syntax_valid": true,
"mx_valid": true,
"disposable": false,
"domain": "example.com",
"normalized": "[email protected]",
"reason": null
},
"credits_used": 1,
"remaining_credits": 99
}
Key fields:
valid:trueonly when bothsyntax_validANDmx_validare truedisposable:trueif the domain is a known throwaway email servicereason: explanation when validation fails (null on success)normalized: canonical lowercase form of the email
Error Codes
| Code | Meaning |
|---|---|
| 400 | Invalid request |
| 401 | Missing or invalid API key |
| 402 | Insufficient credits |
Usage Pattern
- Use
$APIPICK_API_KEYenv var as thex-api-keyheader value; if not set, ask the user for their apipick API key - Make the POST request with the email address
- Report the
validstatus and flag ifdisposableis true - Show
reasonwhen validation fails
Installation
Terminal bash
openclaw install apipick-email-checker
Copied!
💻Code Examples
POST https://www.apipick.com/api/check-email
post-httpswwwapipickcomapicheck-email.txt
**Authentication:** `x-api-key: YOUR_API_KEY` header required.
Get a free API key at https://www.apipick.com/dashboard/api-keys
## Requestexample.json
{
"success": true,
"code": 200,
"message": "Email validation complete",
"data": {
"email": "[email protected]",
"valid": true,
"syntax_valid": true,
"mx_valid": true,
"disposable": false,
"domain": "example.com",
"normalized": "[email protected]",
"reason": null
},
"credits_used": 1,
"remaining_credits": 99
}Tags
#web_and-frontend-development
#api
Quick Info
Category Development
Model Claude 3.5
Complexity One-Click
Author javainthinking
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install apipick-email-checker
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0