{"openapi":"3.1.0","info":{"title":"prospex — Sales Prospect Enricher","version":"1.0.0","description":"Turn a name + company domain into a full sales-ready prospect profile: seniority, buyer persona, decision-maker probability, company intel, verified email pattern, and a personalised cold-email opener. Pay-per-call via x402 (USDC on Base).","contact":{"email":"admin@x402tools.xyz"}},"servers":[{"url":"https://prospex.x402tools.xyz"}],"paths":{"/enrich":{"post":{"summary":"Enrich one sales prospect — name + domain → seniority, buyer persona, company intel, email pattern, and a personalised opener","x-payment-info":{"protocols":"x402","price":{"mode":"fixed","currency":"USD","amount":"0.50"},"network":"eip155:8453","payTo":"0xcEbbB82a183Faa69b929eD1F417aAFc63fa3b5b6"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name","domain"],"properties":{"name":{"type":"string","maxLength":200,"description":"Full name of the prospect"},"domain":{"type":"string","maxLength":200,"description":"Company domain, e.g. stripe.com"},"linkedin_url":{"type":"string","description":"Known LinkedIn profile URL (optional hint)"},"company_name":{"type":"string","maxLength":200,"description":"Company name if known (optional)"},"options":{"type":"object","properties":{"include_raw_sources":{"type":"boolean","default":false}}}}}}}},"responses":{"200":{"description":"Enriched ProspectProfile","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid request body"},"402":{"description":"Payment required"}}}}}}