InputPOST /api/v1/x402/extract-emails-lite
{
"text": "contact ops@delx.ai or sales@example.com for quotes"
}
Agent data quality · data-quality
Extract email-shaped tokens from free text (shape only). Call when you need candidate emails from agent-held text without SMTP validation. Returns email list and count (shape match only) for $0.001 USDC via x402 on Base. Shape match only—not mailbox verification, MX lookup, or enrichment. No network, no keys, no retention. Results are advisory; the caller owns budgets, auth, and production controls.
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/extract-emails-lite -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"text":"contact ops@delx.ai or sales@example.com for quotes"}'
{
"text": "contact ops@delx.ai or sales@example.com for quotes"
}
{
"schema": "delx/util-extract-emails-lite/v1",
"emails": [
"ops@delx.ai",
"sales@example.com"
],
"count": 2,
"note": "shape match only"
}
Machine-readable evidence