Email Normalize Tool – GPT55 x402 Gateway is a paid API for AI agents from gpt55.558686.xyz, paid per call via x402, $0.0001/call, status unknown (last checked 2026-09-15).
Normalizes and validates the shape of an email address, returning a cleaned canonical form via a micropayment-gated API.
Trim, split, and normalize a simple email address shape without sending mail, DNS checks, or upstream model calls. Pay up to $0.001 per request with x402 USDC on Base. Public paid calls are limited to 1500 input characters and 128 output tokens.
Returns a JSON object with ok (boolean), tool name ('emailNormalize'), a summary string, and a fetchedAt timestamp indicating when the normalization was performed. The normalized/validated email shape is provided in the response body.
GEThttps://gpt55.558686.xyz/v1/tools/email-normalizeUse this endpoint when you need a lightweight, pay-per-call (no subscription) email normalization check and want to avoid integrating a heavier validation library. Ideal for agents that need occasional email cleanup without a persistent API key or monthly fee, paying only $0.0001 USDC per call via x402 on Base.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"email": "user.name+tag@example.com"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"ok": true,
"tool": "emailNormalize",
"local": "user.name+tag",
"valid": true,
"domain": "example.com",
"fetchedAt": "2026-06-18T06:21:46.502Z",
"normalized": "user.name+tag@example.com"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"