Qualifies a lead in one call: email validity, disposable check, person enrichment, and company enrichment.
Qualifies a lead in one call: email validity, disposable check, person enrichment, and company enrichment. Composite: one call runs lead-enrich + email-deliverability-check + disposable-email-check + company-enrich in parallel and merges them into a qualification object {email_valid, disposable, person, company} plus a deterministic fit_signals array (e.g. corporate_email_domain, domain_accepts_mail, disposable_email_domain). Data and derived signals only; no lead scoring, ranking, or buying advice. Company context is derived from the email domain when no company name is supplied. Use it as a lead qualification data API, lead verification, signup vetting, or CRM intake check for sales and growth agents.
| Method | Endpoint | Price | Description |
|---|---|---|---|
POST | /v1/marketplace/api/lead-qualify | $0.069 | Invoke Lead Qualify (Email) and return the upstream response. |
Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.
# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/lead-qualify \
-H 'Content-Type: application/json' \
-d '{}'
# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/lead-qualify \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <signed-payload>' \
-d '{}'
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs