{"version":1,"resources":["https://agentpay.help/v1/summarize","https://agentpay.help/v1/classify-insurance","https://agentpay.help/v1/sentiment","https://agentpay.help/v1/extract","https://agentpay.help/v1/translate","https://agentpay.help/v1/code-review","https://agentpay.help/v1/insurance-analysis","https://agentpay.help/v1/token-safety","https://agentpay.help/v1/wallet-risk","https://agentpay.help/v1/web-scrape","https://agentpay.help/v1/crypto-price","https://agentpay.help/v1/image-describe","https://agentpay.help/v1/defi-yields","https://agentpay.help/v1/threat-intel","https://agentpay.help/v1/sanctions-screen","https://agentpay.help/v1/market-intel","https://agentpay.help/v1/on-chain-events","https://agentpay.help/v1/content-safety","https://agentpay.help/v1/agent-reputation","https://agentpay.help/v1/legal-lookup","https://agentpay.help/v1/news-feed","https://agentpay.help/v1/weather-data","https://agentpay.help/v1/web-search","https://agentpay.help/v1/memory","https://agentpay.help/v1/geocode","https://agentpay.help/v1/eth-gas","https://agentpay.help/v1/prediction-market","https://agentpay.help/v1/deep-research"],"ownershipProofs":["0x3d1FABDa1cd175e7bF977562dC134bC8d89868D9"],"name":"AgentPay","description":"Pay-per-call AI microservices (x402 / MPP). USDC on Base, no accounts or API keys.","website":"https://agentpay.help","specVersion":"1.0.0","protocol":"x402","network":"eip155:8453","currency":"USDC","facilitator":"https://facilitator.payai.network","payTo":"0x3d1FABDa1cd175e7bF977562dC134bC8d89868D9","endpoints":[{"path":"/v1/summarize","method":"POST","price":"$0.01","description":"AI text summarization — crisp 250-word summary of any text up to 20k chars","body":{"text":"string (200-20000 chars, required)"},"output":{"summary":"string","words":"number"}},{"path":"/v1/classify-insurance","method":"POST","price":"$0.02","description":"Insurance lead classifier — intent, urgency, line of business, confidence","body":{"text":"string (10-5000 chars, required)"},"output":{"intent":"quote_request|renewal|claim|complaint|other","urgency":"low|medium|high","line":"auto|home|life|health|commercial|other","confidence":"number"}},{"path":"/v1/sentiment","method":"POST","price":"$0.02","description":"Sentiment analysis — positive/negative/neutral with emotions and keywords","body":{"text":"string (10-5000 chars, required)"},"output":{"sentiment":"positive|negative|neutral","confidence":"number","emotions":"string[]","keywords":"string[]"}},{"path":"/v1/extract","method":"POST","price":"$0.03","description":"Structured field extraction — key-value pairs from emails, forms, documents","body":{"text":"string (required)","fields":"string[] (optional — fields to extract)"},"output":{"<field>":"value (JSON object of extracted fields)"}},{"path":"/v1/translate","method":"POST","price":"$0.03","description":"Text translation — translate to any language","body":{"text":"string (10-5000 chars, required)","targetLanguage":"string (optional, default Spanish)"},"output":{"translation":"string","targetLanguage":"string"}},{"path":"/v1/code-review","method":"POST","price":"$0.05","description":"AI code review — bugs, security, performance, quality score","body":{"code":"string (10-4000 chars, required)","language":"string (optional)"},"output":{"review":{"issues":"array","suggestions":"array","score":"number"},"language":"string"}},{"path":"/v1/insurance-analysis","method":"POST","price":"$0.10","description":"Full insurance analysis bundle — classification + field extraction + summary in one call","body":{"text":"string (10-20000 chars, required)"},"output":{"classification":"object","extracted_fields":"object","summary":"string","confidence":"number","recommended_action":"string"}},{"path":"/v1/token-safety","method":"POST","price":"$0.02","description":"Token safety check - rug pull risk, honeypot detection, liquidity analysis","body":{"address":"string (0x... required)","chain":"string (optional)"},"output":{"safe":"boolean","risk_score":"number","flags":"string[]","liquidity_usd":"number","honeypot":"boolean"}},{"path":"/v1/wallet-risk","method":"POST","price":"$0.02","description":"Wallet risk screening - OFAC sanctions, scam flags, tx patterns","body":{"address":"string (0x... required)","chain":"string (optional)"},"output":{"risk_level":"string","ofac_sanctioned":"boolean","total_txns":"number","risk_factors":"string[]"}},{"path":"/v1/web-scrape","method":"POST","price":"$0.01","description":"Extract clean text from any URL - agents read web pages","body":{"url":"string (required)","max_chars":"number (optional)"},"output":{"title":"string","content":"string","word_count":"number"}},{"path":"/v1/crypto-price","method":"POST","price":"$0.005","description":"Real-time crypto prices - BTC, ETH, SOL + more","body":{"symbols":"string[]","vs_currency":"string (optional)"},"output":{"prices":"object"}},{"path":"/v1/image-describe","method":"POST","price":"$0.03","description":"Vision AI - describe any image from URL","body":{"image_url":"string (required)","detail":"string (optional)"},"output":{"description":"string","objects":"string[]"}},{"path":"/v1/defi-yields","method":"POST","price":"$0.01","description":"DeFi yield data - APY, TVL, protocol info","body":{"protocol":"string (optional)","chain":"string (optional)"},"output":{"yields":"array"}},{"path":"/v1/threat-intel","method":"POST","price":"$0.02","description":"CVE/threat intelligence - vulnerability lookup, severity","body":{"cve_id":"string","keyword":"string (optional)"},"output":{"cve_id":"string","severity":"string","description":"string"}},{"path":"/v1/sanctions-screen","method":"POST","price":"$0.02","description":"OFAC/EU sanctions screening - entity check","body":{"name":"string (required)","type":"string (optional)"},"output":{"sanctioned":"boolean","lists":"string[]"}},{"path":"/v1/market-intel","method":"POST","price":"$0.02","description":"Macro/economic snapshot - GDP, inflation, rates","body":{"country":"string (optional)"},"output":{"country":"string","data":"object"}},{"path":"/v1/on-chain-events","method":"POST","price":"$0.01","description":"Decoded on-chain events - recent transfers","body":{"address":"string (0x... required)","chain":"string (optional)"},"output":{"events":"array"}},{"path":"/v1/content-safety","method":"POST","price":"$0.02","description":"Content security scan - PII, toxicity, bias","body":{"text":"string (required)"},"output":{"safe":"boolean","flags":"string[]"}},{"path":"/v1/agent-reputation","method":"POST","price":"$0.01","description":"Agent reputation score - endpoint trustworthiness","body":{"endpoint_url":"string (required)"},"output":{"score":"number","grade":"string"}},{"path":"/v1/legal-lookup","method":"POST","price":"$0.03","description":"Legal/regulatory lookup - company registration","body":{"query":"string (required)","jurisdiction":"string (optional)"},"output":{"results":"array"}},{"path":"/v1/news-feed","method":"POST","price":"$0.005","description":"Real-time news feed - headlines by topic","body":{"query":"string (required)","limit":"number (optional)"},"output":{"articles":"array"}},{"path":"/v1/weather-data","method":"POST","price":"$0.005","description":"Weather data - current conditions and forecast","body":{"location":"string (required)","days":"number (optional)"},"output":{"location":"string","current":"object","forecast":"array"}},{"path":"/v1/web-search","method":"POST","price":"$0.01","description":"Web search - top results for any query with title, url, snippet","body":{"query":"string (required)","max_results":"number (optional, default 8)"},"output":{"query":"string","results":"array of {title,url,snippet}","count":"number"}},{"path":"/v1/memory","method":"POST","price":"$0.005","description":"Persistent key-value memory scoped to your wallet - agents remember across runs","body":{"action":"get|set|delete|list (required)","key":"string (required for get/set/delete)","value":"any (required for set)","namespace":"string (optional, default 'default')"},"output":{"ok":"boolean","key":"string","namespace":"string","value":"any (on get)"}},{"path":"/v1/geocode","method":"POST","price":"$0.005","description":"Geocode place names to lat/lon; reverse geocode coordinates to addresses","body":{"query":"string (required - place name or 'lat,lon')","reverse":"boolean (optional)"},"output":{"results":"array of {name,country,lat,lon} (forward) | address+location (reverse)"}},{"path":"/v1/eth-gas","method":"POST","price":"$0.003","description":"Ethereum gas prices - rapid/fast/standard/slow in gwei plus ETH spot price","body":{},"output":{"eth_usd":"number","gwei":"object {rapid,fast,standard,slow}","updated_at":"string"}},{"path":"/v1/prediction-market","method":"POST","price":"$0.01","description":"Polymarket prediction market odds - live probabilities for any topic","body":{"query":"string (required)","limit":"number (optional, default 5)"},"output":{"query":"string","events":"array of {title, end_date, markets:[{question,outcomes}]}"}},{"path":"/v1/deep-research","method":"POST","price":"$0.25","description":"PREMIUM deep research - multi-source web research into a cited markdown report","body":{"topic":"string (required)","depth":"standard|deep (optional, default standard)"},"output":{"report":"string (markdown with inline citations)","citations":"array of {id,url,title}","stats":"object"}}],"discovery":{"openapi":"https://agentpay.help/openapi.json","llms":"https://agentpay.help/llms.txt","agentCard":"https://agentpay.help/.well-known/agent.json","mcp":"https://agentpay.help/.well-known/mcp.json","health":"https://agentpay.help/health","stats":"https://agentpay.help/stats"}}