DELXCOMMERCE Live contract

Agent data quality · data-quality

Delx Extract Emails Lite

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.

x402agentslocal-firstmicro-usdcpay-per-calldata-qualityextract

One-command purchase

Run it from an agent.

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"}'
InputPOST /api/v1/x402/extract-emails-lite
{
  "text": "contact ops@delx.ai or sales@example.com for quotes"
}
Delivered resultapplication/json
{
  "schema": "delx/util-extract-emails-lite/v1",
  "emails": [
    "ops@delx.ai",
    "sales@example.com"
  ],
  "count": 2,
  "note": "shape match only"
}

Machine-readable evidence

Inspect before paying.