x402-deployer.x402-deployer.workers.dev
x402-deployer.x402-deployer.workers.dev
· x402-deployer.x402-deployer.workers.dev
Geocoder / forward geocoder / address to lat-lng / address-to-coordinates / postal-code lookup / place-name resolver / Nominatim geocoder / OpenStreetMap geocoding API. Converts a free-form address, postal code, place name, or POI into latitude/longitude plus a structured address breakdown (house number, road, city, county, state, postcode, country) and bounding box. Returns a ranked list of matches with importance scores. Backed by OSM Nominatim — global coverage, attribution required by ODbL.
x402-deployer.x402-deployer.workers.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 19/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedRecent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-05-17T00:44:57 | search_impression | api_search |
200 ok | — |
Endpoints
| Agent card | https://x402-deployer.x402-deployer.workers.dev/.well-known/agent-card.json |
| Provider | https://x402-deployer.x402-deployer.workers.dev |
| Docs | https://x402-deployer.x402-deployer.workers.dev |
Health · last 2 probes
Who's calling this agent 30d
1 interactions captured (impressions + lookups + A2A calls)
unknown
1
Per-caller-identity drill-down is private to the agent owner (visible on the owner dashboard). Cross-platform context + competitor benchmarks in the Enterprise tier.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/x402-deployer.x402-deployer.workers.dev) [](https://agenstry.com/agents/x402-deployer.x402-deployer.workers.dev) [](https://agenstry.com/agents/x402-deployer.x402-deployer.workers.dev) [](https://agenstry.com/agents/x402-deployer.x402-deployer.workers.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "x402-deployer-x402-deployer-workers-dev",
"name": "x402-deployer.x402-deployer.workers.dev",
"description": "Geocoder / forward geocoder / address to lat-lng / address-to-coordinates / postal-code lookup / place-name resolver / Nominatim geocoder / OpenStreetMap geocoding API. Converts a free-form address, postal code, place name, or POI into latitude/longitude plus a structured address breakdown (house number, road, city, county, state, postcode, country) and bounding box. Returns a ranked list of matches with importance scores. Backed by OSM Nominatim \u2014 global coverage, attribution required by ODbL.",
"domain": "x402-deployer.x402-deployer.workers.dev",
"provider": "x402-deployer.x402-deployer.workers.dev",
"providerUrl": "",
"category": "",
"networks": [
"eip155:8453"
],
"enriched": false,
"endpoints": [
{
"url": "https://x402-deployer.x402-deployer.workers.dev/csv-to-jsonl",
"description": "CSV to JSON / CSV to JSONL / CSV to NDJSON converter / TSV to JSON / spreadsheet to JSON / data pipeline preprocessor / LLM training-data prep. RFC 4180 parser. Type inference (booleans, integers, floats, ISO dates, null tokens). Configurable delimiter, quote char, header presence, column rename, drop columns, trim whitespace. Outputs newline-delimited JSON (jsonl), a JSON array (json), or column-oriented arrays (ndarray). Pure parser, no upstream API.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "csv",
"type": "string",
"description": "",
"example": "name,age\nAlice,30\nBob,25",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "format",
"type": "string",
"description": "",
"example": "jsonl",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/csv-to-ics",
"description": "CSV to ICS / CSV to iCal / calendar file generator / .ics builder / Google Calendar + Outlook + Apple Calendar import. RFC 5545 compliant VCALENDAR/VEVENT output. Auto-detects column mapping (summary, date, time, location, description) or accepts an explicit mapping. Handles all-day and timed events, configurable default duration, custom delimiters. Up to 1000 rows. Pure parser, no upstream API.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "calendar_name",
"type": "string",
"description": "",
"example": "Schedule",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "csv",
"type": "string",
"description": "",
"example": "Title,Date,Time\nMeeting,2026-05-15,9:00 AM",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/scrape-website",
"description": "Scrape any webpage. Pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a single URL. Server-side rendering. Body content rendered as text / raw HTML / clean markdown. Optional link extraction. Cheerio-based, no headless browser \u2014 fast and cheap, ideal for static pages and SSR sites. For JS-heavy SPAs that need a real browser, see website-screenshot.",
"pricing": {
"amount": "0.04",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "format",
"type": "string",
"description": "",
"example": "text",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/webpage-diff",
"description": "Webpage change detector / website change monitor / content diff / page-watch / visualping-style monitor / price-page monitor / status-page watcher / TOS-policy diff. Fetches a URL, strips HTML to plain text, computes a SHA-256 hash, and (when given a previous hash or text) returns a changed flag plus added/removed line lists. Optional CSS selector scopes the diff to one region. No login required; follows redirects.",
"pricing": {
"amount": "0.04",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "previous_hash",
"type": "string",
"description": "",
"example": "abc123...",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/rss-from-anything",
"description": "Generate a valid RSS 2.0 feed from any HTML page. Auto-detects article items, or accepts CSS selectors for tricky pages.",
"pricing": {
"amount": "0.04",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://news.ycombinator.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/tech-stack-detect",
"description": "Tech stack detector / website fingerprint / Wappalyzer alternative. Detects WordPress / Shopify / Webflow / Ghost / Next.js / Nuxt / Astro / Gatsby / React / Vue / Vercel / Netlify / Cloudflare / Stripe / Intercom / 50+ more. Header + meta + script + cookie patterns.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/whois-lookup",
"description": "WHOIS / RDAP domain lookup. Registration date, age, expiration, registrar, contacts, nameservers, DNSSEC, status flags, transfer history. Optional certificate-transparency summary.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "domain",
"type": "string",
"description": "",
"example": "example.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/disposable-email-check",
"description": "Disposable email detector / fake email filter / fraud signup defense. Cross-checks 100k+ disposable domains list. Flags role accounts (admin@, noreply@). Verifies MX record via Cloudflare DoH.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "email",
"type": "string",
"description": "",
"example": "test@mailinator.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/token-price",
"description": "Crypto token price API / CoinGecko wrapper. Lookup by id (bitcoin), symbol (BTC), or contract address (with chain). USD + native currency, 24h/7d change, market cap, volume, supply, ATH, ATL.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "query",
"type": "string",
"description": "",
"example": "bitcoin",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "vs_currency",
"type": "string",
"description": "",
"example": "usd",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/cve-lookup",
"description": "CVE lookup / vulnerability database. NIST NVD-backed. CVSS v3.1 + v2 scores, severity, affected CPEs, CWE class, references, public-exploit indicators. Plus LLM exploitability summary.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "cve_id",
"type": "string",
"description": "",
"example": "CVE-2021-44228",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/wikipedia-lookup",
"description": "Wikipedia API / encyclopedia lookup / structured article fetch. Title, summary, image, sections, Wikidata id, optional 25k-char extract. 300+ languages.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "full_text",
"type": "boolean",
"description": "",
"example": false,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "query",
"type": "string",
"description": "",
"example": "Albert Einstein",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/package-risk-npm",
"description": "npm package risk score / supply-chain scanner / typosquat detector. Maintainer count, weekly downloads, install scripts, dependency depth, deprecation, age, typosquat distance to popular packages. Plus LLM risk summary.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "package_name",
"type": "string",
"description": "",
"example": "lodash",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/summarize-text",
"description": "Summarize text into TLDR, bullets, paragraph, or executive summary. Up to 30k chars input. Mistral-powered. Adjustable length, tone, and structure.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "style",
"type": "string",
"description": "",
"example": "bullets",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Long article text...",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/translate-text",
"description": "AI translator \u2014 100+ languages, native-fluent. Auto-detects source. ISO codes or language names. Configurable formality (casual/formal/neutral). Preserves Markdown / code / URLs.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "target_language",
"type": "string",
"description": "",
"example": "Spanish",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Hello world",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/ai-to-human-text",
"description": "AI text humanizer / GPT detector bypass. Strips telltale LLM patterns (formulaic transitions, em-dash overuse, 'delve' / 'tapestry' / 'navigate the landscape'). 4 tones.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Furthermore, in today's digital landscape...",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "tone",
"type": "string",
"description": "",
"example": "casual",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/detect-language",
"description": "Language detector / language identification. ISO 639-1 code, full name, confidence (0-1). Mixed-language detection with secondary languages list. 100+ languages.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Bonjour le monde",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/classify-text",
"description": "Text classifier / zero-shot classifier / category sorter. Caller supplies labels (2-25). Multi-label mode. Calibrated confidences + reasoning. Mistral powered.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "labels",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Click here for free vacation!!!",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/extract-entities",
"description": "Named entity recognition (NER) / entity extractor. Pulls people, organizations, locations, dates, emails, URLs, phone numbers, monetary amounts. Verbatim with context. Mistral powered.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Sarah from Acme Corp will fly to Tokyo on March 15.",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/detect-pii",
"description": "PII detector / data leak scanner. Emails, phones, SSNs, credit cards, addresses, names, IPs, API tokens. Returns matches + risk_level. Optional redaction with [TYPE] tokens.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "redact",
"type": "boolean",
"description": "",
"example": true,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Contact John at john@acme.com or +1-415-555-0100",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/moderate-content",
"description": "Content moderation / safety classifier / OpenAI-style toxicity API. Default: harassment, hate_speech, violence, sexual_content, self_harm, spam, phishing, doxing, illegal_activity. Custom categories + verdict (allow/review/block).",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Have a great day!",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/sentiment-analysis",
"description": "Sentiment analyzer / emotion classifier / aspect-based sentiment. Overall sentiment + score (-1 to +1) + per-emotion (joy/anger/sadness/fear/surprise/disgust). Optional aspect-based scoring.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "aspects",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "The food was amazing but the service was painfully slow.",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/commit-message-from-diff",
"description": "Git commit message generator / Conventional Commits / AI commit-msg. Type, scope, subject, body, breaking_change flag. Ready for git commit -m.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "diff",
"type": "string",
"description": "",
"example": "diff --git a/auth.ts b/auth.ts\n@@\n+function login() {}\n",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/sql-from-prompt",
"description": "Text to SQL / NL to SQL / AI SQL generator. Postgres, MySQL, SQLite, BigQuery, Snowflake, MSSQL, DuckDB, ANSI. Optional schema. Returns SQL + explanation + tables_referenced + is_destructive + warnings.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "dialect",
"type": "string",
"description": "",
"example": "postgres",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "prompt",
"type": "string",
"description": "",
"example": "Top 10 customers by lifetime spend in 2026",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/regex-from-prompt",
"description": "Regex generator / NL to regex / pattern builder. PCRE / JavaScript / Python / Go / RE2. Returns pattern + flags + explanation + 3-6 test examples. Live-runs JS regex on sample_text.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "flavor",
"type": "string",
"description": "",
"example": "javascript",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "prompt",
"type": "string",
"description": "",
"example": "match a US phone number with optional country code",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/rewrite-tone",
"description": "Tone rewriter / paraphraser / writing style changer. 12 tones: formal, casual, friendly, confident, empathetic, concise, playful, persuasive, apologetic, technical, simple, enthusiastic. Audience + length controls.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Hey there, just wanted to follow up on the email I sent.",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "tone",
"type": "string",
"description": "",
"example": "formal",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/email-draft",
"description": "AI email writer / cold outreach / follow-up generator. Subject + body + salutation + sign-off. 7 tones \u00d7 10 email types (cold_outreach, follow_up, decline, reply, internal_update, thank_you, intro, request, apology, general). Length controls.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "prompt",
"type": "string",
"description": "",
"example": "Decline a meeting request from Sarah politely",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "recipient_name",
"type": "string",
"description": "",
"example": "Sarah",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "tone",
"type": "string",
"description": "",
"example": "warm",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/ai-content-detector",
"description": "AI content detector / GPT detector / ChatGPT plagiarism checker. Calibrated probability (0-1), verdict, suspicious phrases, per-axis style signals (em-dash overuse, hedge phrases, formulaic transitions).",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "In today's rapidly evolving digital landscape, organizations must leverage cutting-edge solutions to remain competitive...",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/describe-image",
"description": "AI image descriptor / vision LLM. Modes: describe, alt_text (accessibility, \u2264125 chars), OCR (extract visible text), tags (8-15 keywords), caption (single-sentence). Vision LLM powered.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "image_url",
"type": "string",
"description": "",
"example": "https://example.com/photo.jpg",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "mode",
"type": "string",
"description": "",
"example": "describe",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/logo-detect",
"description": "Detect brand logos and visual brand cues in an image with confidence + element_type (wordmark/logomark/lockup/color_scheme/context).",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "image_url",
"type": "string",
"description": "",
"example": "https://example.com/photo.jpg",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/text-to-speech",
"description": "Text to speech / TTS / voice generator. Venice TTS (Kokoro / xAI / ElevenLabs / Orpheus / MiniMax / Gemini). 30+ voices, 6 audio formats. Returns hosted MP3 URL.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Hello, this is a test of the speech synthesizer.",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "voice",
"type": "string",
"description": "",
"example": "af_sky",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/video-to-text",
"description": "Transcribe audio from any audio or video URL using Whisper v3.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "media_url",
"type": "string",
"description": "",
"example": "https://example.com/clip.mp4",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/video-to-subtitles",
"description": "Generate SRT or VTT subtitle files from any video or audio URL using Whisper v3.",
"pricing": {
"amount": "0.08",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "format",
"type": "string",
"description": "",
"example": "srt",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "media_url",
"type": "string",
"description": "",
"example": "https://example.com/clip.mp4",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/speaker-diarize",
"description": "Multi-speaker transcription. Whisper v3 with speaker labels. Returns utterances grouped by speaker plus per-speaker stats (utterance count, total seconds, word count).",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "media_url",
"type": "string",
"description": "",
"example": "https://example.com/podcast.mp3",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/video-summarize",
"description": "Single-shot video/podcast summarizer. Transcribes via Whisper + summarizes via Venice in one call. Styles: tldr, bullets, paragraph, executive, chapters.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "media_url",
"type": "string",
"description": "",
"example": "https://example.com/podcast.mp3",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "style",
"type": "string",
"description": "",
"example": "bullets",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/audio-loudnorm",
"description": "Normalize audio loudness to a configurable LUFS target using EBU R128.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "audio_url",
"type": "string",
"description": "",
"example": "https://example.com/clip.mp3",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "target_lufs",
"type": "number",
"description": "",
"example": -16,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/video-thumbnail",
"description": "Extract a single frame from a video URL as a thumbnail. First/middle/last.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "frame_type",
"type": "string",
"description": "",
"example": "middle",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "video_url",
"type": "string",
"description": "",
"example": "https://example.com/clip.mp4",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/upscale-image",
"description": "AI image upscaler / super-resolution / image enlarger. ESRGAN. 1-8\u00d7 scale factor. Best for photos and illustrations. fal.ai backend.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "image_url",
"type": "string",
"description": "",
"example": "https://example.com/x.jpg",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "scale",
"type": "number",
"description": "",
"example": 2,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/remove-bg",
"description": "Remove the background from any image. Returns a transparent PNG.",
"pricing": {
"amount": "0.08",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "image_url",
"type": "string",
"description": "",
"example": "https://example.com/x.jpg",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/image-expand",
"description": "AI image outpainting / image expansion. Bria Expand model. Generates realistic content beyond original borders. Set canvas size + original placement. Commercial-license model.",
"pricing": {
"amount": "0.15",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "canvas_height",
"type": "number",
"description": "",
"example": 576,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "canvas_width",
"type": "number",
"description": "",
"example": 1024,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "image_url",
"type": "string",
"description": "",
"example": "https://example.com/x.jpg",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "original_height",
"type": "number",
"description": "",
"example": 368,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "original_width",
"type": "number",
"description": "",
"example": 550,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "original_x",
"type": "number",
"description": "",
"example": 237,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "original_y",
"type": "number",
"description": "",
"example": 104,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/resume-scorer",
"description": "AI resume scorer / ATS keyword analyzer. Scores resume vs. job description (0-100 fit), with calibrated subscores: keyword match, experience, skills, formatting, impact. Ranked improvement suggestions.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "job_description",
"type": "string",
"description": "",
"example": "Senior Backend Engineer...",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "resume",
"type": "string",
"description": "",
"example": "Jane Doe \u2014 Software Engineer, 5 yrs Python...",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/pdf-to-markdown",
"description": "Convert PDFs to markdown, HTML, or structured JSON using Datalab Marker. OCR-grade extraction with structure preservation. 30-page max per call.",
"pricing": {
"amount": "0.2",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "output_format",
"type": "string",
"description": "",
"example": "markdown",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "pdf_url",
"type": "string",
"description": "",
"example": "https://example.com/doc.pdf",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/subdomain-enum",
"description": "Enumerate subdomains for a domain via Certificate Transparency logs (crt.sh). Returns each subdomain with first-seen / last-seen / cert count.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "domain",
"type": "string",
"description": "",
"example": "example.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/translate",
"description": "AI translator. 100+ languages. Auto-detect source. ISO codes or names. Native fluency. Preserves Markdown / code / URLs.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "target_language",
"type": "string",
"description": "",
"example": "Spanish",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Hello world",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/gas-now-base",
"description": "Gas oracle / gas price API / EIP-1559 fee estimator / Base + Ethereum + Optimism + Arbitrum + Polygon gas tracker / etherscan-gas alternative / pre-tx cost estimator / USD gas-cost calculator / safe-low + standard + fast tier feed. Reads the chain's latest block, derives the EIP-1559 base fee, suggests priority fees for safe-low / standard / fast tiers, computes the total recommended maxFeePerGas, and converts cost to USD for common tx types (transfer, ERC-20 transfer, Uniswap swap, NFT mint).",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/reverse-geocode",
"description": "Reverse geocoder / lat-lng-to-address. Coords \u2192 structured address. OpenStreetMap Nominatim.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "latitude",
"type": "number",
"description": "",
"example": 37.422,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "longitude",
"type": "number",
"description": "",
"example": -122.085,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/jwt-decode",
"description": "JWT decoder / JWT parser / JSON Web Token inspector / Bearer token debugger / OAuth ID-token reader / Auth0 + Cognito + Firebase token inspector. Base64URL-decodes header and payload, parses standard claims (iss, aud, sub, exp, iat, nbf, jti), reports algorithm, key id (kid), token type (typ), TTL, and clock-validity (is_expired / is_not_yet_valid / is_currently_valid_by_clock). Does NOT verify signatures \u2014 for inspection only, never trust output for auth decisions.",
"pricing": {
"amount": "0.003",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "jwt",
"type": "string",
"description": "",
"example": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjMifQ.abc",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/cron-explain",
"description": "Cron expression parser. Takes a 5/6/7-field cron expression or @yearly/@monthly/@weekly/@daily/@hourly macro and returns a plain-English explanation, frequency bucket, validation result, and a runs-per-day estimate. Useful for explaining a schedule to a human, validating a cron string, or generating a cadence summary.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "expression",
"type": "string",
"description": "",
"example": "0 9 * * 1-5",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "timezone",
"type": "string",
"description": "",
"example": "America/New_York",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/password-strength",
"description": "Password strength meter + breach checker. Entropy, character classes, common patterns, crack-time estimates. Plus HIBP k-anonymity breach lookup.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "password",
"type": "string",
"description": "",
"example": "Tr0ub4dor&3",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/address-geocode",
"description": "Geocoder / forward geocoder / address to lat-lng / address-to-coordinates / postal-code lookup / place-name resolver / Nominatim geocoder / OpenStreetMap geocoding API. Converts a free-form address, postal code, place name, or POI into latitude/longitude plus a structured address breakdown (house number, road, city, county, state, postcode, country) and bounding box. Returns a ranked list of matches with importance scores. Backed by OSM Nominatim \u2014 global coverage, attribution required by ODbL.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "address",
"type": "string",
"description": "",
"example": "1600 Amphitheatre Parkway, Mountain View, CA",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/humanize",
"description": "AI text humanizer / GPT detector bypass. Strips LLM tells (em-dash overuse, formulaic transitions, 'delve', 'tapestry'). 4 tones.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Furthermore, in today's digital landscape...",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "tone",
"type": "string",
"description": "",
"example": "casual",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/classify",
"description": "Zero-shot text classifier. Caller supplies labels. Multi-label mode. Calibrated confidences + reasoning.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "labels",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Click here for free vacation!",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/sentiment",
"description": "Sentiment + emotion analyzer. Overall sentiment + score (-1..+1) + per-emotion (joy/anger/sadness/fear/surprise/disgust). Aspect-based optional.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "The food was amazing but the service was slow.",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/scrape",
"description": "Scrape any webpage. Pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a single URL. Server-side rendering. Body content rendered as text / raw HTML / clean markdown. Optional link extraction. Cheerio-based, no headless browser \u2014 fast and cheap, ideal for static pages and SSR sites. Alias of scrape-website. For JS-heavy SPAs that need a real browser, see website-screenshot.",
"pricing": {
"amount": "0.04",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/expand-url",
"description": "URL expander / redirect chain tracer / link-shortener resolver. Returns every redirect hop with status, location, type, response time.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://bit.ly/abc123",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/dmarc-check",
"description": "DMARC + SPF + DKIM email-authentication checker / mail-auth posture audit / spoofing-resistance grader / phishing-readiness scanner / domain email security score / dmarcian-style report / pre-send deliverability check. Reads the domain's DNS TXT records, parses each protocol's record (SPF mechanisms + qualifiers, DMARC tags p/sp/rua/ruf/pct/aspf/adkim, DKIM selectors with key bits and algorithm), and returns a 0-100 score, A-F grade, and per-finding human-readable reasons explaining the score.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "domain",
"type": "string",
"description": "",
"example": "google.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/sec-filing",
"description": "SEC EDGAR filing fetcher + parser + summarizer. 10-K, 10-Q, 8-K, S-1, S-4, DEF 14A, 4, 13F-HR. Returns structured filing metadata, clean text, and optional Venice executive summary tuned to the form type. 100% public-domain SEC data.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "form_type",
"type": "string",
"description": "",
"example": "10-K",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "summarize",
"type": "boolean",
"description": "",
"example": true,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "ticker",
"type": "string",
"description": "",
"example": "AAPL",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/insider-form-4",
"description": "SEC Form 4 (insider transactions) normalizer. Recent officer/director/10%+ trades for any US ticker. Per-transaction shape: who, when, code (purchase/sale/grant/exercise/etc), shares, price, post-tx holdings, role. 100% public-domain SEC EDGAR data.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 5,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "ticker",
"type": "string",
"description": "",
"example": "AAPL",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/building-permits",
"description": "Building permits multi-city open-data lookup. NYC, SF, Chicago, LA, Seattle, Austin. Filter by address substring, status, type, recency. Each city normalized to a common shape. Real-estate / construction primitive.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "address",
"type": "string",
"description": "",
"example": "broadway",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "city",
"type": "string",
"description": "",
"example": "nyc",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 5,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/extract",
"description": "Named entity extractor / NER. People, organizations, locations, dates, emails, URLs, phone numbers, monetary amounts. Mistral-powered.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Sarah from Acme Corp will fly to Tokyo on March 15.",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/dns-lookup",
"description": "DNS lookup / DNS resolver / dig replacement / nslookup API / DoH proxy / authoritative-record fetch / MX checker / SPF + DMARC TXT inspector / CAA + DNSSEC inspector / nameserver finder / CDN-routing detector. Queries Cloudflare 1.1.1.1 DNS-over-HTTPS for any subset of A, AAAA, MX, TXT, NS, CNAME, SOA, PTR, SRV, CAA, DNSKEY, DS, TLSA, HTTPS, SVCB records and returns both grouped (per type, with TTL) and flat shapes for easy consumption.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "domain",
"type": "string",
"description": "",
"example": "example.com",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "types",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/json-yaml",
"description": "JSON to YAML and YAML to JSON converter / format transcoder / config-file translator / Helm values prepper / Kubernetes manifest converter / GitHub Actions workflow YAML helper / round-trip parser. Auto-detects input format from the first non-whitespace byte ('{'/'[' = JSON, otherwise YAML), parses, and re-serialises in the requested target format. Pretty-print and indent are configurable. Pure parse \u2014 no upstream API call, deterministic output.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "input",
"type": "string",
"description": "",
"example": "{\"name\":\"alice\",\"age\":30}",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "to",
"type": "string",
"description": "",
"example": "yaml",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/html-to-markdown",
"description": "Convert HTML to Markdown. Strips nav, scripts, ads, and other boilerplate. Preserves headings, lists, tables, code blocks, links, and images. Accepts raw HTML or a URL \u2014 when given a URL the server fetches the page and runs the converter on the body. Returns clean Markdown plus title and char counts. Ideal for LLM context windows, RAG ingestion, and content archival.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://en.wikipedia.org/wiki/Markdown",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/airport-delays",
"description": "FAA airport delays / ground stops / ground delay programs (GDP) / arrival-departure delay feed / NAS Status / FAA OIS air-traffic disruption monitor / weather-driven program changes. Live US airport disruption events from the FAA National Airspace System Status feed: ground stops, GDPs, AFPs, arrival/departure delays, and closures with reason and timing. Filter by IATA-3 airport and event type. Federal public \u2014 no auth, no rate-limit hassle.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "airport",
"type": "string",
"description": "",
"example": "JFK",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/visa-requirements",
"description": "Visa requirements / passport visa lookup / visa-free travel checker / e-visa + visa-on-arrival lookup / passport-index / travel eligibility / Schengen + ESTA-style entry rules. Given a passport country and destination, returns whether entry is visa-free, e-visa, visa-on-arrival, or visa-required, plus permitted stay in days and a human-readable status string. Pass full_matrix to get the entire 200x200 visa matrix for the passport. Backed by the public CC-BY passport-index-dataset.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "destination",
"type": "string",
"description": "",
"example": "JP",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "passport",
"type": "string",
"description": "",
"example": "US",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/iata-airport-info",
"description": "IATA / ICAO airport code lookup. Returns name, type, location, country, region, municipality, scheduled-service flag, home/wikipedia links. OurAirports CC0.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "code",
"type": "string",
"description": "",
"example": "SFO",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/arxiv-search",
"description": "arXiv full-text search. Search by query / author / category / id-list. Returns title, authors, abstract, primary category, dates, PDF URL, DOI. Public arXiv API.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 5,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "query",
"type": "string",
"description": "",
"example": "quantum computing",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/defi-llama-protocol",
"description": "DefiLlama protocol lookup \u2014 TVL, chain breakdown, current TVL, 24h/7d/30d changes, audits, parent protocol, categories. Free public API with attribution.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "protocol",
"type": "string",
"description": "",
"example": "aave",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/pubmed-search",
"description": "PubMed search / biomedical literature search / medical journal lookup / NIH paper search / clinical-research finder / MeSH-term query / NCBI E-utilities wrapper. Searches PubMed for biomedical articles by free-text query, with optional date range and sort (relevance / pub_date / first_author). Returns total hit count plus PMID, title, authors, journal, publication date, abstract, MeSH terms, and DOI per paper. Federal public domain via NCBI E-utilities \u2014 no API key required.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 3,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "query",
"type": "string",
"description": "",
"example": "CRISPR sickle cell",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/bls-occupational-stats",
"description": "BLS Public Data API \u2014 wages, employment levels, growth by series ID. Federal public, free. Optional BLS_API_KEY for higher rate-limits.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "series_ids",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "start_year",
"type": "string",
"description": "",
"example": "2023",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/fec-political-contributions",
"description": "FEC political contributions search via api.open.fec.gov. By donor / committee / candidate / cycle / state / amount. Federal public.",
"pricing": {
"amount": "0.04",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "donor_name",
"type": "string",
"description": "",
"example": "Smith John",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 10,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "min_amount",
"type": "number",
"description": "",
"example": 1000,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/earnings-calendar",
"description": "Earnings calendar derived from SEC 8-K Item 2.02, 10-Q, 10-K, NT 10-Q, NT 10-K filings. Federal public SEC EDGAR data only \u2014 no aggregator ToU concerns.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 4,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "ticker",
"type": "string",
"description": "",
"example": "AAPL",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/xbrl-financials",
"description": "SEC XBRL financials. Returns structured financial line items (revenue, net income, EPS, total assets, cash, etc.) for a US-listed ticker. Federal public XBRL data \u2014 Bloomberg-killer for fundamentals.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "fy_only",
"type": "boolean",
"description": "",
"example": true,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "metrics",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "ticker",
"type": "string",
"description": "",
"example": "AAPL",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/13f-deltas",
"description": "13F-HR position-delta computation \u2014 diff the two most recent 13F-HR filings for an institutional CIK. Returns added/exited/increased/reduced positions with dollar deltas.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "cik",
"type": "string",
"description": "",
"example": "0001067983",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "limit_holdings",
"type": "number",
"description": "",
"example": 20,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/safe-tx-decode",
"description": "Gnosis Safe execTransaction decoder. Decodes a Safe multisig tx hash or raw calldata into target/value/data/operation/gas/signers. Auto-decodes inner MultiSend batches.",
"pricing": {
"amount": "0.04",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "ethereum",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "tx_hash",
"type": "string",
"description": "",
"example": "0xdef...",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/nft-floor",
"description": "NFT collection floor + recent sales via Reservoir. Ethereum / Base / Arbitrum / Optimism / Polygon. Floor, top bid, 24h/7d/30d volume + change, ranks, recent sales.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "ethereum",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "collection",
"type": "string",
"description": "",
"example": "boredapeyachtclub",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/dao-proposal-monitor",
"description": "Snapshot.org DAO proposal monitor. Recent proposals + vote tallies + voter counts for any Snapshot space. Optional Venice TLDR.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 5,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "space",
"type": "string",
"description": "",
"example": "aave.eth",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "state",
"type": "string",
"description": "",
"example": "active",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/bridge-rates",
"description": "Cross-chain bridge rate aggregator. LiFi public quote API aggregates Across, Stargate, Hop, deBridge, Synapse, CCTP. Free, commercial-OK with attribution.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "amount",
"type": "string",
"description": "",
"example": "1000000000000000000",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "from_chain",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "from_token",
"type": "string",
"description": "",
"example": "0x0000000000000000000000000000000000000000",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "to_chain",
"type": "number",
"description": "",
"example": 8453,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "to_token",
"type": "string",
"description": "",
"example": "0x0000000000000000000000000000000000000000",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/property-tax-assessment",
"description": "Property tax assessor lookup (multi-county). NYC PLUTO, SF Assessor Roll, Cook County (Chicago). Returns assessed value, owner, parcel ID, sqft, year built, zoning. Open-data, CC0-licensed.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "address",
"type": "string",
"description": "",
"example": "350 5 AVENUE",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "county",
"type": "string",
"description": "",
"example": "nyc",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/fda-calendar",
"description": "FDA Advisory Committee meeting calendar. Upcoming + recent AdComm meetings scraped from FDA.gov public pages. Federal public.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "upcoming_only",
"type": "boolean",
"description": "",
"example": true,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/whois",
"description": "WHOIS / RDAP / domain age / domain expiry / registrar finder / nameserver lookup / DNSSEC check / TLD registration record / brand-protection triage. Short alias of whois-lookup. Queries the IANA-mandated RDAP endpoint and returns registered_date, age_days, expiration_date, days_until_expiry, last_changed, registrar (name + IANA id), contacts, nameservers, dnssec_signed, EPP statuses, and risk flags. Optionally appends a crt.sh certificate-transparency summary.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "domain",
"type": "string",
"description": "",
"example": "example.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/summarize",
"description": "Summarize text into TLDR, bullets, paragraph, or executive summary. Up to 30k chars input. Mistral-powered. Adjustable length, tone, and structure.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "style",
"type": "string",
"description": "",
"example": "tldr",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Long article text...",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/homoglyph-check",
"description": "Homoglyph attack detector / Unicode lookalike scanner. Detects Cyrillic / Greek / fullwidth / mathematical lookalikes used in phishing. Plus zero-width / RTL-override chars.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "\u0430pple.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/wikipedia",
"description": "Wikipedia API / encyclopedia lookup. Title, summary, image, sections, Wikidata id, optional 25k-char extract. 300+ languages.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "query",
"type": "string",
"description": "",
"example": "Albert Einstein",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/cve",
"description": "CVE lookup / vulnerability lookup / NVD record / CVSS scorer / vuln advisory fetch / exploit-known check / CWE class / patch-priority triage / Log4Shell-style record. Short alias of cve-lookup. Returns NIST NVD record with CVSS v3.1 + v2 vectors, severity, CWE, affected CPE list, references, public-exploit indicator with reference URLs, and a Venice exploitability summary. Federal public, no auth.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "cve_id",
"type": "string",
"description": "",
"example": "CVE-2021-44228",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/pypi-package-risk",
"description": "PyPI package risk score / Python supply-chain scanner. Age, downloads, install-script hooks, dependencies, deprecation, typosquat distance. LLM risk summary.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "package_name",
"type": "string",
"description": "",
"example": "requests",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/patent-search",
"description": "USPTO patent search. Issued US patents and published applications via the USPTO Open Data Portal. Search by topic, inventor, assignee, CPC class, filing-date range. Returns title, abstract, inventors, assignees, dates, classifications. Optional Venice plain-English summary.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 5,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "query",
"type": "string",
"description": "",
"example": "quantum computing",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/mp4-to-mp3",
"description": "MP4 \u2192 MP3 audio extractor. Any video format (mov, webm, mkv, avi, m4v, flv) \u2192 MP3 via CloudConvert. Selectable bitrate (96/128/192 kbps). 60-min / 500MB max.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "bitrate",
"type": "number",
"description": "",
"example": 128,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "video_url",
"type": "string",
"description": "",
"example": "https://example.com/clip.mp4",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/html-to-pdf",
"description": "URL to PDF / HTML to PDF / webpage screenshot to PDF. CloudConvert capture-website. Configurable page size, orientation, margins, wait conditions. Renders JS.",
"pricing": {
"amount": "0.08",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "page_format",
"type": "string",
"description": "",
"example": "a4",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/website-screenshot",
"description": "URL to PNG / JPG / website screenshot tool. Configurable viewport, retina, crop/fit, transparent BG, JPG quality, JS wait conditions. CloudConvert capture.",
"pricing": {
"amount": "0.04",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "format",
"type": "string",
"description": "",
"example": "png",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "screen_width",
"type": "number",
"description": "",
"example": 1280,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/github-repo-health",
"description": "GitHub repo health score / open-source maintainability checker. 0-100 score + grade (abandoned/stale/okay/healthy/thriving). Commit activity, contributors, license, CI, tests. Plus LLM verdict.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "repo",
"type": "string",
"description": "",
"example": "facebook/react",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/arxiv-summarize",
"description": "arXiv paper summarizer / research-paper TLDR. Fetches abstract via arXiv API + LLM-generated structured summary (TLDR, key findings, methods, limitations, so-what).",
"pricing": {
"amount": "0.04",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "arxiv_id_or_url",
"type": "string",
"description": "",
"example": "2402.12345",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/voice",
"description": "Text-to-speech / TTS / voice synthesis. Venice TTS (Kokoro/xAI/ElevenLabs/Orpheus/MiniMax). 30+ voices, MP3/WAV/OPUS/AAC/FLAC.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Hello there.",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "voice",
"type": "string",
"description": "",
"example": "af_sky",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/screenshot",
"description": "Website screenshot / URL to PNG/JPG. Configurable viewport, retina, crop/fit, transparent BG, JPG quality, JS wait conditions.",
"pricing": {
"amount": "0.04",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/astro-times",
"description": "Sunrise sunset times. Computes sunrise, sunset, solar noon, day length (seconds), and civil / nautical / astronomical twilight begin & end for any latitude/longitude on any date. Also covers golden hour, dawn / dusk, and full astronomy-times. UTC ISO8601 strings. Wraps sunrise-sunset.org's public API \u2014 no auth, commercial-OK.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "latitude",
"type": "number",
"description": "",
"example": 37.7749,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "longitude",
"type": "number",
"description": "",
"example": -122.4194,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/qr-code-decode",
"description": "QR decoder / QR reader / scan QR from URL / QR code OCR / barcode reader / link extraction from QR. Reads QR codes out of any public image URL (PNG / JPG / GIF / BMP) and returns the decoded text strings. Multiple QR codes in a single image are returned as separate entries. Wraps qrserver.com's free public read-qr-code API (true DIY decode requires canvas, which Workers don't have natively). Returns an empty `codes` array plus a descriptive `note` if the image can't be fetched or no QR is found.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "image_url",
"type": "string",
"description": "",
"example": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/QR_code_for_mobile_English_Wikipedia.svg/1200px-QR_code_for_mobile_English_Wikipedia.svg.png",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/exchange-rates",
"description": "Exchange rates. Latest or historical FX rates between currencies, sourced from the European Central Bank (Frankfurter API). 30+ currency pairs. Optional amount conversion. No commercial restrictions. Specify a base currency (default USD), an optional quote currency or list, an optional date (YYYY-MM-DD or 'latest'), and an optional amount to also receive a converted value when a single quote is supplied.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "amount",
"type": "number",
"description": "",
"example": 100,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "base",
"type": "string",
"description": "",
"example": "USD",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "quote",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/holiday-lookup",
"description": "Holiday calendar. Public holidays, bank holidays, and federal holidays for any country and year. ISO 3166-1 country codes. Returns date, local name, English name, type (public/observance/regional), and scope. Wraps the public Nager.Date API \u2014 no auth, commercial-OK.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "country",
"type": "string",
"description": "",
"example": "US",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "year",
"type": "number",
"description": "",
"example": 2026,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/timezone-lookup",
"description": "Timezone lookup. Returns IANA timezone, UTC offset, DST status, current local time, and DST transitions for any latitude/longitude or city name. Wraps the public TimeAPI.io endpoint \u2014 no auth, commercial-OK.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "timezone",
"type": "string",
"description": "",
"example": "America/Los_Angeles",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/country-info",
"description": "Country info lookup. Resolves country metadata by common name, ISO 3166 alpha-2/alpha-3 code, or capital city. Returns capital, region, population, area, currencies, languages, timezones, calling code, flag emoji, neighbors. Wraps the public REST Countries v3.1 API \u2014 no auth, commercial-OK.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "query",
"type": "string",
"description": "",
"example": "Germany",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/dictionary-define",
"description": "English dictionary / word definition / lookup word / pronunciation / part of speech / synonyms / etymology adjacent. Returns part-of-speech-grouped definitions with usage examples and per-sense synonyms, plus IPA phonetic and a pronunciation audio URL when available. Wraps the public Free Dictionary API \u2014 no auth, commercial-OK.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "word",
"type": "string",
"description": "",
"example": "ephemeral",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/thesaurus",
"description": "Thesaurus / synonyms / antonyms / similar words / rhymes / Datamuse / paraphrasing / query expansion. Returns related words for a given input word, configurable across five modes: 'synonyms' (rel_syn), 'antonyms' (rel_ant), 'sounds_like' (homophones / rhymes), 'similar_meaning' (semantically near), or 'related' (commonly co-occurring triggers). Wraps the public Datamuse API \u2014 no auth, commercial-OK.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 10,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "mode",
"type": "string",
"description": "",
"example": "synonyms",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "word",
"type": "string",
"description": "",
"example": "happy",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/earthquakes-recent",
"description": "Earthquake feed. Returns recent earthquakes from USGS for any time window (hour, day, week, month) above a magnitude threshold. Includes location, magnitude, depth, tsunami flag. Each quake includes magnitude + type, depth (km), place, ISO8601 time, lat/lon, tsunami flag, USGS event URL, and felt-report count when available. Wraps USGS GeoJSON summary feeds \u2014 public domain, no auth.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "min_magnitude",
"type": "number",
"description": "",
"example": 4.5,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "time_range",
"type": "string",
"description": "",
"example": "day",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/ipfs-fetch",
"description": "IPFS fetch / IPFS gateway / Web3 storage retrieval / NFT metadata fetcher / Filecoin gateway / decentralized content / pinned-content reader. Resolves a CID (CIDv0 Qm... or CIDv1 bafy...) and optional sub-path through a fallback chain of public gateways (cloudflare-ipfs.com to ipfs.io to dweb.link) and returns the content as base64 / text / parsed JSON. Hard cap 5 MB. HEAD pre-flight + streaming size cap so oversized files are rejected before they're fully downloaded. No API key required.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "cid",
"type": "string",
"description": "",
"example": "bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "output",
"type": "string",
"description": "",
"example": "text",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/ens-resolve",
"description": "ENS resolver / Ethereum Name Service lookup. Forward (vitalik.eth to address) and reverse (address to primary ENS) with text records (avatar, twitter, github, etc).",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "query",
"type": "string",
"description": "",
"example": "vitalik.eth",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/weather",
"description": "Weather API / weather forecast / current weather / hourly forecast. Returns current conditions plus 1-7 day daily forecast and optional hourly forecast for any latitude/longitude. Daily includes temp max/min, precipitation, sunrise/sunset, UV index. Open-Meteo backend.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "forecast_days",
"type": "number",
"description": "",
"example": 3,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "latitude",
"type": "number",
"description": "",
"example": 37.7749,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "longitude",
"type": "number",
"description": "",
"example": -122.4194,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "units",
"type": "string",
"description": "",
"example": "imperial",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/trademark-search",
"description": "Trademark search / USPTO trademark lookup / TSDR / federal trademark database. Look up any US trademark by serial number or registration number. Returns mark text, owner, status, filing date, classes, goods/services. Federal public TSDR API.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "serial_number",
"type": "string",
"description": "",
"example": "73140373",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/hacker-news-search",
"description": "Hacker News search / HN search / yc-news / Algolia HN. Searches 30M+ Hacker News stories and comments. Filter by type (story/comment/poll), author, min points, ISO8601 date range; sort by relevance or recency. Returns title, author, points, comment count, URL.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 5,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "query",
"type": "string",
"description": "",
"example": "rust async",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/insider-trading",
"description": "Insider trading feed. Recent SEC Form 4 transactions for any US-listed ticker \u2014 officer, director, and 10% beneficial owner buys and sells. Returns transaction code (P=purchase, S=sale, A=grant, M=exercise), shares, price, post-transaction holdings, filed date, and EDGAR document URL. Wraps the same EDGAR-backed source as insider-form-4 under a more search-friendly name. Federal public data, no auth.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 5,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "ticker",
"type": "string",
"description": "",
"example": "AAPL",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/text-classify",
"description": "Text classifier. Zero-shot classification \u2014 caller supplies 2-25 labels and the model picks the best one (or all matching labels in multi-label mode) with calibrated confidence scores and a per-label reason. Same backend as classify-text under a more search-friendly slug. Mistral powered.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "labels",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Click here for free vacation!!!",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/cron-parse",
"description": "Cron parser. Parses any 5 / 6 / 7-field cron expression or @yearly / @monthly / @weekly / @daily / @hourly macro and returns a plain-English explanation, frequency bucket, validation flag, and runs-per-day estimate. Same backend as cron-explain under a clearer slug.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "expression",
"type": "string",
"description": "",
"example": "0 9 * * 1-5",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "timezone",
"type": "string",
"description": "",
"example": "America/New_York",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/convert-html-to-markdown",
"description": "Convert HTML to Markdown. Strips nav, scripts, ads, and other boilerplate. Preserves headings, lists, tables, code blocks, links, and images. Accepts raw HTML or a URL. Returns clean Markdown ideal for LLM context windows or RAG ingestion.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://en.wikipedia.org/wiki/Markdown",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/honeypot-check",
"description": "Honeypot.is buy/sell simulation for any Base or Ethereum ERC-20. Returns is_honeypot verdict, buy/sell/transfer tax %, simulation success flag, and a reason string when a honeypot is detected. Use before every swap to detect sell-blocking risk.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "token_address",
"type": "string",
"description": "",
"example": "0x4200000000000000000000000000000000000006",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/contract-source",
"description": "Verified contract source code / Etherscan source / contract ABI fetcher / Solidity source lookup. For any deployed contract on Ethereum, Base, Optimism, Arbitrum, or Polygon: returns is_verified, contract name, compiler version, parsed ABI, full source, license, optimizer settings, constructor args, and proxy implementation address.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "address",
"type": "string",
"description": "",
"example": "0x4200000000000000000000000000000000000006",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/gas-price",
"description": "Gas price API / EIP-1559 fee estimator / Base + Ethereum + Optimism + Arbitrum gas tracker / pre-tx cost estimator. Reads the chain's latest block, derives base fee, suggests priority fees for safe-low/standard/fast tiers, computes total maxFeePerGas, and converts cost to USD for common tx types.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/token-risk",
"description": "Token risk score / token security audit / rug-pull score / token safety check. Composite 0-100 score from honeypot.is + GoPlus Security + Etherscan contract age. Subscores: honeypot, taxes, holder concentration, liquidity, contract age, ownership. Verdict: safe / caution / high_risk.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "token_address",
"type": "string",
"description": "",
"example": "0x4200000000000000000000000000000000000006",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/token-count",
"description": "Token count / tokenizer estimate / GPT-4 token count / Claude token count / Gemini token count / context-window pre-flight. Pure-local heuristic estimator targeting cl100k_base / o200k_base (GPT-4o) with calibrated multipliers for Claude and Gemini. Input model name is matched against an internal table of supported tokenizers. Accuracy \u00b15% versus tiktoken on typical English. No upstream call.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "model",
"type": "string",
"description": "",
"example": "gpt-4o",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Hello world, this is a test of the tokenizer.",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/arbitrage-spread",
"description": "Cross-exchange arbitrage spread / max-min price / CEX price dispersion / spread % calculator. For any CoinGecko-listed coin, pulls every tracked exchange ticker, computes the lowest and highest USD-converted prices, the spread %, and identifies which exchanges sit at each extreme plus the highest-volume venue. Filters out stale or anomalous tickers.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "coingecko_id",
"type": "string",
"description": "",
"example": "ethereum",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/wallet-label",
"description": "Wallet label / address tagger / known-address lookup / EOA-vs-contract check / deployer tracer. Best-effort labelling for any EVM address against an in-handler dictionary of well-known CEX hot/cold wallets, DEX routers, NFT marketplaces, popular MEV bots, bridges, and stablecoins. Etherscan v2 'getcontractcreation' adds is_contract + deployer for unknown contracts. Returns label, category, and the source of the match.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "address",
"type": "string",
"description": "",
"example": "0x6c0752c09e7F6fA6526fCDf40e456a159ebB5621",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "ethereum",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/semantic-chunk",
"description": "Semantic chunker / text splitter / RAG chunker / chunking with overlap / sentence + paragraph aware. Splits long text into chunks with three modes: 'fixed' (hard char-count windows with overlap), 'sentence' (greedy pack of sentences up to chunk_size), 'paragraph' (split on blank lines, never pack across paragraphs). Returns each chunk's text, start/end character offsets, and char count. Pure local \u2014 no upstream call.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "chunk_size",
"type": "number",
"description": "",
"example": 30,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "mode",
"type": "string",
"description": "",
"example": "sentence",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "overlap",
"type": "number",
"description": "",
"example": 10,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "First sentence. Second sentence. Third one. Fourth.",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/prompt-compress",
"description": "Prompt compressor / context shrinker / prompt distiller / cost-cutter for long system prompts. Rewrites a long prompt down to a target ratio of its original length while preserving every instruction, constraint, and example's intent. Drops filler words, redundant repetition, and ceremonial politeness. Powered by Venice mistral-small-3-2-24b.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "prompt",
"type": "string",
"description": "",
"example": "You are a helpful assistant. Please carefully read the user's request and respond with the most useful answer you can. Always be polite, concise, and accurate. If you don't know something, just say so. Format your responses in clear paragraphs and use bullet points only when listing items.",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "target_ratio",
"type": "number",
"description": "",
"example": 0.4,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/embedding-similarity",
"description": "Embedding similarity / cosine similarity / semantic match / vector compare / are-these-strings-similar. Embeds two strings via Venice (default model: text-embedding-bge-m3) and returns the cosine similarity as a single float in [-1, 1]. Useful for paraphrase detection, dedup, and cheap retrieval routing.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text_a",
"type": "string",
"description": "",
"example": "AI agent payments",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text_b",
"type": "string",
"description": "",
"example": "Autonomous transactions",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/citation-verify",
"description": "Citation verifier / fact-check against URL / does-this-source-support-this-claim / hallucination detector. Fetches a source URL (HTML stripped, 100KB cap), and asks Venice claude-sonnet-4-6 whether a given claim is supported, contradicted, or absent. Returns verdict, confidence (0-1), and the strongest evidence quote when available.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "claim",
"type": "string",
"description": "",
"example": "GPT-4 was released in March 2023",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "source_url",
"type": "string",
"description": "",
"example": "https://en.wikipedia.org/wiki/GPT-4",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/github-stars-history",
"description": "GitHub stars history / star growth chart / repo popularity over time / trending tracker. Current star count plus a sampled cumulative-stars-vs-date series for any public GitHub repo. Walks 1-10 evenly-spaced pages of /stargazers using application/vnd.github.star+json so each sample carries a starred_at timestamp. Free public API, no auth (subject to GitHub's 60 req/h unauthenticated limit).",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "pages",
"type": "number",
"description": "",
"example": 5,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "repo",
"type": "string",
"description": "",
"example": "vercel/next.js",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/arxiv-bibtex",
"description": "arXiv to BibTeX / arxiv citation generator / paper bibtex / LaTeX citation builder / academic citation lookup. Pulls a paper's title, authors, year, abstract, and DOI from the arXiv API and generates a properly-formatted BibTeX entry with an auto-derived cite key (or your own). Free public arXiv API. Pure XML parse \u2014 no upstream auth.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "arxiv_id",
"type": "string",
"description": "",
"example": "1706.03762",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/wallet-pnl",
"description": "Wallet token P&L / FIFO cost basis / realized + unrealized profit / EVM portfolio analytics. For any (wallet, ERC-20, chain) triple, pulls all transfers from Etherscan v2, prices each one at the historical USD spot via CoinGecko, runs FIFO accounting and reports cost basis, realized gain, unrealized gain, current balance, and tx count. Capped at the most recent 500 transfers.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "ethereum",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "token_address",
"type": "string",
"description": "",
"example": "0x4200000000000000000000000000000000000006",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "wallet",
"type": "string",
"description": "",
"example": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/token-volatility",
"description": "Token volatility / historical volatility / annualized vol / standard deviation of returns / crypto vol calculator. For any CoinGecko-listed token, computes log-return standard deviation over the last N days (default 30) and annualizes by sqrt(365). Returns daily and annualized volatility as percent, count of return observations, first and last close prices. Backed by CoinGecko's free public market_chart endpoint.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "coingecko_id",
"type": "string",
"description": "",
"example": "ethereum",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "days",
"type": "number",
"description": "",
"example": 30,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/user-agent-parse",
"description": "User-Agent parser / UA classifier / browser detection / OS detection / bot detection / AI crawler identifier (GPTBot, ClaudeBot, PerplexityBot). Pure-local regex parser \u2014 detects browser (Chrome, Firefox, Safari, Edge, Opera, Vivaldi, Samsung), OS (Windows, macOS, iOS, Android, Linux, ChromeOS) with version, device type (desktop / mobile / tablet / bot), and identifies 32+ specific bots/crawlers. No upstream call.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "user_agent",
"type": "string",
"description": "",
"example": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/domain-availability",
"description": "Domain availability / RDAP lookup / WHOIS replacement / domain registration checker / expiry date lookup. Returns is_registered, registrar, registration date, expiry date, days_until_expiry, and current EPP status flags for any TLD that supports RDAP (effectively all gTLDs and most ccTLDs). Backed by rdap.org, the public RFC-7480-compliant aggregator. 404s map to is_registered: false rather than an error.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "domain",
"type": "string",
"description": "",
"example": "example.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/ip-asn",
"description": "IP to ASN / IP geolocation / IP-to-ISP lookup / WHOIS for IP / cloud-provider attribution. For any IPv4 or IPv6 address, returns ASN number, ASN org, ISP, country, region, city, postal, latitude/longitude, and timezone. Primary backend: ipapi.co (1k req/day free). Fallback: ip-api.com (45 req/min free). Both are free public APIs with no auth.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "ip",
"type": "string",
"description": "",
"example": "8.8.8.8",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/tld-info",
"description": "TLD info / top-level domain registry lookup / ccTLD vs gTLD / TLD introduction year / new gTLD registry. For any top-level domain, returns the registry operator, type (gTLD / ccTLD / sTLD), country (for ccTLDs), introduction year, and notes. In-handler dictionary covers ~80 of the most common TLDs; falls back to a structural guess for unrecognized TLDs.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "tld",
"type": "string",
"description": "",
"example": "ai",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/pdf-compress",
"description": "PDF compressor / shrink PDF / PDF size reducer / smaller PDF for email. Three quality levels: ebook (lowest, web-quality), printer (medium), prepress (highest, archival). CloudConvert engine.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "pdf_url",
"type": "string",
"description": "",
"example": "https://example.com/doc.pdf",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "profile",
"type": "string",
"description": "",
"example": "web",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/merge-pdf",
"description": "PDF merger / combine PDFs / concatenate PDF files / join multiple PDFs into one. 2-50 input PDFs from URLs to single PDF. Preserves bookmarks. CloudConvert engine.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "filename",
"type": "string",
"description": "",
"example": "merged.pdf",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "pdf_urls",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/text-normalize",
"description": "Text normalize. Unicode NFC / NFD / NFKC / NFKD normalization plus per-codepoint script classification (Latin / Cyrillic / Greek / Hebrew / Arabic / CJK / etc.), homoglyph detection (the Cyrillic '\u0430' that looks like Latin 'a'), and invisible / RTL / BOM detection. Same backend as unicode-normalize. Pure JS \u2014 no upstream API.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "form",
"type": "string",
"description": "",
"example": "NFC",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "\u0430pple.com",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/sunrise-sunset",
"description": "Sunrise sunset times. Returns sunrise, sunset, solar noon, day length, and civil / nautical / astronomical twilight begin and end for any latitude/longitude on any date. Also covers golden-hour and dawn / dusk. Same backend as astro-times under a more search-friendly slug. UTC ISO8601 strings.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "latitude",
"type": "number",
"description": "",
"example": 37.7749,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "longitude",
"type": "number",
"description": "",
"example": -122.4194,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/pii-redact",
"description": "PII redactor / mask emails phones SSNs IBANs credit cards IPs / GDPR safe text / privacy scrubber. Two-stage redaction: a deterministic regex pre-pass for structural PII (email, phone, credit card, SSN, IBAN, IPv4/v6, URL), then Venice mistral-small-3-2-24b for residual PII (full names, street addresses, dates of birth). Returns the redacted text and a list of every (type, value, masked_with) triple.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Email me at john@example.com or call 555-867-5309. SSN: 123-45-6789. CC: 4111111111111111.",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/content-simhash",
"description": "SimHash / 64-bit content fingerprint / near-duplicate detection / dedup hashing / locality-sensitive hash. Pure-local 64-bit SimHash over token-level k-shingles (default k=3) using FNV-1a. Two SimHashes are 'close' (small Hamming distance) iff the underlying texts share many shingles. Returns hex + decimal forms plus token + shingle counts. Useful for content dedup pipelines, plagiarism detection, and bot-content clustering.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "The quick brown fox jumps over the lazy dog. Pack my box with five dozen liquor jugs.",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/timezone-convert",
"description": "Timezone convert / IANA tz conversion / DST-aware time arithmetic / wall-clock to UTC / convert across cities. Convert a datetime from one IANA timezone to another. ISO-8601 input \u2014 bare wall-time strings are interpreted in the from_tz, fully-qualified offsets are honored. DST is handled correctly (uses V8's built-in tzdata via Intl.DateTimeFormat). Returns both formatted strings, both UTC offsets, and the difference in hours.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "datetime",
"type": "string",
"description": "",
"example": "2026-05-08T12:00:00",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "from_tz",
"type": "string",
"description": "",
"example": "America/Los_Angeles",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "to_tz",
"type": "string",
"description": "",
"example": "Asia/Tokyo",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/image-generate",
"description": "Image generate (fast/cheap) / text-to-image / AI art. SFW, sub-5s turnaround. Four tiers backed by curated $0.01 Venice models: 'fast' (z-image-turbo, default), 'creative' (chroma), 'anime' (wai-Illustrious), 'sd35' (venice-sd35). For top-tier quality use image-generate-pro ($0.10, Flux 2 Pro / Recraft / Seedream / Qwen Image 2 Pro) or image-generate-ultra ($0.30, Google nano-banana-pro / OpenAI gpt-image-2). Returns a permanent fal-hosted PNG URL.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "height",
"type": "number",
"description": "",
"example": 1024,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "prompt",
"type": "string",
"description": "",
"example": "A neon-lit cyberpunk street scene, dramatic lighting, photorealistic",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "tier",
"type": "string",
"description": "",
"example": "fast",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "width",
"type": "number",
"description": "",
"example": 1024,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402-deployer.x402-deployer.workers.dev/text-embedding",
"description": "Text embedding / vector embedding / semantic vector / Venice embeddings / Gemini embeddings / BGE-M3. Embeds 1 to 100 strings via Venice. Tier shorthand: 'default' \u2192 gemini-embedding-2-preview (newest, recommended), 'fast' \u2192 text-embedding-bge-m3, 'openai-compat' \u2192 text-embedding-3-small. You can also pass a full Venice embedding model name. Returns a list of vectors aligned with input order.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "model",
"type": "string",
"description": "",
"example": "default",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "texts",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
]
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.001",
"maxAmount": "0.2",
"avgCostPerTransaction": "0.024921",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": []
}
}