# agentutility — full content snapshot
> 244 paid x402 endpoints (244 live) in 9 product clusters. USDC-settled on Base. MCP-discoverable. ERC-8004 agentId 47167. This file is a complete content dump intended for LLM ingestion in one request. By x.com/x402_deployer.
Site: https://agentutility.ai
Generated: 2026-05-18T03:24:24.194Z
---
## protocol
agentutility hosts paid HTTP endpoints behind the x402 protocol:
1. Client POSTs to the endpoint URL.
2. Server returns HTTP 402 Payment Required with a structured body
describing the price (USDC, 6 decimals), network (base), asset
address, and payTo address (the facilitator).
3. Client signs a USDC transferWithAuthorization for that amount.
4. Client retries the request with the signed payment attached as
the X-PAYMENT header (base64-encoded JSON).
5. The facilitator settles on-chain. The response is returned in
the same request lifecycle.
All endpoints are discoverable via:
- Coinbase x402 Bazaar: https://bazaar.x402.org
- This site's MCP server: `claude mcp add x402 --command 'npx x402-deployer-mcp'`
- ERC-8004 Identity Registry on Base: agentId 47167
---
## Prooflayer — Trust + risk scanners for AI-built apps.
URL: https://agentutility.ai/prooflayer
Endpoints: 13
Price range: $0.005 – $0.25 USDC/call
Lead endpoint: production-readiness-score
Pitch: AI builds apps fast. Prooflayer verifies they're safe to ship — secrets, deploys, migrations, dependencies, prompt-injection, supply chain.
Buyer: AI coding agents, vibe-coders, investors doing repo diligence, CI bots, app-marketplace trust layers.
Wedge: Snyk + Socket.dev + Dependabot exist but aren't agent-callable. Verification gets scarcer than generation. Prooflayer is the trust layer for that world.
### endpoints
#### ai-content-detector — $0.03 USDC
URL: https://agentutility.ai/prooflayer/ai-content-detector
POST: https://x402.org/v1/ai-content-detector
Price: 0.03 USDC
Method: POST
Category: ai
Tags: ai-detection, content, moderation, llm, classify
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).
Input schema:
- text (string, required): 100-20,000 chars.
Output schema:
- probability_ai_generated (number): Calibrated 0-1 probability that the submitted text was AI-generated.
- verdict (string): Short label summarizing the call, like "likely_ai", "likely_human", or "uncertain".
- confidence (number): 0-1 score for how strongly the per-axis signals agree on the verdict.
- reasoning (array): Ordered list of human-readable reasons backing the verdict, citing which signals fired.
- suspicious_phrases (array): Verbatim snippets from the input flagged as characteristic AI phrasing.
- style_signals (object): Per-axis style scores: em-dash overuse, hedge phrases, formulaic transitions, and similar.
- input_chars (number): Character count of the submitted text after normalization.
- model (string): Identifier of the classifier model that produced the verdict.
---
#### brand-clearance — $0.25 USDC
URL: https://agentutility.ai/prooflayer/brand-clearance
POST: https://x402.org/v1/brand-clearance
Price: 0.25 USDC
Method: POST
Category: uncategorized
Tags: brand-clearance, trademark-search, domain-availability, name-screening, prooflayer, startup-naming, uspto, product-naming
Description: Brand clearance aggregator / name screening / product-name vetting / startup-brand pre-flight. Given a candidate brand name, returns a single composite clearance signal an agent can act on. Calls four checks in parallel (in-process, no x402 self-billing): USPTO TM name search, domain availability across requested TLDs (default .com .ai .dev .io .co), Wikipedia presence, Hacker News mention scan. Returns risk_level (clear|soft|moderate|hard), risk_score 0-100, sub-scores per signal, the raw hits, and a one-line recommendation. Designed for AI agents self-screening project / product / startup names before committing. Screening tool only — not legal advice.
Input schema:
- name (string, required): Candidate brand name (1-60 chars). Used as-is for USPTO + HN search; lowercased + alphanumeric-stripped for domain construction.
- tlds (array, optional): TLDs to check, without dots. Default ['com','ai','dev','io','co']. Allowlist: com, ai, dev, io, co, app, xyz, org, net, tech, tools, page, studio, shop. Max 6.
- max_tm_hits (number, optional): Max trademark hits to include in the response. Default 5, hard cap 25.
Output schema:
- name (string): Candidate brand name that was screened, echoed back from the request.
- risk_level (string): Composite risk verdict: clear, soft, moderate, or hard conflict.
- risk_score (string): Composite risk score from 0 (clear) to 100 (hard conflict) across all four signals.
- recommendation (string): One-line suggested next step for the agent based on the composite risk verdict.
- sub_scores (string): Per-signal risk scores for USPTO trademark, domain availability, Wikipedia, and Hacker News checks.
---
#### cve — $0.005 USDC
URL: https://agentutility.ai/prooflayer/cve
POST: https://x402.org/v1/cve
Price: 0.005 USDC
Method: POST
Category: ai
Tags: cve, vulnerability, security, nvd, exploit
Description: CVE lookup / vulnerability database. NIST NVD-backed. CVSS v3.1+v2 scores, severity, affected CPEs, CWE, exploit indicators + LLM summary.
Input schema:
- cve_id (string, required): e.g. 'CVE-2021-44228'.
Output schema:
- cve_id (string): CVE identifier in the form CVE-YYYY-NNNNN (e.g., CVE-2024-3094).
- description (string): NVD's plain-text summary of the vulnerability and its impact.
- published (string): ISO 8601 timestamp when NVD first published the CVE record.
- cvss_v3_1 (object): CVSS v3.1 metrics object with base score, vector string, and severity breakdown.
- cvss_v2 (object): Legacy CVSS v2 metrics object with base score, vector, and access/impact subscores.
- score (number): Primary numeric CVSS base score (v3.1 preferred, falls back to v2) on the 0.0–10.0 scale.
- severity (string): Qualitative severity label: NONE, LOW, MEDIUM, HIGH, or CRITICAL.
- cwe (array): Array of associated CWE weakness identifiers (e.g., CWE-79, CWE-787).
- affected_cpes (array): Array of CPE 2.3 URIs identifying vulnerable products, versions, and configurations.
- exploit_summary (string): LLM-generated plain-English summary of how the vulnerability is exploited and its blast radius.
- public_exploit_known (boolean): True if public exploit code, PoC, or active exploitation evidence is referenced.
- exploit_references (array): Array of URLs to public PoCs, Metasploit modules, or exploit-DB entries.
- references (array): Array of NVD reference URLs (vendor advisories, patches, analysis writeups).
---
#### cve-lookup — $0.005 USDC
URL: https://agentutility.ai/prooflayer/cve-lookup
POST: https://x402.org/v1/cve-lookup
Price: 0.005 USDC
Method: POST
Category: ai
Tags: cve, vulnerability, security, nvd, exploit
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.
Input schema:
- cve_id (string, required): e.g. 'CVE-2021-44228'.
Output schema:
- cve_id (string): CVE identifier in standard CVE-YYYY-NNNNN format.
- description (string): Official NVD summary of the vulnerability and its impact.
- published (string): ISO 8601 timestamp of when the CVE was first published to NVD.
- cvss_v3_1 (object): Full CVSS v3.1 metrics object with base score, vector string, and impact/exploitability subscores.
- cvss_v2 (object): Full CVSS v2 metrics object with base score, vector, and access/impact subscores when available.
- score (number): Primary numeric CVSS score (v3.1 base score preferred, falls back to v2) on a 0-10 scale.
- severity (string): Severity label derived from the CVSS score: NONE, LOW, MEDIUM, HIGH, or CRITICAL.
- cwe (array): Array of associated CWE identifiers classifying the weakness type (e.g. CWE-79, CWE-89).
- affected_cpes (array): Array of CPE 2.3 URIs identifying vendor, product, and version ranges affected by the CVE.
- exploit_summary (string): LLM-generated plain-English summary of how the vulnerability is exploited and its practical impact.
- public_exploit_known (boolean): True if a public proof-of-concept or weaponized exploit exists for this CVE.
- exploit_references (array): Array of URLs pointing to public exploit code, PoCs, or exploit-DB entries for the CVE.
- references (array): Array of NVD reference URLs: vendor advisories, patches, mailing-list posts, and analysis writeups.
---
#### db-migration-risk — $0.02 USDC
URL: https://agentutility.ai/prooflayer/db-migration-risk
POST: https://x402.org/v1/db-migration-risk
Price: 0.02 USDC
Method: POST
Category: ai
Tags: security, database, migrations, sql, alembic, postgres, prooflayer
Description: DB migration risk audit / SQL migration safety check / DROP COLUMN detector / unsafe ALTER TABLE detector / Postgres CREATE INDEX CONCURRENTLY check / Alembic op.drop_* detector / TRUNCATE/DELETE WHERE detector / foreign key NOT VALID check / pre-deploy DB gate. Walks `migrations/`, `prisma/migrations/`, `db/migrate/`, `supabase/migrations/`, `alembic/versions/` and flags destructive DDL, lock-heavy ALTER TABLE, NOT NULL without DEFAULT, plain CREATE INDEX (vs CONCURRENTLY), unbounded TRUNCATE/DELETE, and FK validation without NOT VALID. Returns 0-100 score, per-finding kind/severity/path/line/evidence/recommendation, and a Venice plain-English verdict. Dual input: {repo: 'owner/name'} for public GitHub or {files: [{path, content}, …]} for private / agent-workspace use.
Output schema:
- score (number): Overall migration safety score from 0-100, with higher meaning safer (fewer destructive or lock-heavy operations found).
- risk_level (string): Bucketed risk label like low/medium/high/critical derived from the score and worst-finding severity.
- findings (array): Array of detected issues, each with kind, severity, file path, line number, evidence snippet, and recommendation.
- signals (object): Counts of detected patterns by kind (drop_column, alter_table, create_index_blocking, fk_not_valid, truncate, etc.).
- summary (string): Venice-generated plain-English verdict explaining the top risks and whether the migration set is safe to deploy.
- metadata (object): Run metadata: files scanned, migration dirs found, repo or files mode, framework detected (alembic/prisma/etc), timing.
---
#### dep-risk-summary — $0.03 USDC
URL: https://agentutility.ai/prooflayer/dep-risk-summary
POST: https://x402.org/v1/dep-risk-summary
Price: 0.03 USDC
Method: POST
Category: ai
Tags: security, dependencies, supply-chain, npm, pypi, lockfile, prooflayer
Description: repo dependency risk audit / package.json + lockfile vetter / unpinned dep detector / transitive dep counter / requirements.txt audit / pyproject dep risk / repo-level supply-chain risk score / Snyk-adjacent / deprecated dep detector / install-script dep detector. Best-effort scan of package.json, pnpm-lock.yaml, package-lock.json, yarn.lock, bun.lock (JS); requirements.txt, pyproject.toml, poetry.lock (Python); go.mod, go.sum (Go). Samples 10 alphabetically-first direct deps via npm/PyPI registry for deprecation + install-script signals. Returns 0-100 score, per-finding kind/severity/path/evidence/recommendation, and a Venice plain-English verdict. Dual input: {repo: 'owner/name'} or {files: [{path, content}, …]}.
Output schema:
- score (number): Overall dependency risk score from 0 (clean) to 100 (severe), aggregated across findings and sampled registry signals.
- risk_level (string): Bucketed risk tier derived from score: low, medium, high, or critical.
- findings (array): Per-issue list with kind, severity, file path, evidence snippet, and recommendation for each detected risk.
- signals (object): Counters and flags like unpinned deps, deprecated packages, install-script presence, transitive count, and lockfile state.
- summary (string): Venice-generated plain-English verdict explaining the score and top risks in a few sentences.
- metadata (object): Scan context including manifests parsed, ecosystems detected, sampled package count, repo or files mode, and timing.
---
#### deploy-config-risk — $0.02 USDC
URL: https://agentutility.ai/prooflayer/deploy-config-risk
POST: https://x402.org/v1/deploy-config-risk
Price: 0.02 USDC
Method: POST
Category: ai
Tags: security, deploy, dockerfile, cors, secrets, prooflayer
Description: deploy config audit / Dockerfile lint / vercel.json hardening / wrangler.toml review / docker-compose.yml safety / fly.toml secrets check / netlify deploy gate / open CORS detector / exposed admin port detector / plaintext secret in env detector / production-readiness deploy gate. Fetches deploy config files (Dockerfile, wrangler.toml, vercel.json, netlify.toml, fly.toml, docker-compose.yml, serverless.yml) and flags open CORS with credentials, exposed admin ports (22/5432/6379/etc), plaintext secrets in inline env, dev/debug mode left enabled, missing healthchecks. Returns 0-100 score, per-finding kind/severity/path/line/redacted-evidence/recommendation, and a Venice plain-English verdict. Dual input: {repo: 'owner/name'} for public GitHub or {files: [{path, content}, …]} for private / agent-workspace use.
Output schema:
- score (number): Risk score from 0-100 where higher means safer deploy config; aggregates all finding severities.
- risk_level (string): Risk bucket like 'low', 'medium', 'high', or 'critical' derived from the score and worst findings.
- findings (array): Array of issues with kind, severity, file path, line number, redacted evidence, and recommendation per item.
- signals (object): Object of detected config signals like open_cors, exposed_ports, plaintext_secrets, debug_mode, missing_healthcheck.
- summary (string): Venice plain-English verdict summarizing the deploy config's production-readiness and top risks.
- metadata (object): Run metadata including files scanned, file types detected, repo or input mode, and audit timestamp.
---
#### github-repo-health — $0.03 USDC
URL: https://agentutility.ai/prooflayer/github-repo-health
POST: https://x402.org/v1/github-repo-health
Price: 0.03 USDC
Method: POST
Category: ai
Tags: github, open-source, repo, health, score
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.
Input schema:
- repo (string, required): owner/name.
Output schema:
- repo (string): GitHub owner/name slug that was scored (e.g. 'facebook/react').
- score (number): Overall health score from 0 to 100 aggregated across activity, contributors, license, CI, and tests.
- grade (string): Bucket label for the score: abandoned, stale, okay, healthy, or thriving.
- verdict (string): LLM-written one-line take on the repo's maintainability and whether it's safe to depend on.
- signals (object): Per-signal breakdown: commit activity, contributor count, license, CI presence, and test coverage hints.
- metadata (object): Repo metadata pulled from GitHub: stars, forks, primary language, default branch, last push timestamp.
---
#### package-risk-npm — $0.03 USDC
URL: https://agentutility.ai/prooflayer/package-risk-npm
POST: https://x402.org/v1/package-risk-npm
Price: 0.03 USDC
Method: POST
Category: ai
Tags: npm, supply-chain, security, package, risk
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.
Input schema:
- package_name (string, required): e.g. 'lodash' or '@scope/name'.
- version (string, optional): Optional specific version (e.g. '4.17.21'). Default: latest tagged version.
Output schema:
- package_name (string): npm package name that was scanned.
- version (string): Specific package version evaluated, or latest if no version was requested.
- score (number): Numeric risk score (higher = riskier) aggregated from maintainer, download, install-script, and typosquat signals.
- risk_level (string): Categorical bucket like low, medium, high, or critical derived from the score.
- summary (string): LLM-written plain-English risk summary covering the main red flags for this package.
- signals (object): Raw signal breakdown: maintainer count, weekly downloads, install scripts, dep depth, deprecation, age, typosquat distance.
- metadata (object): Package metadata from the npm registry: publish date, license, repo URL, homepage, latest version, deprecation status.
---
#### production-readiness-score — $0.10 USDC
URL: https://agentutility.ai/prooflayer/production-readiness-score
POST: https://x402.org/v1/production-readiness-score
Price: 0.10 USDC
Method: POST
Category: security
Tags: security, production-readiness, audit, ai-safety, prooflayer
Description: production readiness score / AI app deploy gate / Prooflayer cluster aggregator / repo prod-risk composite / one-call audit / unified production readiness API / vibe-coded app safety scan. Calls all 5 Prooflayer component scanners (secrets-exposure-check, deploy-config-risk, db-migration-risk, dep-risk-summary, prompt-injection-surface) in parallel in-process and rolls findings into a weighted composite score (default weights: secrets 0.30, migrations 0.20, deps 0.20, deploy 0.15, prompt 0.15). Returns composite 0-100, production_grade (production-ready | needs-review | risky | do-not-ship), per-component sub-scores, top-N deduped findings sorted by severity + score_contribution, and a Venice plain-English verdict. Dual input: {repo: 'owner/name'} or {files: [{path, content}, …]}. Optional 'weights' override (each in [0,0.5], proportionally normalized) and 'max_findings' (default 10, cap 50).
Output schema:
- score (number): Weighted composite production-readiness score from 0-100 across all 5 Prooflayer component scanners.
- risk_level (string): Risk bucket derived from the composite score (e.g. low, medium, high, critical).
- production_grade (string): Deploy verdict: production-ready, needs-review, risky, or do-not-ship.
- component_scores (object): Per-scanner sub-scores keyed by component (secrets, migrations, deps, deploy, prompt).
- weights_used (object): Actual weights applied per component after normalization, defaults or caller overrides.
- findings (array): Top-N deduped findings sorted by severity and score_contribution, capped by max_findings (default 10).
- signals (object): Raw per-component signal counts and flags (e.g. secrets found, risky migrations, vulnerable deps).
- summary (string): Venice plain-English verdict explaining the grade and the biggest risks to fix before shipping.
- metadata (object): Run metadata: repo or file count, components called, latency per scanner, and weights source.
---
#### prompt-injection-surface — $0.03 USDC
URL: https://agentutility.ai/prooflayer/prompt-injection-surface
POST: https://x402.org/v1/prompt-injection-surface
Price: 0.03 USDC
Method: POST
Category: ai
Tags: security, ai-safety, prompt-injection, llm, prooflayer
Description: AI prompt injection surface scanner / LLM call-site audit / unsanitized user input in prompts detector / system-message mixing flag / unbounded completion detector / AI app safety scan / pre-deploy AI risk gate. Walks .ts/.tsx/.js/.jsx/.py/.mjs/.cjs source files, locates LLM SDK call sites (anthropic, openai, @ai-sdk/*, google generative), and flags user input flowing into prompts without sanitization, calls without max_tokens caps, system/user prompt mixing, and LLM output used unvalidated in fetch/exec/eval. Returns 0-100 score, per-finding kind/severity/path/line/evidence/recommendation, and a Venice plain-English verdict. Dual input: {repo: 'owner/name'} (tree-walk, capped 500 files) or {files: [{path, content}, …]}.
Output schema:
- score (number): Overall prompt-injection risk score from 0 to 100, with higher meaning more unsafe LLM call sites detected.
- risk_level (string): Bucketed verdict like low, medium, high, or critical derived from the score and severity mix.
- findings (array): Array of issues with kind, severity, file path, line number, code evidence, and a fix recommendation.
- signals (object): Counts of detected patterns: unsanitized user input, missing max_tokens, system/user mixing, unvalidated LLM output sinks.
- summary (string): Venice plain-English verdict explaining the top risks and what to fix before deploying the AI app.
- metadata (object): Scan metadata including files walked, LLM SDKs detected, repo or files-mode source, and scan duration.
---
#### pypi-package-risk — $0.01 USDC
URL: https://agentutility.ai/prooflayer/pypi-package-risk
POST: https://x402.org/v1/pypi-package-risk
Price: 0.01 USDC
Method: POST
Category: ai
Tags: pypi, python, supply-chain, security, risk
Description: PyPI package risk score / Python supply-chain scanner. Age, monthly downloads, install-script hooks (cmdclass/setup.py), dependency depth, deprecation, typosquat distance to 50 popular Python packages. Plus LLM risk summary.
Input schema:
- package_name (string, required): PyPI package distribution name (e.g. 'requests', 'django'). Case-insensitive; resolved via pypi.org/pypi/{name}/json.
- version (string, optional): Optional specific version (e.g. '2.31.0'). Default: latest stable release.
Output schema:
- package_name (string): PyPI package name that was scanned.
- version (string): Package version evaluated for the risk score, usually the latest release on PyPI.
- score (number): Overall risk score from 0 (safe) to 100 (high risk) combining all supply-chain signals.
- risk_level (string): Categorical risk bucket like low, medium, high, or critical derived from the score.
- summary (string): LLM-written plain-English risk summary covering the main red flags found in the package.
- signals (object): Per-check signals: age, monthly downloads, install-script hooks, dep depth, deprecation, typosquat distance.
- metadata (object): PyPI metadata snapshot: author, upload date, homepage, license, project URLs, and release count.
---
#### secrets-exposure-check — $0.02 USDC
URL: https://agentutility.ai/prooflayer/secrets-exposure-check
POST: https://x402.org/v1/secrets-exposure-check
Price: 0.02 USDC
Method: POST
Category: ai
Tags: security, secrets, env, hardcoded-keys, prooflayer
Description: secrets exposure scan / hardcoded API key detector / .env-committed-key audit / Next.js client env leak detector / pre-deploy secret gate. Fetches top-level config files (.env*, wrangler.toml, vercel.json, next.config.*, package.json, etc.) and scans for hardcoded AWS/OpenAI/Anthropic/Stripe/GitHub keys, private keys, DB URLs with passwords, JWT secrets, weak values in .env.example, and server-only env vars accidentally exposed via NEXT_PUBLIC_. Returns 0-100 score, per-finding kind/severity/path/line/redacted-evidence/recommendation, and a Venice plain-English verdict. Dual input: {repo: 'owner/name'} for public GitHub or {files: [{path, content}, …]} for private / agent-workspace use.
Output schema:
- score (number): 0-100 secrets-exposure score; higher means more or more severe hardcoded keys and leaks found.
- risk_level (string): Bucketed verdict (e.g. low/medium/high/critical) derived from the score and worst-finding severity.
- findings (array): Array of detected leaks, each with kind, severity, path, line, redacted evidence, and a recommendation.
- signals (object): Per-category counts and flags (AWS, OpenAI, Stripe, private keys, NEXT_PUBLIC leaks, weak .env.example, etc.).
- summary (string): Venice-generated plain-English verdict explaining the worst leaks and what to rotate or fix before deploy.
- metadata (object): Scan metadata: repo or file count, files scanned, bytes, timings, and model/version used for the verdict.
---
## EdgeMarket — Onchain decisions agents can charge for.
URL: https://agentutility.ai/edge-market
Endpoints: 37
Price range: $0.002 – $0.10 USDC/call
Lead endpoint: token-risk-score
Pitch: Token risk, DEX depth, wallet PnL, gas, bridges, NFTs, DAO proposals, Safe multisig — every onchain question an agent asks before transacting.
Buyer: Onchain trading agents, DAO treasury bots, wallet-analysis tools, NFT marketplaces, agent wallets that need to evaluate before transacting.
Wedge: Etherscan, Dexscreener, DefiLlama, Reservoir all require keys, dashboards, or rate-limited free tiers. EdgeMarket is the atomic agent-native rewrite.
### endpoints
#### agent-card-resolve — $0.005 USDC
URL: https://agentutility.ai/edge-market/agent-card-resolve
POST: https://x402.org/v1/agent-card-resolve
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: erc-8004, agent, identity, registry, trustless-agents, a2a, base
Description: Agent card resolver / ERC-8004 Identity Registry lookup / Trustless Agents / agentId → owner + agentURI / A2A identity / agent.json fetch / on-chain agent metadata. Pass an ERC-8004 agentId (uint256 on Base) — returns the on-chain owner address, the agentURI from the Identity Registry, and the resolved agent card JSON (set fetch_card=false to skip the HTTP follow-up). Reads from Base mainnet Identity Registry 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 via a static eth_call (no gas, no wallet). Useful for agents discovering peers in the A2A ecosystem.
Input schema:
- agent_id (integer | string, required): ERC-8004 agentId on Base — non-negative integer. Accepted as number or decimal string.
- fetch_card (boolean, optional): If true (default), also fetches the resolved agentURI and embeds the JSON agent card in the response. Set false to skip the HTTP fetch.
Output schema:
- agent_id (number): ERC-8004 agentId (uint256) that was resolved on the Base Identity Registry.
- network (string): Chain the registry was read from, e.g. "base" for Base mainnet.
- identity_registry (string): Contract address of the ERC-8004 Identity Registry on Base used for the lookup.
- owner (string): On-chain owner address returned by the Identity Registry for this agentId.
- agent_uri (string): agentURI string stored on-chain for this agent, typically an https:// or ipfs:// URL.
- agent_card (object): Resolved agent card JSON fetched from agentURI; null when fetch_card=false or fetch failed.
- agent_card_fetch_error (string,null): Error message if the agentURI HTTP fetch failed, otherwise null.
- rpc_used (string): Base RPC endpoint URL that served the eth_call for the registry read.
- source (string): Identifier of the resolver service that produced this response.
- attribution (string): Credit string pointing back to the x402 agent-card-resolve endpoint.
---
#### arbitrage-spread — $0.005 USDC
URL: https://agentutility.ai/edge-market/arbitrage-spread
POST: https://x402.org/v1/arbitrage-spread
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: edge-market, crypto, arbitrage, price-spread, cex-prices, exchange-tickers, cross-exchange, 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.
Input schema:
- coingecko_id (string, required): CoinGecko coin id (e.g. 'ethereum', 'bitcoin').
- target (string, optional): Quote currency to filter for (e.g. 'USDT'). Optional — converted USD prices are used regardless.
Output schema:
- coingecko_id (string): CoinGecko ID of the coin that was analyzed (e.g., bitcoin, ethereum).
- ticker_count (string): Number of exchange tickers included after filtering out stale or anomalous quotes.
- min_price_usd (string): Lowest USD-converted price observed across all tracked exchange tickers.
- max_price_usd (string): Highest USD-converted price observed across all tracked exchange tickers.
- spread_pct (string): Percent gap between max and min price, computed as (max - min) / min * 100.
- lowest_price_exchange (string): Name of the exchange quoting the lowest USD-converted price.
- highest_price_exchange (string): Name of the exchange quoting the highest USD-converted price.
- top_exchange_by_volume (string): Name of the exchange with the largest 24h USD trading volume for this coin.
- top_volume_usd (string): 24h USD trading volume at the highest-volume venue for this coin.
- source (string): Upstream data provider for the ticker set (CoinGecko).
---
#### basename-resolve — $0.005 USDC
URL: https://agentutility.ai/edge-market/basename-resolve
POST: https://x402.org/v1/basename-resolve
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: basename, base, ens, name-service, coinbase, resolver, address
Description: Basename resolver / Coinbase Basenames / .base.eth lookup / Base name service / on-chain name resolution. Forward: pass a basename like 'alice.base.eth' (bare names are auto-suffixed with .base.eth) → returns the registered Ethereum address. Reverse: pass a 0x address → returns the primary basename, if any. Also returns avatar / url / com.twitter / com.github / email / com.discord text records on forward lookups (override with `text_records`). Reads from Base mainnet L2 Resolver 0xC6d566A56A1aFf6508b41f6c90ff131615583BCD via a static eth_call (no gas, no wallet, no API key). Useful for agent-payment flows that need to translate human names to Base addresses.
Input schema:
- query (string, required): A basename ('alice.base.eth' or bare 'alice') for forward, OR a 0x address for reverse.
- text_records (array, optional): Optional text-record keys to fetch on forward lookups. Default: avatar/url/description/com.twitter/com.github/email/com.discord. Cap 12 keys.
Output schema:
- mode (string): Either 'forward' (basename to address) or 'reverse' (address to basename), reflecting which lookup ran.
- name (string,null): Resolved basename (e.g. 'alice.base.eth') for reverse mode, or the queried name for forward mode; null if unset.
- address (string,null): Ethereum address registered to the basename in forward mode, or the queried address in reverse mode; null if unset.
- text_records (object): Map of requested text record keys (avatar, url, com.twitter, etc.) to their on-chain string values for forward lookups.
- network (string): Chain the resolver was queried on, always 'base' (Base mainnet L2).
- resolver (string): Address of the Base L2 Resolver contract used (0xC6d566A56A1aFf6508b41f6c90ff131615583BCD).
- rpc_used (string): RPC endpoint URL that served the eth_call against the resolver.
- source (string): Identifier for the data origin, e.g. 'base-l2-resolver' indicating on-chain Base mainnet read.
- attribution (string): Credit string naming Coinbase Basenames as the underlying name service.
---
#### bridge-rates — $0.03 USDC
URL: https://agentutility.ai/edge-market/bridge-rates
POST: https://x402.org/v1/bridge-rates
Price: 0.03 USDC
Method: POST
Category: uncategorized
Tags: edge-market, bridge-rates, cross-chain, bridge-aggregator, lifi, stargate, cctp, bridge-quote
Description: Cross-chain bridge rate aggregator. LiFi public quote API aggregates Across, Stargate, Hop, deBridge, Synapse, CCTP. Free, commercial-OK with attribution.
Input schema:
- from_chain (number, required): Source chain id. EVM chain id (1=Ethereum, 8453=Base, 42161=Arbitrum One, 10=Optimism, 137=Polygon, 56=BNB Chain).
- to_chain (number, required): Destination chain id (same id space as from_chain).
- from_token (string, required): Source token contract address. Use '0x0000000000000000000000000000000000000000' for the chain's native gas token (ETH, MATIC, BNB).
- to_token (string, required): Destination token contract address. Same '0x000...' convention for native.
- amount (string, required): Source amount in the token's smallest unit (e.g. wei for ETH, '1000000000000000000' = 1 ETH; '1000000' = 1 USDC at 6 decimals).
- from_address (string, optional): Optional EVM address of the sender. Required for slippage-checked + ready-to-sign quotes.
- to_address (string, optional): Optional EVM destination address. Defaults to from_address.
- slippage (number, optional): Max slippage as decimal fraction (0.01 = 1%). Default 0.005.
- limit (number, optional): Max routes to return. 1-10. Default 5.
Output schema:
- route_count (string): Number of bridge routes returned across aggregated providers (Across, Stargate, Hop, deBridge, Synapse, CCTP).
---
#### contract-source — $0.01 USDC
URL: https://agentutility.ai/edge-market/contract-source
POST: https://x402.org/v1/contract-source
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: edge-market, contract-source, etherscan, abi, solidity, verified-contracts, proxy-implementation, contract-abi
Alias of: contract-source-verified
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.
Input schema:
- address (string, required): 0x-prefixed 20-byte EVM contract address.
- chain (string, optional): EVM chain. Default 'base'. Other supported: 'ethereum', 'polygon', 'arbitrum', 'optimism'.
Output schema:
- address (string): Contract address that was queried, as a 0x-prefixed hex string.
- chain (string): Chain the contract lives on (ethereum, base, optimism, arbitrum, or polygon).
- is_verified (string): Boolean string indicating whether source code is verified on the chain's block explorer.
- name (string): Contract name as declared in the verified Solidity source.
- compiler_version (string): Solidity compiler version used to build the verified contract (e.g. v0.8.20+commit.a1b79de6).
- abi (string): Parsed contract ABI as a JSON string describing functions, events, and errors.
- source_code (string): Full verified Solidity source code, single-file or multi-file JSON standard input.
- license (string): SPDX license identifier declared in the verified source (e.g. MIT, GPL-3.0, UNLICENSED).
- optimization (string): Optimizer settings used at compile time, including enabled flag and runs count.
- constructor_arguments (string): ABI-encoded constructor arguments supplied at contract deployment, as a hex string.
- proxy (string): Implementation address if the contract is a proxy, otherwise null or zero address.
- source (string): Block explorer the verified source was fetched from (e.g. etherscan, basescan, arbiscan).
---
#### contract-source-verified — $0.01 USDC
URL: https://agentutility.ai/edge-market/contract-source-verified
POST: https://x402.org/v1/contract-source-verified
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: edge-market, contract-verification, etherscan, abi-fetcher, solidity-source, proxy-implementation, getsourcecode
Description: Verified contract source code / Etherscan source / Basescan ABI / Solidity source lookup / contract verification check / ABI fetcher / Etherscan-getsourcecode wrapper. For a deployed contract on Ethereum, Optimism, Polygon, Base, or Arbitrum, returns whether the source is verified, the contract name, compiler version, parsed ABI (as a JSON array, not a string), full Solidity source code (multi-file sources reassembled with '// File: ...' separators), license type, optimizer settings, constructor arguments, and — for proxy contracts — the implementation address. Wraps Etherscan v2's multichain getsourcecode endpoint.
Input schema:
- address (string, required): 0x-prefixed 20-byte EVM contract address.
- chain (string, optional): EVM chain. Default 'base'. Other supported: 'ethereum', 'polygon', 'arbitrum', 'optimism'.
Output schema:
- address (string): Deployed contract address that was looked up.
- chain (string): Chain the contract lives on (ethereum, optimism, polygon, base, or arbitrum).
- is_verified (string): Whether the contract source has been verified on the chain's explorer.
- name (string): Contract name as declared in the verified Solidity source.
- compiler_version (string): Solidity compiler version used to build the verified contract (e.g. v0.8.20+commit.a1b79de6).
- abi (string): Parsed contract ABI as a JSON array of function, event, and error definitions.
- source_code (string): Full Solidity source code; multi-file contracts are reassembled with '// File: ...' separators.
- license (string): SPDX license identifier declared in the verified source (e.g. MIT, GPL-3.0, UNLICENSED).
- optimization (string): Optimizer settings used at compile time, including whether enabled and the runs value.
- constructor_arguments (string): ABI-encoded constructor arguments passed when the contract was deployed.
- proxy (string): For proxy contracts, the implementation address the proxy delegates calls to.
- source (string): Upstream data source for the lookup (Etherscan v2 multichain getsourcecode).
---
#### crypto-tx-explainer — $0.04 USDC
URL: https://agentutility.ai/edge-market/crypto-tx-explainer
POST: https://x402.org/v1/crypto-tx-explainer
Price: 0.04 USDC
Method: POST
Category: uncategorized
Tags: edge-market, blockchain, transaction-decoder, evm, erc20-transfers, gas-fees, tx-explainer
Description: Ethereum/Base/Arbitrum/Optimism/Polygon transaction explainer. Returns receipt + ERC20/ERC721 transfers + contracts + fees + plain-English explanation (Venice).
Input schema:
- tx_hash (string, required): Transaction hash (0x-prefixed) to look up on the chosen EVM chain.
- chain (string, optional): EVM chain to query: ethereum, base, arbitrum, optimism, or polygon.
- explain (boolean, optional): If true, generates the plain-English Venice explanation alongside the raw receipt data.
Output schema:
- status (string): Transaction status, typically success or failed based on the receipt.
- explanation (string): Plain-English summary of what the transaction did, generated by Venice when explain is true.
---
#### dao-proposal-monitor — $0.03 USDC
URL: https://agentutility.ai/edge-market/dao-proposal-monitor
POST: https://x402.org/v1/dao-proposal-monitor
Price: 0.03 USDC
Method: POST
Category: uncategorized
Tags: dao, governance, snapshot, proposals, voting, edge-market, dao-monitor
Description: Snapshot.org DAO proposal monitor. Recent proposals + vote tallies + voter counts for any Snapshot space. Optional Venice TLDR.
Input schema:
- space (string, required): Snapshot space (e.g. 'aave.eth').
- state (string, optional): Filter by proposal state. Default 'all'.
- limit (number, optional): Max proposals to return. 1-50. Default 10 (most-recent-first).
- summarize (boolean, optional): If true, generates a Venice-LLM TLDR per proposal (extra latency). Default false.
Output schema:
- proposal_count (string): Number of recent Snapshot proposals returned for the requested space.
---
#### defi-llama-protocol — $0.02 USDC
URL: https://agentutility.ai/edge-market/defi-llama-protocol
POST: https://x402.org/v1/defi-llama-protocol
Price: 0.02 USDC
Method: POST
Category: uncategorized
Tags: defi, tvl, protocol-lookup, onchain-data, defillama
Description: DefiLlama protocol lookup — TVL, chain breakdown, current TVL, 24h/7d/30d changes, audits, parent protocol, categories. Free public API with attribution.
Input schema:
- protocol (string, required): DefiLlama slug (e.g. 'aave', 'lido').
- include_tvl_series (boolean, optional): If true, attach the full historical TVL time-series under tvl_summary.series. Adds significant payload size. Default false.
Output schema:
- current_tvl_usd (string): Current total value locked across all chains for the protocol, denominated in USD.
- name (string): Protocol name as listed on DefiLlama (e.g., Aave, Uniswap, Lido).
---
#### defi-yield-pools — $0.005 USDC
URL: https://agentutility.ai/edge-market/defi-yield-pools
POST: https://x402.org/v1/defi-yield-pools
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: defi, yield-aggregator, apy-ranking, defillama, stablecoin-yields, liquidity-pools, yield-farming, pool-screener
Description: DeFi yield pools / APY aggregator / yield-farming opportunities / DeFiLlama yields / cross-protocol APY ranking / stablecoin yields / LP pool returns. Filter and rank thousands of DeFi yield-bearing pools across every chain DeFiLlama tracks. Filters: chain, project, asset symbol, stablecoin-only, single-vs-LP exposure, TVL minimum, APY range, impermanent-loss risk. Returns pool ID, chain, project, symbol, current APY (base + reward), 30-day mean APY, day/week/month APY change, TVL, exposure, IL risk, and predicted-class. Differentiates from defi-llama-protocol (single-protocol TVL) — this is the yield-discovery surface.
Input schema:
- chain (string, optional): e.g. 'Ethereum', 'Base', 'Arbitrum'. Exact-case match against DeFiLlama's chain field.
- project (string, optional): e.g. 'aave-v3', 'lido', 'uniswap-v3'. Exact match against DeFiLlama project slug.
- symbol (string, optional): Substring match against pool symbol, e.g. 'USDC'.
- stablecoin_only (boolean, optional): Only stablecoin pools.
- single_only (boolean, optional): Only single-asset exposure (excludes LP pairs).
- min_tvl_usd (number, optional): Minimum TVL in USD.
- min_apy (number, optional): Minimum APY %.
- max_apy (number, optional): Maximum APY % (filters out outliers).
- il_risk (string, optional): Filter by impermanent-loss risk classification.
- order_by (string, optional): Default 'apy'.
- limit (number, optional): 1-500. Default 50.
Output schema:
- pools (string): Array of yield pool objects, each with chain, project, symbol, APY breakdown, TVL, exposure, and IL risk.
- count (string): Number of pools returned in the pools array after filters and any result-limit truncation.
- matched_count (string): Total pools matching the requested filters before any truncation to the returned page.
- universe_count (string): Total pools in the DeFiLlama yields universe before filters are applied.
- summary (string): Short text rollup of the result set: top APYs, dominant chains/projects, and TVL coverage.
- attribution (string): Upstream data credit string pointing to DeFiLlama yields as the source of pool data.
---
#### dex-liquidity-depth — $0.01 USDC
URL: https://agentutility.ai/edge-market/dex-liquidity-depth
POST: https://x402.org/v1/dex-liquidity-depth
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: edge-market, defi, liquidity-depth, pool-tvl, token-liquidity, dex-aggregator, defillama
Description: DEX liquidity depth / pool TVL aggregator / total liquidity per token / on-chain liquidity audit. Sums TVL across every DefiLlama-tracked yield pool that holds a given ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism. Returns per-pool TVL + APY plus total liquidity in USD and the deepest pool. Free public DefiLlama backend, no auth.
Input schema:
- token_address (string, required): 0x-prefixed 20-byte ERC-20 contract address.
- chain (string, optional): EVM chain. Default 'base'.
Output schema:
- token_address (string): ERC-20 contract address queried, lowercased hex.
- chain (string): Chain the token lives on (ethereum, base, polygon, arbitrum, or optimism).
- pool_count (string): Number of DefiLlama-tracked yield pools holding this token on the chain.
- total_liquidity_usd (string): Sum of TVL in USD across every matched pool.
- pools (string): Array of pools with project, symbol, TVL in USD, and APY for each.
- top_pool (string): Deepest single pool by TVL, with project name, symbol, and USD depth.
- source (string): Upstream data provider, always defillama for this endpoint.
---
#### ens-resolve — $0.03 USDC
URL: https://agentutility.ai/edge-market/ens-resolve
POST: https://x402.org/v1/ens-resolve
Price: 0.03 USDC
Method: POST
Category: utilities
Tags: ens, ethereum, crypto, name-service, web3
Description: ENS resolver / Ethereum Name Service lookup. Forward (vitalik.eth → 0x...address) and reverse (0x... → primary ENS name) with text records (avatar, url, description, com.twitter, com.github, email, org.telegram).
Input schema:
- query (string, required): ENS name (vitalik.eth) or 0x address.
- text_records (array, optional): Optional text record keys to fetch (max 15). Default: avatar, url, description, com.twitter, com.github, email, org.telegram.
Output schema:
- mode (string): Lookup direction performed: 'forward' for name-to-address, 'reverse' for address-to-name.
- ens_name (string): ENS name resolved or queried (e.g. vitalik.eth), including subdomains when applicable.
- address (string): Ethereum address (0x-prefixed, 20 bytes) tied to the ENS name.
- text_records (object): Map of ENS text record keys to values (avatar, url, description, com.twitter, com.github, email, org.telegram).
- source (string): Resolver source used for the lookup (e.g. ENS public resolver contract or RPC endpoint).
---
#### erc20-balance — $0.002 USDC
URL: https://agentutility.ai/edge-market/erc20-balance
POST: https://x402.org/v1/erc20-balance
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: erc20, balance-of, token-balance, wallet-balance, onchain-read, evm-rpc, multi-chain, erc20-balance
Description: ERC-20 balance reader / balanceOf / on-chain token balance / wallet balance lookup / multi-chain ERC20 balance / read Base / read Ethereum / read Arbitrum / read Optimism / read Polygon. Reads balanceOf(wallet) on a token contract across any supported EVM chain via public RPC (no API key needed). Co-fetches decimals to return both raw bigint and decimal-formatted balance. Supports historical block parameter. Useful for agent wallet introspection, payment reconciliation, treasury monitoring.
Input schema:
- token (string, required): ERC-20 contract address (0x...).
- wallet (string, required): Wallet address to query (0x...).
- chain (any, optional): Chain id or slug. 8453|'base' (default), 1|'ethereum', 42161|'arbitrum', 10|'optimism', 137|'polygon', 56|'bsc', 43114|'avalanche'.
- block (any, optional): 'latest' default, or hex/decimal block number for historical reads.
Output schema:
- chain (string): Echoed EVM chain name the balance was read from (e.g. base, ethereum, arbitrum, optimism, polygon).
- chain_id (string): Numeric EVM chain ID as a string, matching the resolved chain (e.g. 8453 for Base, 1 for Ethereum).
- token (string): ERC-20 contract address whose balanceOf was called, echoed back in lowercase hex.
- wallet (string): Wallet address whose token balance was queried, echoed back in lowercase hex.
- block (string): Block tag or number at which balanceOf was evaluated (latest, or a specific block height as string).
- balance_raw (string): Raw balanceOf return value as a base-10 bigint string, before decimals scaling.
- balance_hex (string): Raw balanceOf return value as a 0x-prefixed hex string straight from the eth_call response.
- decimals (string): Token decimals fetched from the contract's decimals() call, used to format the human-readable balance.
- balance (string): Decimal-formatted token balance as a string, scaled by decimals (e.g. 1234.5678 instead of raw units).
---
#### erc20-metadata — $0.002 USDC
URL: https://agentutility.ai/edge-market/erc20-metadata
POST: https://x402.org/v1/erc20-metadata
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: erc20, token-metadata, token-symbol, token-decimals, total-supply, multi-chain, edge-market, erc20-reader
Description: ERC-20 metadata reader / token info / token symbol lookup / token decimals / total supply / multi-chain ERC20 reader / Base / Ethereum / Arbitrum / Optimism / Polygon / BSC / Avalanche. Reads name(), symbol(), decimals(), totalSupply() in parallel via public RPC. Robust to non-standard tokens that return bytes32 instead of string (MakerDAO MKR pattern is decoded). Returns formatted total supply when decimals are present, plus a chain-appropriate block explorer URL.
Input schema:
- token (string, required): ERC-20 contract address (0x...).
- chain (any, optional): Chain id or slug. 8453|'base' (default), 1|'ethereum', 42161|'arbitrum', 10|'optimism', 137|'polygon', 56|'bsc', 43114|'avalanche'.
- block (any, optional): 'latest' default, or hex/decimal block number.
Output schema:
- chain (string): Chain name the token lives on (Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, Avalanche).
- chain_id (string): EVM chain ID for the network the lookup ran against.
- token (string): ERC-20 contract address that was queried, echoed back checksummed.
- block (string): Block number the name/symbol/decimals/totalSupply reads were resolved against.
- name (string): Token name from name(), with bytes32 fallback decoded for non-standard tokens like MKR.
- symbol (string): Token symbol from symbol(), with bytes32 fallback decoded for non-standard tokens.
- decimals (string): Decimals from decimals() as a stringified integer (e.g. '18', '6').
- total_supply_raw (string): Raw totalSupply() return value as a base-units integer string, no decimal scaling applied.
- total_supply (string): Human-formatted total supply scaled by decimals, omitted if decimals weren't readable.
- explorer_url (string): Block explorer link for the token on its chain (Basescan, Etherscan, Arbiscan, etc.).
---
#### eth-logs — $0.01 USDC
URL: https://agentutility.ai/edge-market/eth-logs
POST: https://x402.org/v1/eth-logs
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: edge-market, eth-getlogs, event-logs, evm-rpc, erc20-transfers, multi-chain, log-indexer, onchain-events
Description: eth_getLogs / on-chain event logs / EVM event reader / Transfer event scan / ERC20 Transfer logs / NFT mint logs / DEX swap events / multi-chain log scanner / log indexer / smart contract event reader. Generic eth_getLogs across Base / Ethereum / Arbitrum / Optimism / Polygon / BSC via public no-auth RPC. Supports address + up to 4 topics (with OR arrays), from/to block range, and a 'last_n_blocks' convenience param. Hard-capped at 5,000 logs and 10,000-block range per call.
Input schema:
- chain (any, optional): Chain id or slug. Default 'base'. Supported: 8453|'base', 1|'ethereum', 42161|'arbitrum', 10|'optimism', 137|'polygon', 56|'bsc'.
- address (any, optional): Contract address (0x..., string or array of strings). Optional.
- topics (array, optional): Up to 4 topics. Each element: hex string (32 bytes), array of hex strings (OR-filter), or null (wildcard at that position).
- from_block (any, optional): Hex string ('0x...'), decimal number, or 'latest'/'earliest'/'pending'/'safe'/'finalized'.
- to_block (any, optional): Same shape as from_block. Default 'latest'.
- last_n_blocks (number, optional): Convenience: query the last N blocks. Overrides from/to_block.
Output schema:
- chain (string): Chain name queried (base, ethereum, arbitrum, optimism, polygon, or bsc).
- chain_id (string): Numeric EVM chain ID corresponding to the chain that was queried.
- from_block (string): Starting block number (inclusive) of the scanned range, as a decimal string.
- to_block (string): Ending block number (inclusive) of the scanned range, as a decimal string.
- count (string): Number of logs actually returned in this response after the 5,000-log cap.
- total_count (string): Total logs matched by the filter before the 5,000-log cap was applied.
- truncated (string): True if results hit the 5,000-log cap and more matching logs exist beyond what's returned.
- logs (string): Array of raw eth_getLogs entries with address, topics, data, blockNumber, txHash, and logIndex.
---
#### funding-rates — $0.002 USDC
URL: https://agentutility.ai/edge-market/funding-rates
POST: https://x402.org/v1/funding-rates
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: funding-rates, perp-funding, binance-futures, perp-basis, mark-price, next-funding-time, derivatives, usd-m-futures
Description: Perp funding rates / Binance USD-M futures funding / next-funding-time / 24h history / perp basis. Current funding %, mark + index price, next funding timestamp, and last 24 funding intervals (default 24 × 1h-since-event) for any Binance USD-M futures symbol (BTCUSDT, ETHUSDT, SOLUSDT…). Free public Binance API — no auth.
Input schema:
- symbol (string, required): Binance futures symbol — uppercase, no slash. e.g. 'BTCUSDT', 'ETHUSDT'.
- history_intervals (number, optional): How many past funding events to include. Range [1, 48]. Default 24.
Output schema:
- symbol (string): Binance USD-M futures symbol queried (e.g. BTCUSDT, ETHUSDT, SOLUSDT).
- mark_price (string): Current mark price used for funding and PnL calculations on the perp contract.
- index_price (string): Spot index price the perp tracks, used as the funding-rate reference.
- current_funding_rate_pct (string): Current funding rate as a percent (positive = longs pay shorts, negative = shorts pay longs).
- next_funding_at (string): ISO timestamp when the next funding payment settles on this perp.
- last_24h_avg_pct (string): Mean funding rate percent across the last 24 hourly funding intervals.
- last_24h_max_abs_pct (string): Largest absolute funding rate percent seen in the last 24 funding intervals.
- history (string): Array of the last 24 funding intervals with rate percent and settlement timestamp per entry.
- source (string): Upstream data provider, here Binance USD-M futures public API.
---
#### gas-now-base — $0.02 USDC
URL: https://agentutility.ai/edge-market/gas-now-base
POST: https://x402.org/v1/gas-now-base
Price: 0.02 USDC
Method: POST
Category: utilities
Tags: gas, crypto, base, ethereum, l2, fee
Description: Gas oracle / EIP-1559 fee estimator. Real-time base fee + priority fee for Base / Ethereum / Optimism / Arbitrum / Polygon. USD-cost estimates for native transfer, USDC transfer, ERC-20 approve, Uniswap V2/V3 swap, NFT mint, contract deploy.
Input schema:
- chain (string, optional): EVM L1/L2 to read gas from. Default 'base'.
Output schema:
- chain (string): Chain name (base, ethereum, optimism, arbitrum, or polygon).
- chain_id (string): EVM chain ID as a string (e.g. 8453 for Base, 1 for Ethereum, 137 for Polygon).
- block_number (string): Latest block number used to read the base fee, as a decimal string.
- block_timestamp (number): Unix timestamp (seconds) of the latest block sampled for the fee reading.
- block_iso_timestamp (string): ISO 8601 timestamp of the latest block sampled for the fee reading.
- block_age_seconds (number): Seconds elapsed between the sampled block and the response time, for staleness checks.
- base_fee_gwei (number): Current EIP-1559 base fee for the chain, in gwei.
- priority_fee_suggestion_gwei (number): Suggested priority (tip) fee in gwei for timely inclusion in the next block.
- total_recommended_gwei (number): Recommended max fee per gas in gwei (base fee plus priority fee suggestion).
- legacy_gas_price_gwei (number): Legacy (non-1559) gas price in gwei for transactions that don't set fee caps.
- native_token (string): Symbol of the chain's native gas token (ETH, MATIC, etc.).
- native_token_price_usd (number): Spot USD price of the native gas token used to derive USD cost estimates.
- cost_estimates (object): USD cost estimates per common action (native transfer, USDC transfer, ERC-20 approve, swap, NFT mint, deploy).
- rpc_url (string): Public RPC endpoint used to query the chain's latest block and base fee.
---
#### gas-price — $0.02 USDC
URL: https://agentutility.ai/edge-market/gas-price
POST: https://x402.org/v1/gas-price
Price: 0.02 USDC
Method: POST
Category: uncategorized
Tags: edge-market, gas-price, eip-1559, fee-estimator, base-fee, priority-fee, gas-tracker
Alias of: gas-now-base
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.
Input schema:
- chain (string, optional): EVM L1/L2 to read gas from. Default 'base'.
Output schema:
- chain (string): Chain name queried (e.g. base, ethereum, optimism, arbitrum).
- base_fee_gwei (string): Latest block's base fee per gas in gwei, derived from EIP-1559.
- priority_fee_gwei (string): Suggested miner tip in gwei for the requested speed tier.
- total_recommended_gwei (string): Recommended maxFeePerGas in gwei (base fee plus priority fee).
- block_number (string): Block height the base fee was read from.
- eth_price_usd (string): ETH spot price in USD used to convert gas cost.
- cost_usd (string): Estimated total tx cost in USD for a common transaction type.
- timestamp (string): ISO-8601 UTC time the gas reading was taken.
---
#### honeypot-check — $0.05 USDC
URL: https://agentutility.ai/edge-market/honeypot-check
POST: https://x402.org/v1/honeypot-check
Price: 0.05 USDC
Method: POST
Category: uncategorized
Tags: edge-market, honeypot-check, token-safety, rug-detection, swap-protection, erc20-scanner, buy-sell-tax, honeypot-simulation
Alias of: token-honeypot
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.
Input schema:
- token_address (string, required): 0x-prefixed 20-byte EVM token contract address.
- chain (string, optional): EVM chain. Default 'base'.
Output schema:
- token (string): ERC-20 contract address that was simulated.
- chain (string): Chain the token lives on, either base or ethereum.
- simulation (string): Nested object with buy/sell/transfer tax percentages and the success flag from the Honeypot.is simulation.
- contract (string): Nested object with contract metadata like name, symbol, decimals, and any owner or proxy flags.
- risk (string): Object with is_honeypot verdict plus a reason string when sell-blocking or tax-trap behavior is detected.
- source (string): Upstream data provider, set to honeypot.is.
---
#### ipfs-fetch — $0.005 USDC
URL: https://agentutility.ai/edge-market/ipfs-fetch
POST: https://x402.org/v1/ipfs-fetch
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: ipfs, cid-resolver, ipfs-gateway, nft-metadata, filecoin, web3-storage, decentralized-content, 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 → ipfs.io → 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.
Input schema:
- cid (string, required): IPFS CID, CIDv0 (Qm... base58, 46 chars) or CIDv1 (bafy... base32). Required.
- path (string, optional): Optional sub-path inside the IPFS directory, e.g. '/index.html' or 'metadata.json'. Leading slash optional.
- max_bytes (number, optional): Maximum response size in bytes. Default 1000000 (1 MB). Hard-capped at 5000000 (5 MB).
- output (string, optional): How to return the content. 'base64' (default — safe for binary), 'text' (UTF-8 decode), or 'json' (UTF-8 decode + JSON.parse). Returns 502 if 'json' is requested and the body doesn't parse.
Output schema:
- cid (string): Echoes back the requested IPFS CID (CIDv0 Qm... or CIDv1 bafy...) that was resolved.
- gateway_used (string): Which public gateway served the content (cloudflare-ipfs.com, ipfs.io, or dweb.link).
- content_type (string): MIME type reported by the gateway, e.g. application/json, image/png, text/plain.
- size_bytes (string): Byte length of the fetched content; capped at 5 MB after HEAD pre-flight check.
- content (string): Fetched payload as base64 for binary, raw text for text, or parsed JSON when content-type is JSON.
- source (string): Origin label for the data, typically 'ipfs' indicating the decentralized storage network.
---
#### lp-lock-check — $0.01 USDC
URL: https://agentutility.ai/edge-market/lp-lock-check
POST: https://x402.org/v1/lp-lock-check
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: edge-market, defi, liquidity-lock, rug-pull-detection, unicrypt, team-finance, uniswap-v2, lp-lock-check
Description: LP lock check / liquidity-lock auditor / Unicrypt + Team Finance + burn-address detection. For any LP token (Uniswap V2-shaped) on Ethereum or Base, reports the % of supply held by the canonical LP-locker contracts (Unicrypt v2, Team Finance) plus burn addresses (0x0, 0xdead). Returns a verdict of locked (≥95%), partial (1-95%), or none. Useful for detecting rug-pull risk before swapping into a new pair.
Input schema:
- lp_token_address (string, required): 0x-prefixed 20-byte LP token (Uniswap V2 pair) address.
- chain (string, optional): EVM chain. Default 'base'.
Output schema:
- lp_token (string): LP token contract address that was audited.
- chain (string): Chain the LP token lives on (ethereum or base).
- total_supply (string): Total supply of the LP token, as a decimal string.
- lockers (string): Per-locker breakdown showing balances held by Unicrypt v2, Team Finance, and burn addresses.
- total_locked_pct (string): Combined percentage of LP supply held across all lockers and burn addresses.
- status (string): Verdict bucket: locked (>=95%), partial (1-95%), or none (<1%).
- source (string): On-chain contract calls used to compute the balances (no third-party API).
---
#### nft-floor — $0.01 USDC
URL: https://agentutility.ai/edge-market/nft-floor
POST: https://x402.org/v1/nft-floor
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: nft, floor-price, reservoir, collection-stats, nft-sales, edge-market, 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.
Input schema:
- collection (string, required): Slug or contract address.
- chain (string, optional): EVM chain to query: ethereum, base, arbitrum, optimism, or polygon.
- include_recent_sales (boolean, optional): When true, includes a recent_sales array of the latest transactions for the collection.
- recent_sales_limit (number, optional): Max number of recent sales to return when include_recent_sales is true.
Output schema:
- floor_native (string): Collection floor price in the chain's native token (e.g. ETH, MATIC) as a decimal string.
- token_count (string): Total number of tokens (NFTs) in the collection as a string.
---
#### price-impact — $0.005 USDC
URL: https://agentutility.ai/edge-market/price-impact
POST: https://x402.org/v1/price-impact
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: edge-market, dex, slippage, price-impact, swap-quote, depth-simulation, aggregator, trade-sizing
Description: Price-impact / slippage estimator / DEX swap size impact / size-keyed quote / depth simulation. For a (from_token, to_token, chain), pulls aggregator quotes (LlamaSwap meta-aggregator, free public) at multiple USD sizes and reports per-size effective price + slippage versus the smallest size. Use to size a fill before submitting it on-chain.
Input schema:
- from_token (string, required): 0x-prefixed 20-byte ERC-20 input token.
- to_token (string, required): 0x-prefixed 20-byte ERC-20 output token.
- chain (string, optional): EVM chain. Default 'base'.
- sizes_usd (array, optional): USD sizes to quote at, sorted ascending. Up to 5. Default [100, 1000, 10000].
Output schema:
- from_token (string): Source token address (or symbol) being sold in the simulated swap.
- to_token (string): Destination token address (or symbol) being bought in the simulated swap.
- chain (string): Chain the quote is sourced on (e.g. ethereum, base, arbitrum).
- from_usd_price (string): Spot USD price of from_token used to convert requested USD sizes into token amounts.
- from_decimals (string): ERC-20 decimals of from_token, used to scale amounts passed to the aggregator.
- quotes (string): Array of per-size entries with USD size, effective price, and slippage versus the smallest probe size.
- source (string): Aggregator that produced the quotes (LlamaSwap meta-aggregator across DEX routers).
---
#### safe-multisig-status — $0.005 USDC
URL: https://agentutility.ai/edge-market/safe-multisig-status
POST: https://x402.org/v1/safe-multisig-status
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: safe, gnosis-safe, multisig, dao, treasury, onchain
Description: Safe multisig status / Gnosis Safe info / Safe owners / Safe threshold / Safe pending queue / DAO treasury wallet / Safe wallet lookup. Reads a Safe (Gnosis Safe) multisig's on-chain state — owners[], threshold, nonce, version, master copy, fallback handler, guard — via batched eth_call on Base / Ethereum / Arbitrum / Optimism / Polygon (no key, no gas). Also fetches pending (unexecuted) transactions from the Safe Transaction Service. DAO/treasury agents need this constantly to verify multisig config + watch the execution queue.
Input schema:
- address (string, required): Safe contract address (0x + 40 hex).
- chain (string, optional): Chain to query. Default 'base'.
- pending_limit (number, optional): Max pending tx to return (0-50). Default 10. 0 skips the Safe TX Service call.
Output schema:
- address (string): Checksummed Safe contract address that was queried.
- chain (string): Chain name the Safe lives on (base, ethereum, arbitrum, optimism, polygon).
- network (string): Network identifier or chain ID used for the eth_call batch.
- threshold (integer,null): Number of owner signatures required to execute a Safe transaction.
- owners (array): Array of owner addresses authorized to sign Safe transactions.
- nonce (integer,null): Current Safe nonce — the index of the next transaction to execute.
- version (string,null): Safe contract version string (e.g. 1.3.0, 1.4.1) reported on-chain.
- master_copy (string,null): Address of the Safe singleton/implementation contract the proxy delegates to.
- fallback_handler (string,null): Address of the configured fallback handler contract, or null if none set.
- guard (string,null): Address of the configured transaction guard contract, or null if no guard is set.
- pending_transactions (array): Array of unexecuted transactions from the Safe Transaction Service queue.
- pending_count (integer): Count of pending (unexecuted) transactions waiting in the Safe queue.
- rpc_used (string): RPC endpoint URL that served the batched eth_call for Safe on-chain state.
- safe_api_used (string,null): Safe Transaction Service base URL queried for pending transactions, or null if skipped.
- source (string): Identifier for where the data came from (on-chain eth_call + Safe Transaction Service).
- attribution (string): Credit string naming the upstream data sources (Safe contracts + Safe Transaction Service).
---
#### safe-tx-decode — $0.003 USDC
URL: https://agentutility.ai/edge-market/safe-tx-decode
POST: https://x402.org/v1/safe-tx-decode
Price: 0.003 USDC
Method: POST
Category: uncategorized
Tags: gnosis-safe, multisig, transaction-decoder, calldata, multisend, exectransaction
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.
Input schema:
- tx_hash (string, optional): Safe transaction hash to look up and decode via on-chain execTransaction call data.
- calldata (string, optional): Raw execTransaction calldata hex string to decode directly without an on-chain lookup.
- chain (string, optional): Chain name or ID where the Safe lives (e.g. ethereum, base, 1, 8453) for RPC routing.
- to (string, optional): Safe contract address; pairs with tx_hash or calldata to scope the decode to that multisig.
Output schema:
- is_multisend (string): True if the decoded call targets the MultiSend contract and was unpacked into inner sub-transactions.
- multisend_op_count (string): Number of inner operations unpacked from the MultiSend batch, or 0 when not a MultiSend.
---
#### stablecoin-monitor — $0.005 USDC
URL: https://agentutility.ai/edge-market/stablecoin-monitor
POST: https://x402.org/v1/stablecoin-monitor
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: edge-market, stablecoin, depeg-alert, peg-deviation, price-feed, usdt-usdc, stablecoin-monitor
Description: Stablecoin monitor. Live prices and basis-point deviation from $1 for USDT, USDC, DAI, FRAX, PYUSD, FDUSD, USDE, RLUSD. Configurable depeg-alert threshold. Wraps the same backend as stablecoin-peg under a clearer slug.
Input schema:
- symbols (array, optional): Array of stablecoin tickers to query (e.g. USDT, USDC, DAI); defaults to all eight tracked coins when omitted.
- alert_threshold_bps (number, optional): Basis-point deviation from $1 above which a coin is flagged in depeg_alert_count (default ~50 bps).
Output schema:
- depeg_alert_count (string): Number of queried stablecoins whose absolute deviation from $1 exceeds alert_threshold_bps.
- stablecoins (string): Per-coin object keyed by symbol with live price, deviation in basis points, and depeg flag.
---
#### stablecoin-peg — $0.005 USDC
URL: https://agentutility.ai/edge-market/stablecoin-peg
POST: https://x402.org/v1/stablecoin-peg
Price: 0.005 USDC
Method: POST
Category: utilities
Tags: crypto, stablecoin, depeg, monitoring, defi
Description: Stablecoin peg monitor / depeg detector. Real-time prices for USDT, USDC, DAI, FRAX, PYUSD, FDUSD, USDE, RLUSD. Configurable depeg alert threshold (basis points). Catches USDC's 2023-style depegs in real time.
Input schema:
- symbols (array, optional): Up to 20 stablecoin symbols. Default: 8 major stables.
- alert_threshold_bps (number, optional): Basis points from $1.00 to flag. Default 50 (0.5%).
Output schema:
- stablecoins (array): Array of per-stablecoin objects with symbol, current USD price, deviation in basis points, and depeg flag.
- symbols_evaluated (array): List of stablecoin symbols actually priced this call (subset of USDT, USDC, DAI, FRAX, PYUSD, FDUSD, USDE, RLUSD).
- unknown_symbols (array): Requested symbols the endpoint couldn't price or doesn't recognize.
- alert_threshold_bps (number): Depeg alert threshold in basis points used for this call (1 bp = 0.01% off $1.00).
- depeg_alert_count (number): Number of stablecoins whose price deviated from $1.00 by at least alert_threshold_bps.
- has_any_depeg (boolean): True if at least one evaluated stablecoin breached the depeg threshold on this call.
- fetched_at (string): ISO-8601 UTC timestamp when prices were pulled from the upstream price source.
- source (string): Name of the upstream price feed used (e.g. CoinGecko) for the stablecoin quotes.
---
#### token-burn-stats — $0.005 USDC
URL: https://agentutility.ai/edge-market/token-burn-stats
POST: https://x402.org/v1/token-burn-stats
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: token-burn, erc20, burn-address, supply-audit, etherscan, onchain-analytics, edge-market, burn-stats
Description: Token burn stats / total burned / latest burn tx / burn-as-% supply / supply-burn auditor. Walks all transfers TO the canonical burn addresses (0x0…0 and 0x…dEaD) for any ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism via Etherscan v2 and reports total burned (raw + human), most-recent burn tx + timestamp, count of burn transfers, and burn percentage of total supply.
Input schema:
- token_address (string, required): 0x-prefixed 20-byte ERC-20 contract address.
- chain (string, optional): EVM chain. Default 'base'.
Output schema:
- token_address (string): ERC-20 contract address the burn stats were computed for.
- chain (string): EVM chain queried (ethereum, base, polygon, arbitrum, or optimism).
- symbol (string): Token ticker symbol pulled from the ERC-20 contract.
- decimals (string): ERC-20 decimals used to convert raw burn amounts into human units.
- total_burned_raw (string): Sum of all transfers to burn addresses in base units (no decimal scaling).
- total_burned (string): Total burned amount scaled by token decimals for human display.
- burn_count (string): Number of transfer events sent to the canonical burn addresses.
- last_burn_at (string): Unix or ISO timestamp of the most recent burn transfer observed.
- last_burn_tx (string): Transaction hash of the most recent transfer to a burn address.
- total_supply (string): Current ERC-20 total supply reported by the token contract.
- burn_pct_of_supply (string): Total burned divided by total supply, expressed as a percentage.
- source (string): Upstream data provider used to walk transfers (Etherscan v2).
---
#### token-honeypot — $0.05 USDC
URL: https://agentutility.ai/edge-market/token-honeypot
POST: https://x402.org/v1/token-honeypot
Price: 0.05 USDC
Method: POST
Category: uncategorized
Tags: edge-market, honeypot-check, rug-pull-scanner, token-safety, sell-tax-simulator, erc20-scanner, scam-detector, honeypot-is
Description: EVM token honeypot detection / can-i-sell check / rug-pull scanner / sell-tax simulator / buy-tax simulator / scam token detector / Base honeypot / Ethereum honeypot / BSC honeypot. Simulates a buy + sell of an ERC-20 token via honeypot.is, returning whether the token is a honeypot, the realized buy/sell/transfer tax percentages, max buy/sell amounts (atomic units), proxy/owner contract flags, and a normalized risk level (low/medium/high/critical) with human-readable reasons. Free public API — no auth.
Input schema:
- token_address (string, required): 0x-prefixed 20-byte EVM token contract address.
- chain (string, optional): EVM chain. Default 'base'.
Output schema:
- token (string): ERC-20 contract address that was scanned for honeypot behavior.
- chain (string): EVM chain the simulation ran on (e.g. ethereum, base, bsc).
- simulation (string): Buy/sell simulation results including realized tax percentages and max buy/sell amounts in atomic units.
- contract (string): Contract flags such as proxy status, owner address, and other ownership/permission attributes.
- risk (string): Normalized risk level (low/medium/high/critical) plus human-readable reasons for the rating.
- source (string): Upstream data provider used for the check (honeypot.is).
---
#### token-price — $0.02 USDC
URL: https://agentutility.ai/edge-market/token-price
POST: https://x402.org/v1/token-price
Price: 0.02 USDC
Method: POST
Category: utilities
Tags: crypto, price, coingecko, token, web3
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.
Input schema:
- query (string, required): CoinGecko id ('bitcoin'), symbol ('BTC'), or 0x address.
- vs_currency (string, optional): Default 'usd'.
- chain (string, optional): For address queries: ethereum, base, arbitrum-one, polygon-pos, etc.
Output schema:
- query (string): Original lookup string sent in (token id, symbol, or contract address).
- resolution (string): How the query was resolved — by id, symbol, or contract address lookup.
- coin_id (string): CoinGecko canonical coin id (e.g. "bitcoin", "ethereum").
- name (string): Full token name (e.g. "Bitcoin", "USD Coin").
- symbol (string): Ticker symbol (e.g. "BTC", "USDC").
- image (string): URL to the token's logo image on CoinGecko.
- market_cap_rank (number): Token's rank by market cap across all tracked coins (1 = largest).
- vs_currency (string): Quote currency for price fields (typically "usd").
- price (number): Current price of the token in the quote currency.
- price_change_24h_pct (number): Percentage price change over the last 24 hours.
- price_change_7d_pct (number): Percentage price change over the last 7 days.
- market_cap (number): Current market capitalization in the quote currency.
- total_volume (number): 24-hour trading volume across tracked exchanges in the quote currency.
- circulating_supply (number): Number of tokens currently circulating in the market.
- total_supply (number): Total tokens that exist (minted minus burned), or null if unknown.
- max_supply (number): Hard cap on tokens that can ever exist, or null if uncapped.
- ath (object): All-time high price with value, date, and percent change from ATH.
- atl (object): All-time low price with value, date, and percent change from ATL.
- last_updated (string): ISO 8601 timestamp of when CoinGecko last refreshed this data.
- source (string): Upstream data provider (e.g. "coingecko").
---
#### token-risk — $0.10 USDC
URL: https://agentutility.ai/edge-market/token-risk
POST: https://x402.org/v1/token-risk
Price: 0.10 USDC
Method: POST
Category: uncategorized
Tags: edge-market, token-risk, rug-pull, honeypot-detector, contract-audit, holder-concentration, token-safety
Alias of: token-risk-score
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.
Input schema:
- token_address (string, required): 0x-prefixed 20-byte EVM token contract address.
- chain (string, optional): EVM chain. Default 'base'.
Output schema:
- token (string): Token contract address that was scored.
- chain (string): Chain the token lives on (e.g. ethereum, base, bsc).
- score (string): Composite risk score from 0 (safe) to 100 (high risk).
- verdict (string): Bucketed verdict: safe, caution, or high_risk based on the composite score.
- subscores (string): Per-dimension scores for honeypot, taxes, holder concentration, liquidity, contract age, and ownership.
- warnings (string): List of specific risk flags triggered (e.g. honeypot detected, high sell tax, concentrated holders).
- data_sources (string): Upstream sources consulted: honeypot.is, GoPlus Security, and Etherscan contract age.
- source (string): Origin label for the response (e.g. token-risk worker identifier or cache tag).
---
#### token-risk-score — $0.10 USDC
URL: https://agentutility.ai/edge-market/token-risk-score
POST: https://x402.org/v1/token-risk-score
Price: 0.10 USDC
Method: POST
Category: uncategorized
Tags: edge-market, token-risk, rug-pull, honeypot-detection, contract-audit, holder-concentration, token-safety, goplus
Description: Composite EVM token risk score / token security audit / rug-pull score / token safety check / honeypot + tax + holder concentration / GoPlus + honeypot.is composite / Base token vetting / Ethereum token vetting / BSC token vetting. Pulls three independent signals in parallel — honeypot.is (sell simulation + buy/sell tax), GoPlus Security (holder concentration, LP holders + lock, ownership flags, mintable/proxy/hidden-owner detection), and Etherscan v2 contract creation block (for age) — and rolls them up into a 0-100 score (higher = safer) with subscores (honeypot, taxes, holder_concentration, liquidity, contract_age, ownership) and a verdict (safe / caution / high_risk). Each backend failure degrades just that subscore and adds a warning; the rest still computes.
Input schema:
- token_address (string, required): 0x-prefixed 20-byte EVM token contract address.
- chain (string, optional): EVM chain. Default 'base'.
Output schema:
- token (string): EVM token contract address that was scored.
- chain (string): Chain the token lives on (ethereum, base, bsc, etc.).
- score (string): Composite 0-100 safety score where higher is safer.
- verdict (string): Overall classification: safe, caution, or high_risk.
- subscores (string): Per-signal breakdown for honeypot, taxes, holder_concentration, liquidity, contract_age, and ownership.
- warnings (string): List of flags raised by any backend, including degraded-subscore notices when a source failed.
- data_sources (string): Which backends contributed: honeypot.is, GoPlus Security, and Etherscan v2.
- source (string): Identifier for this endpoint (token-risk-score).
---
#### token-volatility — $0.005 USDC
URL: https://agentutility.ai/edge-market/token-volatility
POST: https://x402.org/v1/token-volatility
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: edge-market, crypto, volatility, historical-volatility, annualized-volatility, coingecko, price-analytics, 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.
Input schema:
- coingecko_id (string, required): CoinGecko coin id (e.g. 'ethereum', 'bitcoin', 'solana'). Lower-case slug, not the symbol.
- days (number, optional): Lookback window in days. Range [7, 365]. Default 30.
Output schema:
- coingecko_id (string): CoinGecko ID of the token whose volatility was computed (e.g. bitcoin, ethereum).
- days (string): Lookback window in days used for the return series (default 30).
- returns_count (string): Number of daily log-return observations included in the standard deviation calculation.
- daily_volatility_pct (string): Standard deviation of daily log returns over the window, expressed as a percent.
- annualized_volatility_pct (string): Daily volatility scaled by sqrt(365), expressed as an annualized percent.
- first_price_usd (string): Closing USD price at the start of the lookback window.
- last_price_usd (string): Closing USD price at the end of the lookback window.
- source (string): Upstream data provider for the price series (CoinGecko market_chart).
---
#### tx-receipt-decode — $0.02 USDC
URL: https://agentutility.ai/edge-market/tx-receipt-decode
POST: https://x402.org/v1/tx-receipt-decode
Price: 0.02 USDC
Method: POST
Category: uncategorized
Tags: evm, transaction-receipt, log-decoder, erc20-transfers, event-logs, etherscan, tx-debug, receipt-decoder
Description: EVM transaction receipt decoder / log decoder / event log reader / Etherscan tx debug / receipt parser / Basescan tx explainer / tenderly-style trace lite. Given a tx hash, fetches the receipt + transaction via Etherscan v2 and decodes every log: ERC-20 / ERC-721 Transfer + Approval + ApprovalForAll are decoded canonically (from/to/value/tokenId etc.); other logs use the contract's verified ABI when available; remaining unknown topics are looked up against 4byte.directory's event-signature index. Returns status (success/failed), block number, gas used + gas price (gwei), from/to/value, and a structured array of decoded logs with named params and contract names where verified.
Input schema:
- tx_hash (string, required): 0x-prefixed 32-byte transaction hash (66 chars total).
- chain (string, optional): EVM chain. Default 'base'.
Output schema:
- tx_hash (string): Transaction hash that was decoded, echoed back from the request.
- chain (string): EVM chain the tx was fetched from (e.g. base, mainnet, optimism).
- status (string): Receipt status, either 'success' or 'failed' based on the tx outcome.
- block_number (string): Block number the transaction was included in, as a decimal string.
- gas_used (string): Gas units consumed by the transaction, as a decimal string.
- gas_price_gwei (string): Effective gas price paid for the transaction, denominated in gwei.
- from (string): Sender address (EOA or contract) that originated the transaction.
- to (string): Recipient address of the transaction, or null for contract-creation calls.
- value_wei (string): Native token value transferred by the tx itself, in wei as a decimal string.
- decoded_logs (string): Array of decoded event logs with named params, contract names, and canonical ERC-20/721 fields.
- unknown_logs_count (string): Count of logs whose topics couldn't be resolved via verified ABI or 4byte lookup.
- source (string): Upstream data source used to fetch the receipt and ABI (e.g. etherscan-v2).
---
#### tx-simulate-swap — $0.02 USDC
URL: https://agentutility.ai/edge-market/tx-simulate-swap
POST: https://x402.org/v1/tx-simulate-swap
Price: 0.02 USDC
Method: POST
Category: uncategorized
Tags: edge-market, dex-aggregator, swap-quote, pre-trade-simulation, slippage-check, gas-estimate, 1inch, swap-simulator
Description: Tx simulate swap / pre-trade quote / DEX swap simulator / 1inch + LlamaSwap quote / would-it-succeed check. Given (from_token, to_token, amount_in, chain), pulls a routed quote from a free DEX meta-aggregator and returns expected output, min-out at user-supplied slippage (default 1%), gas estimate, router address, and a would_succeed verdict. Quote-only depth — full Tenderly-style state simulation requires a paid API and is documented in the response's simulation_caveat.
Input schema:
- from_token (string, required): 0x-prefixed 20-byte ERC-20 input token.
- to_token (string, required): 0x-prefixed 20-byte ERC-20 output token.
- amount_in (string, required): Input amount as a decimal string in smallest units (wei-equivalent).
- chain (string, optional): EVM chain. Default 'base'.
- slippage_pct (number, optional): Slippage tolerance for min_out, in percent. Range [0, 50]. Default 1.
Output schema:
- chain (string): Chain identifier (e.g. ethereum, base, arbitrum) the quote was routed on.
- from_token (string): Source token address or symbol being swapped from.
- to_token (string): Destination token address or symbol being swapped into.
- amount_in (string): Input amount of from_token, echoed back in the same units the caller supplied.
- expected_out (string): Routed quote's expected output amount of to_token before slippage is applied.
- min_out (string): Minimum acceptable output amount after applying slippage_pct, used as the swap floor.
- slippage_pct (string): Slippage tolerance applied to derive min_out, defaulting to 1% when caller omits it.
- gas_estimate (string): Estimated gas units the routed swap would consume on-chain.
- router (string): Address of the DEX router contract the quote would execute against.
- approval_target (string): Address the user must grant ERC-20 allowance to before the swap can pull from_token.
- would_succeed (string): Boolean verdict on whether the routed quote looks executable given current liquidity and gas.
- simulation_kind (string): Label for the simulation depth used (quote-only vs full state sim).
- source (string): Upstream aggregator that produced the quote, e.g. 1inch or LlamaSwap.
---
#### wallet-label — $0.005 USDC
URL: https://agentutility.ai/edge-market/wallet-label
POST: https://x402.org/v1/wallet-label
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: edge-market, wallet-label, address-tagger, known-addresses, deployer-tracer, contract-check, eoa-detection, etherscan-lookup
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.
Input schema:
- address (string, required): 0x-prefixed 20-byte EVM address.
- chain (string, optional): EVM chain. Default 'ethereum'.
Output schema:
- address (string): EVM address that was looked up, returned in lowercase hex form.
- chain (string): Chain the lookup ran against (e.g. ethereum, base, polygon).
- is_contract (string): True if the address has bytecode deployed, false if it's an externally owned account.
- deployer (string): Address that deployed the contract, pulled from Etherscan getcontractcreation when available.
- creation_tx (string): Transaction hash that created the contract, or null for EOAs and unknown contracts.
- label (string): Human-readable name for the address (e.g. 'Binance Hot Wallet 14', 'Uniswap V3 Router').
- category (string): Bucket the label falls into: cex, dex, bridge, stablecoin, nft-marketplace, mev-bot, etc.
- source (string): Where the match came from: in-handler dictionary, etherscan-creation, or unmatched.
---
#### wallet-pnl — $0.05 USDC
URL: https://agentutility.ai/edge-market/wallet-pnl
POST: https://x402.org/v1/wallet-pnl
Price: 0.05 USDC
Method: POST
Category: uncategorized
Tags: edge-market, wallet-analytics, portfolio-tracking, cost-basis, fifo-accounting, realized-pnl, erc-20, 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.
Input schema:
- wallet (string, required): 0x-prefixed 20-byte wallet address.
- token_address (string, required): 0x-prefixed 20-byte ERC-20 contract.
- chain (string, optional): EVM chain. Default 'ethereum'.
Output schema:
- wallet (string): EVM wallet address whose token P&L was computed.
- token (string): ERC-20 contract address of the token analyzed.
- chain (string): EVM chain the wallet and token live on (e.g. ethereum, base, polygon).
- symbol (string): Ticker symbol of the ERC-20 token (e.g. USDC, WETH).
- decimals (string): Number of decimal places the ERC-20 contract uses to format balances.
- tx_count (string): Total transfer count for this wallet/token pair included in the FIFO calculation.
- transfers_in (string): Count of inbound transfers credited to the wallet's FIFO inventory.
- transfers_out (string): Count of outbound transfers consumed against FIFO inventory to realize gains.
- current_balance (string): Wallet's current token balance after applying all in/out transfers, in human units.
- current_price_usd (string): Latest USD spot price per token from CoinGecko at query time.
- cost_basis_usd (string): FIFO cost basis in USD for the wallet's remaining token balance.
- realized_pnl_usd (string): USD profit/loss already locked in by outbound transfers under FIFO accounting.
- unrealized_pnl_usd (string): USD profit/loss on the current balance at current price vs remaining cost basis.
- total_pnl_usd (string): Sum of realized and unrealized USD P&L for this wallet/token/chain triple.
- capped_at (string): Max transfer count the calculation considered (500 if the wallet exceeded the cap).
- coingecko_id (string): CoinGecko asset ID used to fetch historical and current USD prices for the token.
- source (string): Origin of the underlying transfer + price data (e.g. etherscan_v2+coingecko).
---
## EdgeFinance — TradFi signals at agent prices.
URL: https://agentutility.ai/edge-finance
Endpoints: 21
Price range: $0.002 – $0.10 USDC/call
Lead endpoint: 13f-deltas
Pitch: SEC filings, 13F deltas, insider trades, earnings calendars, FDA & FEC, Polymarket × Kalshi spreads — institutional-grade signals priced per call.
Buyer: Investment-research agents, equity-screening bots, journalism automation, prediction-market arbitrage bots, lobbying / political-tracking workflows.
Wedge: Bloomberg + Capital IQ start at $20k/year. EDGAR is free but parsed-and-normalized SEC data isn't. EdgeFinance turns slow, fragmented filings into per-call primitives.
### endpoints
#### 13f-deltas — $0.05 USDC
URL: https://agentutility.ai/edge-finance/13f-deltas
POST: https://x402.org/v1/13f-deltas
Price: 0.05 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, sec-filings, 13f, institutional-holdings, position-changes, hedge-fund-tracking, 13f-deltas
Description: 13F-HR position-delta computation — diff the two most recent 13F-HR filings for an institutional CIK. Returns added/exited/increased/reduced positions with dollar deltas.
Input schema:
- cik (string, required): Institutional manager's SEC CIK (e.g. '0001067983' for Berkshire Hathaway). Required — 13F filings are by CIK only, no ticker.
- limit_holdings (number, optional): Max positions to include in each bucket (added/exited/increased/reduced). 1-50. Default 20.
- min_change_usd (number, optional): Filter out moves smaller than this dollar magnitude. Default 0 (no filter).
Output schema:
- summary (string): Counts of added, exited, increased, and reduced positions plus net dollar delta across the two filings.
---
#### bls-occupational-stats — $0.02 USDC
URL: https://agentutility.ai/edge-finance/bls-occupational-stats
POST: https://x402.org/v1/bls-occupational-stats
Price: 0.02 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, bls, labor-stats, wages, employment, occupational-data, bls-api
Description: BLS Public Data API — wages, employment levels, growth by series ID. Federal public, free. Optional BLS_API_KEY for higher rate-limits.
Input schema:
- series_ids (array, required): Array of BLS series IDs to fetch (e.g. occupational employment, wage, or growth series codes).
- start_year (string, optional): Four-digit starting year for the data range (e.g. "2020").
- end_year (string, optional): Four-digit ending year for the data range (e.g. "2024").
- include_calculations (boolean, optional): When true, BLS returns net/percent change calculations alongside the raw data points.
Output schema:
- series_returned (string): Count of series IDs successfully returned by the BLS API in this response.
---
#### earnings-calendar — $0.03 USDC
URL: https://agentutility.ai/edge-finance/earnings-calendar
POST: https://x402.org/v1/earnings-calendar
Price: 0.03 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, earnings-calendar, sec-filings, sec-edgar, 8-k, 10-q, earnings-dates
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 — no aggregator ToU concerns.
Input schema:
- ticker (string, optional): US-listed ticker (e.g. 'AAPL', 'MSFT'). Either ticker or cik is required.
- cik (string, optional): SEC CIK (zero-padded or numeric, e.g. '0000320193'). Use when ticker is ambiguous or unavailable.
- limit (number, optional): Max earnings-related filings to return. 1-50. Default 8.
- upcoming_only (boolean, optional): If true, only returns the next-earnings estimate plus future-dated filings (skips historical events). Default false.
Output schema:
- event_count (string): Total number of earnings-related filings matched across the requested ticker and date window.
- next_earnings_estimate (string): Projected date of the next earnings release based on the issuer's prior 8-K/10-Q/10-K cadence.
---
#### earnings-call-transcribe — $0.03 USDC
URL: https://agentutility.ai/edge-finance/earnings-call-transcribe
POST: https://x402.org/v1/earnings-call-transcribe
Price: 0.03 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, earnings-call, transcription, whisper, investor-relations, q-and-a, earnings-transcript
Description: Earnings call transcriber. Caller-supplied IR webcast/replay URL → Whisper v3 transcript → optional Venice structured summary (prepared remarks, Q&A, guidance, key metrics).
Input schema:
- audio_url (string, required): Public URL to the IR webcast or replay audio/video file to transcribe.
- ticker (string, optional): Company stock ticker symbol, used to label the transcript and guide structured summary extraction.
- summarize (boolean, optional): If true, runs the Venice structured summary pass over the transcript (prepared remarks, Q&A, guidance, metrics).
- language (string, optional): ISO language code for the audio; defaults to auto-detect if omitted.
Output schema:
- transcript_chars (string): Character count of the full Whisper v3 transcript returned in the response.
- duration_seconds (string): Length of the transcribed audio in seconds, as measured from the source file.
---
#### earnings-transcript — $0.03 USDC
URL: https://agentutility.ai/edge-finance/earnings-transcript
POST: https://x402.org/v1/earnings-transcript
Price: 0.03 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, earnings-call, transcript, whisper, investor-relations, earnings-summary, webcast-transcription
Description: Earnings call transcript generator. Submit any IR webcast or replay URL — Whisper v3 returns a full transcript, plus an optional Venice structured summary (prepared remarks, Q&A, guidance, key metrics). Same backend as earnings-call-transcribe under a clearer slug.
Input schema:
- audio_url (string, required): URL of the earnings call webcast, replay, or audio file to transcribe.
- ticker (string, optional): Stock ticker symbol for the company (e.g., AAPL) to tag the transcript.
- summarize (boolean, optional): If true, returns a Venice structured summary with prepared remarks, Q&A, guidance, and key metrics.
- language (string, optional): ISO language code hint for Whisper v3 transcription (defaults to auto-detect).
Output schema:
- transcript_chars (string): Character count of the returned earnings call transcript.
- duration_seconds (string): Length of the transcribed audio in seconds.
---
#### exchange-rates — $0.002 USDC
URL: https://agentutility.ai/edge-finance/exchange-rates
POST: https://x402.org/v1/exchange-rates
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, forex, exchange-rates, currency-converter, fx-rates, ecb-rates, historical-rates, frankfurter
Description: FX rates / forex / currency converter / USD to EUR / ECB rates / historical exchange rates. Returns the latest or any historical day's exchange rates between currencies, sourced from the European Central Bank via the public Frankfurter API. 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. No auth, commercial-OK.
Input schema:
- base (string, optional): ISO 4217 base currency code (e.g. 'USD', 'EUR'). Default 'USD'.
- quote (any, optional): Single ISO 4217 quote currency, or array of codes. Omit for all available rates.
- date (string, optional): 'latest' (default) or a historical date in YYYY-MM-DD format.
- amount (number, optional): Optional amount in the base currency. When a single quote is supplied, the response includes the converted amount.
Output schema:
- base (string): Base currency code used for the returned rates (e.g. USD, EUR), echoing the request's base parameter.
- date (string): Date of the rates in YYYY-MM-DD format; resolves to the latest ECB publication date when 'latest' was requested.
- rates (string): Object mapping quote currency codes to their exchange rate against the base currency on the given date.
- source (string): Upstream data provider label, identifying the European Central Bank via the Frankfurter API.
---
#### fda-calendar — $0.03 USDC
URL: https://agentutility.ai/edge-finance/fda-calendar
POST: https://x402.org/v1/fda-calendar
Price: 0.03 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, fda, adcomm, drug-approvals, biotech-calendar, regulatory-events, fda-calendar
Description: FDA Advisory Committee meeting calendar. Upcoming + recent AdComm meetings scraped from FDA.gov public pages. Federal public.
Input schema:
- upcoming_only (boolean, optional): If true, return only meetings scheduled in the future (relative to fetched_at). Default false (returns recent + upcoming within the days_back window).
- search (string, optional): Free-text filter applied to meeting title/committee (case-insensitive substring). Examples: 'vaccine', 'oncology', 'cardiovascular'.
- limit (number, optional): Max meetings to return (1-50). Default 25.
Output schema:
- returned (string): JSON payload listing upcoming and recent FDA Advisory Committee meetings scraped from FDA.gov public pages.
---
#### fec-political-contributions — $0.04 USDC
URL: https://agentutility.ai/edge-finance/fec-political-contributions
POST: https://x402.org/v1/fec-political-contributions
Price: 0.04 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, political-contributions, fec, campaign-finance, donor-search, federal-elections, fec-filings
Description: FEC political contributions search via api.open.fec.gov. By donor / committee / candidate / cycle / state / amount. Federal public.
Input schema:
- donor_name (string, optional): Donor name in 'LAST FIRST' format (FEC convention, e.g. 'SMITH JOHN'). Case-insensitive.
- committee_id (string, optional): FEC committee id (recipient), e.g. 'C00401224' for Obama for America.
- candidate_id (string, optional): FEC candidate id (recipient candidate), e.g. 'P80003338'.
- cycle (number, optional): Election cycle (even year, e.g. 2024, 2026). Default: latest available.
- state (string, optional): Donor state, 2-letter code (e.g. 'CA', 'NY').
- min_amount (number, optional): Minimum contribution amount in USD. Default no floor.
- max_amount (number, optional): Maximum contribution amount in USD. Default no ceiling.
- limit (number, optional): Max records to return. 1-100. Default 20.
Output schema:
- total (string): Total count of FEC contribution records matching the query filters across all pages.
- returned (string): Number of contribution records included in this response page.
---
#### insider-form-4 — $0.01 USDC
URL: https://agentutility.ai/edge-finance/insider-form-4
POST: https://x402.org/v1/insider-form-4
Price: 0.01 USDC
Method: POST
Category: finance
Tags: sec, form-4, insider-trading, edgar, stocks, officers, directors, finance, signals, compliance
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.
Input schema:
- ticker (string, optional): US stock ticker (e.g. 'AAPL'). Either ticker or cik required.
- cik (string, optional): SEC Central Index Key.
- limit (number, optional): Max Form 4 filings to return (1-50). Default 10.
- include_derivatives (boolean, optional): Include derivative (option/RSU) transactions. Default true.
Output schema:
- ticker (string): Stock ticker symbol queried (e.g., AAPL, TSLA).
- cik (string): SEC Central Index Key for the company, zero-padded 10-digit identifier used across EDGAR.
- company_name (string): Registered company name as listed on the SEC EDGAR filing.
- form_4_filings (array): Array of normalized Form 4 filings, each containing per-transaction insider trade details.
- filing_count (number): Number of distinct Form 4 filings returned for this ticker.
- total_transactions (number): Total count of individual insider transactions across all returned Form 4 filings.
---
#### insider-trading — $0.01 USDC
URL: https://agentutility.ai/edge-finance/insider-trading
POST: https://x402.org/v1/insider-trading
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, sec-filings, insider-trading, form-4, equities, edgar, officer-transactions
Description: Insider trading feed. Recent SEC Form 4 transactions for any US-listed ticker — 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.
Input schema:
- ticker (string, optional): US-listed ticker (e.g. 'AAPL'). Either ticker or cik is required.
- cik (string, optional): SEC CIK.
- limit (number, optional): Max filings, 1-50. Default 10.
- include_derivatives (boolean, optional): Include derivative transactions (options, warrants, RSUs) alongside non-derivative common stock buys and sales.
Output schema:
- ticker (string): US-listed ticker symbol the Form 4 filings were queried for, echoed back from the request.
- filing_count (string): Number of distinct Form 4 filings returned for the ticker in the requested window.
- total_transactions (string): Total count of individual insider transactions across all returned Form 4 filings.
---
#### kalshi-markets — $0.005 USDC
URL: https://agentutility.ai/edge-finance/kalshi-markets
POST: https://x402.org/v1/kalshi-markets
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: prediction-markets, kalshi, event-contracts, edge-finance, market-data, probabilities, kalshiex
Description: Kalshi markets / event contracts / Kalshi API / CFTC-regulated prediction markets / Kalshi browse / KalshiEX markets list. Pulls live markets from api.elections.kalshi.com with filter by status, series ticker, event ticker, free-text query, minimum volume. Prices converted from cents to 0-1 probabilities for easy cross-venue compare. DATA only — no order entry.
Input schema:
- query (string, optional): Free-text filter on title / ticker / subtitle / event_ticker (substring).
- series_ticker (string, optional): Filter by series (e.g. 'KXELONMARS').
- event_ticker (string, optional): Filter by event ticker.
- status (string, optional): Default 'open'.
- limit (number, optional): 1-200. Default 50.
- cursor (string, optional): Pagination cursor from previous response.
- min_volume (number, optional): Minimum 24-hr volume filter (server-side, on returned page).
Output schema:
- markets (string): Array of Kalshi markets with ticker, title, status, volume, and yes/no prices converted to 0-1 probabilities.
- count (string): Number of markets returned in this response after applying status, ticker, query, and minimum-volume filters.
- cursor (string): Pagination cursor from Kalshi's API; pass back on the next call to fetch the following page of markets.
- attribution (string): Source credit string pointing to Kalshi (api.elections.kalshi.com) as the upstream data provider.
---
#### patent-search — $0.05 USDC
URL: https://agentutility.ai/edge-finance/patent-search
POST: https://x402.org/v1/patent-search
Price: 0.05 USDC
Method: POST
Category: data
Tags: patent, uspto, ip, intellectual-property, prior-art, research, rd, due-diligence, patents
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.
Input schema:
- query (string, required): Free-text search keywords.
- inventor (string, optional): Inventor last name filter. Optional.
- assignee (string, optional): Assignee/owner name filter. Optional.
- cpc (string, optional): CPC classification code (e.g. 'G06N'). Optional.
- date_from (string, optional): Filing-date floor (YYYY-MM-DD). Optional.
- date_to (string, optional): Filing-date ceiling (YYYY-MM-DD). Optional.
- limit (number, optional): Max patents to return (1-50). Default 10.
- summarize (boolean, optional): If true, attach a Venice plain-English summary to the top result.
Output schema:
- query (string): Echoes back the search query string used against the USPTO Open Data Portal.
- total (number): Total count of matching issued patents and published applications found for the query.
- returned (number): Number of patent records actually included in the patents array for this response.
- patents (array): Array of matching patents with title, abstract, inventors, assignees, dates, and CPC classifications.
---
#### polymarket-kalshi-arbitrage — $0.02 USDC
URL: https://agentutility.ai/edge-finance/polymarket-kalshi-arbitrage
POST: https://x402.org/v1/polymarket-kalshi-arbitrage
Price: 0.02 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, prediction-markets, arbitrage, polymarket, kalshi, spread-scanner, cross-venue, market-arbitrage
Description: Polymarket × Kalshi arbitrage scanner / cross-venue prediction market spread / event price arbitrage detector / Polymarket vs Kalshi comparison. Pulls active markets from both venues, fuzzy-matches by title (Jaccard token overlap), and reports pairs whose implied YES probabilities diverge beyond a configurable threshold. Output is data-only: spread metrics, no trade execution. Useful for cross-market sentiment timing and signal triangulation.
Input schema:
- min_spread (number, optional): Minimum |p_poly - p_kalshi| spread to report. 0-1. Default 0.05.
- min_match_score (number, optional): Minimum Jaccard token overlap to treat two titles as the same event. 0-1. Default 0.4.
- scan_limit (number, optional): Max markets to pull from each venue. 10-500. Default 100.
- category (string, optional): Optional Polymarket category filter (substring).
Output schema:
- pairs (string): Array of matched Polymarket/Kalshi market pairs with titles, YES probabilities, spread, and venue links.
- pair_count (string): Number of cross-venue market pairs whose implied YES probability spread exceeded the threshold.
- attribution (string): Source credit string naming Polymarket and Kalshi as the upstream prediction market data providers.
---
#### polymarket-leaderboard — $0.005 USDC
URL: https://agentutility.ai/edge-finance/polymarket-leaderboard
POST: https://x402.org/v1/polymarket-leaderboard
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, polymarket, prediction-markets, leaderboard, top-traders, whale-tracking, profit-rankings
Description: Polymarket leaderboard / top traders / profit leaderboard / Polymarket whales / volume leaderboard / prediction market rankings. Returns the top accounts by realized profit OR notional volume over 1d/1w/1m/all-time windows. Includes proxy wallet, pseudonym, bio, amount in USD. DATA only.
Input schema:
- metric (string, optional): Default 'profit'.
- window (string, optional): Default '1d'.
- limit (number, optional): 1-200. Default 25.
Output schema:
- leaderboard (string): Array of top Polymarket trader entries with proxy wallet, pseudonym, bio, and USD amount for the requested ranking.
- metric (string): Ranking metric used, either realized profit or notional trading volume.
- window (string): Time window for the ranking: 1d, 1w, 1m, or all-time.
- count (string): Number of trader entries returned in the leaderboard array.
- attribution (string): Upstream data source credit for the Polymarket leaderboard figures.
---
#### polymarket-markets — $0.005 USDC
URL: https://agentutility.ai/edge-finance/polymarket-markets
POST: https://x402.org/v1/polymarket-markets
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, prediction-markets, polymarket, betting-odds, event-probabilities, market-liquidity, forecasting, polymarket-gamma
Description: Polymarket markets / prediction market data / Polymarket API / list active prediction markets / crypto-settled betting odds / event odds / Polymarket browse. Pulls live Polymarket markets from gamma-api with filter by category, tag, free-text query, minimum liquidity. Returns market question, current YES/NO outcome prices (implied probabilities), 24-hr volume, liquidity, end date. DATA-ONLY — no trading. Useful for agent forecasting research and arbitrage detection.
Input schema:
- query (string, optional): Free-text filter applied to question + description + slug. Case-insensitive substring match against the current page.
- category (string, optional): Filter by Polymarket category (substring match, e.g. 'Sports', 'Crypto', 'Politics').
- tag (string, optional): Polymarket tag slug filter, passed through to upstream.
- active (boolean, optional): Default true. Pass false to include inactive markets.
- closed (boolean, optional): Default false. Pass true to include closed markets.
- limit (number, optional): 1-100. Default 20.
- offset (number, optional): Pagination offset.
- order (string, optional): Sort field.
- ascending (boolean, optional): Sort direction.
- min_liquidity (number, optional): Minimum liquidity in USD.
Output schema:
- markets (string): Array of Polymarket markets with question, YES/NO prices, 24-hr volume, liquidity, and end date.
- count (string): Number of markets returned in the markets array after filters are applied.
- attribution (string): Source credit for the data, pointing to Polymarket's gamma-api as the upstream provider.
---
#### polymarket-trades — $0.005 USDC
URL: https://agentutility.ai/edge-finance/polymarket-trades
POST: https://x402.org/v1/polymarket-trades
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, polymarket, prediction-markets, trade-feed, on-chain-trades, wallet-history, market-data, polymarket-trades
Description: Polymarket trades / recent prediction market trades / on-chain bet history / Polymarket trade feed / Polymarket data API. Pulls recent trades from a Polymarket market (by slug or conditionId) or for a specific wallet. Returns side, size, price, timestamp, trader pseudonym, on-chain tx hash, and computed notional USD. DATA only.
Input schema:
- market (string, optional): Market slug (e.g. 'will-x-happen') OR conditionId (0x...). Optional.
- user (string, optional): Polymarket proxy wallet address to filter by. Optional.
- limit (number, optional): 1-500. Default 50.
- offset (number, optional): Pagination offset.
- side (string, optional): Filter by side.
- after_ts (number, optional): Unix seconds. Only trades after.
- before_ts (number, optional): Unix seconds. Only trades before.
Output schema:
- trades (string): Array of recent Polymarket trades with side, size, price, timestamp, trader pseudonym, and on-chain tx hash.
- count (string): Number of trades returned in the trades array for the requested market or wallet.
- total_notional_usd (string): Sum of notional USD value across all returned trades, computed as size times price.
- attribution (string): Source credit string pointing to Polymarket as the upstream data provider for these trades.
---
#### sec-filing — $0.01 USDC
URL: https://agentutility.ai/edge-finance/sec-filing
POST: https://x402.org/v1/sec-filing
Price: 0.01 USDC
Method: POST
Category: finance
Tags: sec, edgar, 10-k, 10-q, 8-k, s-1, filings, annual-report, earnings, finance, stocks, ipo, due-diligence
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.
Input schema:
- ticker (string, optional): US stock ticker (e.g. 'AAPL'). Either ticker or cik required.
- cik (string, optional): SEC Central Index Key (10-digit, with or without leading zeros).
- form_type (string, optional): Filing type to fetch. Default '10-K'. Supports '10-K', '10-Q', '8-K', 'S-1', 'DEF 14A', '4', '13F-HR'.
- limit (number, optional): Max filings to return (1-20). Default 5.
- summarize (boolean, optional): If true, run latest filing through Venice for an executive summary tuned to the form type.
- include_text (boolean, optional): If true, return full clean-text body of the latest filing (capped at 200k chars).
Output schema:
- ticker (string): Stock ticker symbol resolved for the company (e.g., AAPL, MSFT), uppercase.
- cik (string): SEC Central Index Key, the 10-digit zero-padded identifier EDGAR uses for the filer.
- company_name (string): Registrant's legal name as recorded on the filing.
- form_type (string): EDGAR form code returned (10-K, 10-Q, 8-K, S-1, S-4, DEF 14A, 4, or 13F-HR).
- filings (array): List of matching filings with accession number, filing date, period, and document URLs.
- summary (object): Optional Venice-generated executive summary object with key sections tuned to the form type.
- text (string): Cleaned plain-text body of the filing with HTML, XBRL tags, and boilerplate stripped.
- text_chars (number): Character count of the cleaned text field, useful for token budgeting downstream.
---
#### trademark-search — $0.03 USDC
URL: https://agentutility.ai/edge-finance/trademark-search
POST: https://x402.org/v1/trademark-search
Price: 0.03 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, trademark, uspto, tsdr, ip-lookup, brand-clearance, trademark-search
Alias of: uspto-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.
Input schema:
- serial_number (string, optional): 8-digit USPTO serial number (e.g. '78787878').
- registration_number (string, optional): 7-digit USPTO registration number (e.g. '3000000').
Output schema:
- found (string): Boolean-style flag indicating whether a matching USPTO trademark record was located for the queried serial or registration number.
- mark_text (string): Literal text of the trademark as registered or applied for with the USPTO.
- status_category (string): High-level status bucket for the mark such as live, dead, pending, registered, or abandoned.
- filing_date (string): Date the trademark application was filed with the USPTO, typically in ISO YYYY-MM-DD format.
---
#### uspto-tm-name-search — $0.10 USDC
URL: https://agentutility.ai/edge-finance/uspto-tm-name-search
POST: https://x402.org/v1/uspto-tm-name-search
Price: 0.10 USDC
Method: POST
Category: uncategorized
Tags: trademark-search, brand-clearance, uspto, wordmark-lookup, ip-search, freedom-to-use, tm-screening
Description: USPTO trademark name search / free-text TM search / wordmark search / brand-name clearance / freedom-to-use check. The companion to uspto-trademark-search (which is lookup-by-id only) — does the search USPTO does not expose as a free API. Returns active or all registered marks matching the query, with serial number, wordmark text, status, registration date, owner, and goods/services description. Source: MarkerAPI indexer of USPTO wordmarks. Screening tool only — not a substitute for a TM attorney clearance search.
Input schema:
- query (string, required): Wordmark text to search (1-100 chars, e.g. 'APPLE', 'agentutility'). Matches active USPTO trademark wordmarks; case-insensitive.
- status (string, optional): 'active' (default — Live registrations only, what you usually want for clearance) or 'all' (includes abandoned, expired, cancelled).
- start (number, optional): Pagination offset (1-indexed). Default 1. Each page returns up to 100 hits.
Output schema:
- query (string): Echo of the search term used to find matching USPTO trademarks.
- count (string): Total number of registered marks matching the query in the MarkerAPI index.
- returned (string): Number of trademark records included in this response (may be capped below count).
- trademarks (string): Array of matching marks with serial number, wordmark text, status, registration date, owner, and goods/services.
- source (string): Upstream data provider for the trademark records, typically MarkerAPI's USPTO wordmark index.
---
#### uspto-trademark-search — $0.03 USDC
URL: https://agentutility.ai/edge-finance/uspto-trademark-search
POST: https://x402.org/v1/uspto-trademark-search
Price: 0.03 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, trademark, uspto, tsdr, trademark-search, brand-clearance, ip-lookup, serial-lookup
Description: USPTO trademark status / TSDR lookup. Look up a US trademark by serial number or registration number. Returns mark text, owner, status, filing date, classes, goods/services. Federal public TSDR API.
Input schema:
- serial_number (string, optional): 8-digit USPTO serial number (e.g. '78787878').
- registration_number (string, optional): 7-digit USPTO registration number (e.g. '3000000').
Output schema:
- mark_text (string): Literal element of the trademark (the word, phrase, or stylized text as registered with the USPTO).
- status_category (string): Current TSDR status category for the mark, such as live, dead, pending, registered, or abandoned.
- filing_date (string): Date the trademark application was filed with the USPTO, in ISO 8601 (YYYY-MM-DD) format.
---
#### xbrl-financials — $0.05 USDC
URL: https://agentutility.ai/edge-finance/xbrl-financials
POST: https://x402.org/v1/xbrl-financials
Price: 0.05 USDC
Method: POST
Category: uncategorized
Tags: edge-finance, sec-filings, xbrl, fundamentals, financial-statements, ticker-lookup, earnings-data, 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 — Bloomberg-killer for fundamentals.
Input schema:
- ticker (string, optional): US-listed ticker (e.g. 'AAPL', 'MSFT'). Either ticker or cik is required.
- cik (string, optional): SEC CIK (zero-padded or numeric, e.g. '0000320193'). Use when ticker is ambiguous or unavailable.
- metrics (array, optional): Aliases of financial metrics to return, e.g. ['revenue', 'net_income', 'eps_diluted', 'total_assets', 'cash']. See available_metric_aliases in response. Default: a curated set.
- unit (string, optional): Filter values to one unit. Default 'any'.
- limit_per_metric (number, optional): Max datapoints returned per metric. 1-50. Default 10 (most-recent-first).
- fy_only (boolean, optional): If true, only fiscal-year (10-K) values are returned, skipping quarterly 10-Q data. Default false.
Output schema:
- ticker (string): Stock ticker symbol of the US-listed company the financials belong to (e.g. AAPL, MSFT).
- company_name (string): Registered company name from the SEC filing matching the requested ticker.
- series (string): Reporting period series (e.g. annual 10-K or quarterly 10-Q) for the returned line items.
---
## Synthforge — Generative media for agents that ship products.
URL: https://agentutility.ai/synthforge
Endpoints: 14
Price range: $0.01 – $0.30 USDC/call
Lead endpoint: image-generate-ultra
Pitch: Image, video, music, voice generation across three price tiers. One API surface, USDC-settled, no SaaS account.
Buyer: Marketing-automation agents, content pipelines, e-commerce listing generators, ad-creative bots, podcast / audio production agents.
Wedge: OpenAI / Replicate / Fal / ElevenLabs each have great APIs but require separate keys and separate billing. Synthforge collapses the stack into one paid endpoint per capability.
### endpoints
#### image-edit — $0.02 USDC
URL: https://agentutility.ai/synthforge/image-edit
POST: https://x402.org/v1/image-edit
Price: 0.02 USDC
Method: POST
Category: uncategorized
Tags: synthforge, image-editing, instruction-edit, text-to-image-edit, nano-banana, mask-free-edit, photo-editor
Description: Image edit / instruction-based image edit / text-driven photo edit / nano-banana image editor / GPT-image-2 edit. Mask-free instruction-driven image editing — describe the change in text and the model applies it to the whole image. Default model: nano-banana-pro. Returns a permanent fal-hosted PNG URL.
Input schema:
- image_url (string, required): Public http(s) URL of the source image.
- prompt (string, required): Edit instructions in plain English.
- model (string, optional): Override the model. Default 'nano-banana-pro'.
Output schema:
- image_url (string): Permanent fal-hosted PNG URL of the edited image.
- model (string): Model that ran the edit (default nano-banana-pro).
- prompt (string): Echoed text instruction that described the edit applied to the source image.
- venice_request_id (string): Upstream provider request ID for the edit job, useful for tracing or support.
- source (string): Upstream backend that served the edit (e.g. fal, venice).
---
#### image-expand — $0.15 USDC
URL: https://agentutility.ai/synthforge/image-expand
POST: https://x402.org/v1/image-expand
Price: 0.15 USDC
Method: POST
Category: ai
Tags: outpaint, expand, image, ai, bria, generative
Description: AI image outpainting / image expansion. Bria Expand model. Generates realistic content beyond original borders. Set canvas size + original placement. Commercial-license model.
Input schema:
- image_url (string, required): Public URL of the source image.
- canvas_width (number, required): Final canvas width in pixels (256-4096).
- canvas_height (number, required): Final canvas height in pixels (256-4096).
- original_width (number, optional): Width to render the original at within the new canvas.
- original_height (number, optional): Height to render the original at within the new canvas.
- original_x (number, optional): X position of the original (top-left) within the canvas.
- original_y (number, optional): Y position of the original (top-left) within the canvas.
- prompt (string, optional): Optional guidance for the generated regions.
- seed (number, optional): Optional seed for reproducibility (0 to 2^31-1).
Output schema:
- image_url (string): URL of the outpainted image with generated content extending beyond the original borders.
- width (number): Final canvas width in pixels after expansion.
- height (number): Final canvas height in pixels after expansion.
- file_size_bytes (number): Size of the output image file in bytes.
- seed (number): Random seed used by the Bria Expand model for this generation, reusable for reproducible results.
- source_url (string): URL of the original input image that was expanded.
---
#### image-generate — $0.01 USDC
URL: https://agentutility.ai/synthforge/image-generate
POST: https://x402.org/v1/image-generate
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: image-generation, text-to-image, ai-art, synthforge, venice, z-image-turbo, chroma, anime
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.
Input schema:
- prompt (string, required): Image description. Up to 2000 chars.
- width (number, optional): Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024.
- height (number, optional): Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024.
- tier (string, optional): Model shorthand. Default 'fast'.
- model (string, optional): Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35.
- steps (number, optional): Diffusion steps. Optional; depends on model.
- cfg_scale (number, optional): Classifier-free guidance scale. Optional.
- seed (number, optional): Random seed. Optional.
- negative_prompt (string, optional): Negative prompt. Optional.
Output schema:
- image_url (string): Permanent fal-hosted PNG URL of the generated image.
- model (string): Underlying Venice model that produced the image (z-image-turbo, chroma, wai-Illustrious, or venice-sd35).
- width (string): Pixel width of the returned PNG as a string.
- height (string): Pixel height of the returned PNG as a string.
- tier (string): Which tier was used: fast, creative, anime, or sd35.
- prompt (string): Text prompt that was sent to the image model.
- seed (number): Numeric seed used for generation, useful for reproducing the same image.
- elapsed_ms (number): Wall-clock time in milliseconds from request to PNG URL ready.
- venice_request_id (string): Upstream Venice request ID for tracing or support lookups.
- source (string): Backend provider tag, e.g. venice, identifying who actually ran the model.
---
#### image-generate-pro — $0.10 USDC
URL: https://agentutility.ai/synthforge/image-generate-pro
POST: https://x402.org/v1/image-generate-pro
Price: 0.10 USDC
Method: POST
Category: uncategorized
Tags: image-generation, text-to-image, synthforge, flux-2-pro, recraft, seedream, text-in-image, premium-image
Description: Image generate (pro) / premium text-to-image / Flux 2 Pro / Recraft / Seedream / Qwen Image 2 Pro / xAI Grok Imagine. Premium multi-model lineup for photoreal, design/illustration, text-in-image, and stylized art. Tiers: 'balanced' (flux-2-pro, default), 'max' (flux-2-max), 'text' (qwen-image-2-pro — best at rendering text in images), 'recraft' (recraft-v4), 'seedream' (seedream-v4), 'grok' (grok-imagine-image), 'art' (imagineart-1.5-pro), 'hunyuan' (hunyuan-image-v3). For flagship Google/OpenAI models use image-generate-ultra. Returns a permanent fal-hosted PNG URL.
Input schema:
- prompt (string, required): Image description. Up to 3000 chars.
- width (number, optional): Output width in pixels. Range [256, 2048]. Default 1024.
- height (number, optional): Output height in pixels. Range [256, 2048]. Default 1024.
- tier (string, optional): Model shorthand. balanced=flux-2-pro (default), max=flux-2-max, text=qwen-image-2-pro, recraft=recraft-v4, seedream=seedream-v4, grok=grok-imagine-image, art=imagineart-1.5-pro, hunyuan=hunyuan-image-v3.
- model (string, optional): Override the model. Allowed: flux-2-pro, flux-2-max, qwen-image-2-pro, qwen-image-2, recraft-v4, seedream-v4, seedream-v5-lite, grok-imagine-image, imagineart-1.5-pro, hunyuan-image-v3, wan-2-7-text-to-image.
- steps (number, optional): Diffusion steps. Optional; depends on model.
- cfg_scale (number, optional): Classifier-free guidance scale. Optional.
- seed (number, optional): Random seed. Optional.
- negative_prompt (string, optional): Negative prompt. Optional.
Output schema:
- image_url (string): Permanent fal-hosted PNG URL for the generated image.
- model (string): Underlying model slug that produced the image (e.g. flux-2-pro, qwen-image-2-pro, recraft-v4).
- width (number): Pixel width of the generated image.
- height (number): Pixel height of the generated image.
- tier (string): Tier selector echoed back: balanced, max, text, recraft, seedream, grok, art, or hunyuan.
- prompt (string): Text prompt used to generate the image.
- seed (number): Random seed used by the model; reuse for reproducible outputs.
- elapsed_ms (number): Server-side generation time in milliseconds.
- venice_request_id (string): Upstream request ID from the fal/Venice generation call for support and debugging.
- source (string): Upstream provider that served the generation (e.g. fal, venice).
---
#### image-generate-ultra — $0.30 USDC
URL: https://agentutility.ai/synthforge/image-generate-ultra
POST: https://x402.org/v1/image-generate-ultra
Price: 0.30 USDC
Method: POST
Category: uncategorized
Tags: synthforge, image-generation, text-to-image, nano-banana-pro, gpt-image-2, recraft-v4-pro, grok-imagine, flagship-models
Description: Image generate (ultra) / flagship text-to-image / Google nano-banana-pro (Gemini Image 3) / OpenAI gpt-image-2 / Recraft V4 Pro / xAI Grok SOTA. Top proprietary models for the highest quality output. Tiers: 'nano-banana' (nano-banana-pro, default — Google Gemini Image 3), 'nano-banana-2' (cheaper Google variant), 'gpt' (gpt-image-2 — OpenAI flagship), 'gpt-1-5' (gpt-image-1-5), 'recraft-pro' (recraft-v4-pro), 'grok-sota' (grok-imagine-image-quality). Output is capped to 1024x1024 to keep wholesale within retail; for higher resolution, chain image-upscale. Returns a permanent fal-hosted PNG URL.
Input schema:
- prompt (string, required): Image description. Up to 5000 chars.
- width (number, optional): Output width in pixels. Range [256, 1024]. Default 1024.
- height (number, optional): Output height in pixels. Range [256, 1024]. Default 1024.
- tier (string, optional): Model shorthand. nano-banana=nano-banana-pro (default), nano-banana-2=nano-banana-2, gpt=gpt-image-2, gpt-1-5=gpt-image-1-5, recraft-pro=recraft-v4-pro, grok-sota=grok-imagine-image-quality.
- model (string, optional): Override the model. Allowed: nano-banana-pro, nano-banana-2, gpt-image-2, gpt-image-1-5, recraft-v4-pro, grok-imagine-image-quality.
- steps (number, optional): Diffusion steps. Optional; depends on model.
- cfg_scale (number, optional): Classifier-free guidance scale. Optional.
- seed (number, optional): Random seed. Optional.
- negative_prompt (string, optional): Negative prompt. Optional.
Output schema:
- image_url (string): Permanent fal-hosted PNG URL for the generated 1024x1024 image.
- model (string): Underlying provider model ID that produced the image (e.g. nano-banana-pro, gpt-image-2, recraft-v4-pro).
- width (number): Pixel width of the returned image, capped at 1024.
- height (number): Pixel height of the returned image, capped at 1024.
- tier (string): Tier slug selected for this call: nano-banana, nano-banana-2, gpt, gpt-1-5, recraft-pro, or grok-sota.
- prompt (string): Text prompt that was sent to the underlying model.
- seed (number): Random seed used for generation, when the provider exposes one.
- elapsed_ms (number): Wall-clock time in milliseconds spent generating the image upstream.
- venice_request_id (string): Upstream request ID for tracing this generation across logs.
- source (string): Upstream provider tag (google, openai, recraft, xai) that served the request.
---
#### image-inpaint — $0.02 USDC
URL: https://agentutility.ai/synthforge/image-inpaint
POST: https://x402.org/v1/image-inpaint
Price: 0.02 USDC
Method: POST
Category: uncategorized
Tags: synthforge, image-editing, inpainting, mask-edit, generative-fill, object-replacement, gpt-image-2
Description: Image inpainting / mask-based image edit / fill in masked region / object replacement / face swap (mask-driven) / generative fill. Replaces the masked region of an image with content matching a text prompt. White pixels in the mask = region to inpaint. Default model: gpt-image-2. Returns a permanent fal-hosted PNG URL.
Input schema:
- image_url (string, required): Public http(s) URL of the source image.
- mask_url (string, required): Public http(s) URL of the mask image (white = inpaint region; black = keep).
- prompt (string, required): What to fill the masked region with.
- model (string, optional): Override the inpaint model. Default 'gpt-image-2'.
Output schema:
- image_url (string): Permanent fal-hosted PNG URL of the inpainted result image with the masked region replaced.
- model (string): Identifier of the inpainting model used to generate the edit, e.g. gpt-image-2.
- prompt (string): Echoes the text prompt that guided what content to fill into the masked region.
- venice_request_id (string): Upstream request ID from the Venice/fal generation call, useful for tracing or support lookups.
- source (string): Tag identifying the upstream provider that produced the inpaint, e.g. fal or venice.
---
#### image-to-video — $0.20 USDC
URL: https://agentutility.ai/synthforge/image-to-video
POST: https://x402.org/v1/image-to-video
Price: 0.20 USDC
Method: POST
Category: uncategorized
Tags: synthforge, video-generation, image-to-video, animation, seedance, motion-from-photo
Description: Image-to-video / animate still image / Seedance image-to-video / motion-from-photo / camera-movement on photo. Animates a still image into video via Venice's seedance-2-0-fast-image-to-video. Optional prompt steers the motion (camera moves, subject motion). Same async-vs-sync handling as text-to-video.
Input schema:
- image_url (string, required): Public http(s) URL of the source image.
- prompt (string, optional): Optional motion description (e.g. 'camera slowly zooms in').
- duration (string, optional): Clip length. Default '5s'.
- aspect_ratio (string, optional): Aspect ratio. Default '16:9'.
- resolution (string, optional): Resolution. Default '720p'.
- model (string, optional): Override the model. Default 'seedance-2-0-fast-image-to-video'.
Output schema:
- video_url (string): Signed URL to the generated MP4 animated from the source image.
- duration (string): Video length in seconds (e.g., "5s").
- aspect_ratio (string): Output aspect ratio inherited from the source image (e.g., "16:9", "9:16").
- resolution (string): Output video resolution (e.g., "720p").
- model (string): Venice model used, typically "seedance-2-0-fast-image-to-video".
- prompt (string): Echo of the optional motion prompt that steered camera/subject movement.
- venice_request_id (string): Venice's upstream job ID for the image-to-video render, useful for debugging.
- source (string): Origin tag for the render, e.g., "venice" or "cache".
---
#### music-generate — $0.05 USDC
URL: https://agentutility.ai/synthforge/music-generate
POST: https://x402.org/v1/music-generate
Price: 0.05 USDC
Method: POST
Category: uncategorized
Tags: synthforge, music-generation, text-to-music, ai-music, generative-audio, instrumental, vocals, minimax-music
Description: Music generation / text-to-music / AI music / generative song / instrumental and vocal music. Text-to-music via Venice with the minimax-music-v26 model. Optional lyrics input. Duration 5-120 seconds. Returns a permanent fal-hosted audio URL (or a Venice-hosted URL when Venice already provides one).
Input schema:
- prompt (string, required): Genre / mood / instrumentation description.
- duration_seconds (number, optional): Length in seconds. Range [5, 120]. Default 30.
- lyrics (string, optional): Optional lyrics. The model will sing them.
- model (string, optional): Override the model. Default 'minimax-music-v26'.
Output schema:
- audio_url (string): Permanent URL to the generated audio file, fal-hosted by default or Venice-hosted when Venice supplies one.
- duration_seconds (string): Length of the generated track in seconds, between 5 and 120 as requested in the input.
- model (string): Model identifier used to generate the track, typically minimax-music-v26 on Venice.
- prompt (string): Text prompt describing the music to generate, echoed back from the input for reference.
- venice_request_id (string): Venice-side request identifier for the generation job, useful for tracing or support follow-up.
- source (string): Origin of the audio URL, either fal (re-hosted) or venice (direct Venice-hosted asset).
---
#### remove-bg — $0.08 USDC
URL: https://agentutility.ai/synthforge/remove-bg
POST: https://x402.org/v1/remove-bg
Price: 0.08 USDC
Method: POST
Category: ai
Tags: background, rembg, image, remove, transparent
Description: AI background remover / background eraser / cutout tool. Returns transparent PNG. Optional crop_to_bbox. fal.ai imageutils/rembg.
Input schema:
- image_url (string, required): Source image URL to remove the background from; returns a transparent PNG cutout of the foreground subject.
- crop_to_bbox (boolean, optional): Default false.
Output schema:
- image_url (string): URL of the resulting transparent PNG with the background removed.
- width (number): Width of the output PNG in pixels.
- height (number): Height of the output PNG in pixels.
- file_size_bytes (number): Size of the returned PNG file in bytes.
- content_type (string): MIME type of the returned image, typically image/png.
- crop_to_bbox (boolean): Whether the output was cropped to the subject's bounding box rather than keeping original canvas dimensions.
- source_url (string): Echo of the input image_url that was processed.
---
#### seedance-video — $0.20 USDC
URL: https://agentutility.ai/synthforge/seedance-video
POST: https://x402.org/v1/seedance-video
Price: 0.20 USDC
Method: POST
Category: uncategorized
Tags: seedance, video, text-to-video, ai, generative, venice
Alias of: text-to-video
Description: Seedance 2.0 / Seedance 2.0 video generation / Seedance video AI / generative AI video / text-to-video AI / cinematic AI clips on AI Gateway. Powered by Venice's seedance-2-0-fast-text-to-video model. Duration / aspect-ratio / resolution configurable. Same backend as text-to-video under a model-named slug for direct discovery by agents searching for 'Seedance'.
Input schema:
- prompt (string, required): Video scene description.
- duration (string, optional): Clip length, e.g. '5s' or '10s'. Default '5s'.
- aspect_ratio (string, optional): Aspect ratio: '16:9', '9:16', '1:1', '4:3'. Default '16:9'.
- resolution (string, optional): Video resolution: '720p', '480p'. Default '720p'.
- model (string, optional): Override the model. Default 'seedance-2-0-fast-text-to-video'.
Output schema:
- video_url (string): URL to the generated MP4 clip from Venice's seedance-2-0-fast-text-to-video model.
- duration (string): Clip length in seconds as configured for the generation request.
- aspect_ratio (string): Frame aspect ratio of the output clip (e.g. 16:9, 9:16, 1:1).
- resolution (string): Output video resolution label (e.g. 720p, 1080p) for the rendered clip.
- model (string): Venice model slug used, typically seedance-2-0-fast-text-to-video.
- prompt (string): Text prompt echoed back that drove the Seedance video generation.
- venice_request_id (string): Upstream Venice AI Gateway request ID for tracing this generation.
- source (string): Upstream backend identifier, typically venice, indicating which provider rendered the clip.
---
#### sound-effect-generate — $0.01 USDC
URL: https://agentutility.ai/synthforge/sound-effect-generate
POST: https://x402.org/v1/sound-effect-generate
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: sound-effects, text-to-sfx, foley, audio-generation, ambient-audio, synthforge, elevenlabs-sfx
Description: Sound effect generation / text-to-SFX / Foley generator / ElevenLabs sound effects / ambient audio synth. Text-to-SFX via Venice with elevenlabs-sound-effects-v2. Duration 0.5-22 seconds. Returns a permanent fal-hosted audio URL (or Venice-hosted when applicable).
Input schema:
- prompt (string, required): Sound description.
- duration_seconds (number, optional): Length in seconds. Range [0.5, 22]. Default 5.
- model (string, optional): Override the model. Default 'elevenlabs-sound-effects-v2'.
Output schema:
- audio_url (string): Permanent URL to the generated sound effect file, hosted on fal.media or Venice depending on backend.
- duration_seconds (string): Length of the generated audio clip in seconds, between 0.5 and 22.
- model (string): Model identifier used for synthesis, typically elevenlabs-sound-effects-v2 via Venice.
- prompt (string): Text prompt describing the sound effect or Foley that was generated.
- venice_request_id (string): Venice API request identifier for the generation call, useful for support and debugging.
- source (string): Backend provider that produced the audio, such as venice or fal.
---
#### text-to-speech — $0.05 USDC
URL: https://agentutility.ai/synthforge/text-to-speech
POST: https://x402.org/v1/text-to-speech
Price: 0.05 USDC
Method: POST
Category: ai
Tags: tts, speech, audio, voice, ai
Description: Text to speech / TTS / voice generator. Venice TTS (Kokoro / xAI / ElevenLabs / Orpheus / MiniMax / Gemini). 30+ voices, 6 audio formats. Returns hosted MP3 URL.
Input schema:
- text (string, required): Max 4000 chars.
- voice (string, optional): Default 'af_sky'.
- model (string, optional): Default 'tts-kokoro'. Other options: tts-xai-v1, tts-elevenlabs-turbo-v2-5, tts-orpheus, etc.
- speed (number, optional): 0.25-4. Default 1.
- format (string, optional): mp3 (default), wav, opus, aac, flac.
Output schema:
- audio_url (string): Hosted MP3 URL pointing to the generated speech audio file.
- file_size_bytes (number): Size of the generated MP3 file in bytes.
- content_type (string): MIME type of the audio file, typically audio/mpeg for MP3 output.
- format (string): Audio container format returned, one of 6 supported formats (mp3, opus, aac, flac, wav, pcm).
- voice (string): Voice identifier used for synthesis, drawn from the 30+ available voices.
- model (string): TTS model that produced the audio (Kokoro, xAI, ElevenLabs, Orpheus, MiniMax, or Gemini).
- speed (number): Playback speed multiplier applied during synthesis, where 1.0 is normal pace.
- input_chars (number): Character count of the input text that was synthesized into speech.
---
#### text-to-video — $0.20 USDC
URL: https://agentutility.ai/synthforge/text-to-video
POST: https://x402.org/v1/text-to-video
Price: 0.20 USDC
Method: POST
Category: uncategorized
Tags: synthforge, text-to-video, video-generation, generative-video, ai-video, seedance, prompt-to-video
Description: Text-to-video / AI video / Seedance / generative video / cinematic clip from prompt. Text-to-video via Venice's seedance-2-0-fast-text-to-video. Duration / aspect-ratio / resolution configurable. The synchronous path has a 22s budget; if Venice can't return inline within that window, the response surfaces a job_id + poll_url for the caller to resolve later.
Input schema:
- prompt (string, required): Video scene description.
- duration (string, optional): Clip length, e.g. '5s' or '10s'. Default '5s'.
- aspect_ratio (string, optional): Aspect ratio: '16:9', '9:16', '1:1', '4:3'. Default '16:9'.
- resolution (string, optional): Video resolution: '720p', '480p'. Default '720p'.
- model (string, optional): Override the model. Default 'seedance-2-0-fast-text-to-video'.
Output schema:
- video_url (string): Signed URL to the generated MP4 clip; download before it expires.
- duration (string): Clip length in seconds, matching the requested duration parameter.
- aspect_ratio (string): Aspect ratio of the rendered video, e.g. 16:9 or 9:16.
- resolution (string): Output resolution of the clip, e.g. 720p or 1080p.
- model (string): Venice model that produced the clip, typically seedance-2-0-fast-text-to-video.
- prompt (string): Text prompt that was sent to Venice to generate the video.
- venice_request_id (string): Upstream Venice request ID for tracing or support tickets.
- source (string): Origin tag for the result, e.g. venice or cached.
---
#### voice — $0.05 USDC
URL: https://agentutility.ai/synthforge/voice
POST: https://x402.org/v1/voice
Price: 0.05 USDC
Method: POST
Category: ai
Tags: tts, speech, audio, voice, ai
Description: Text-to-speech / TTS / voice synthesis. Venice TTS (Kokoro/xAI/ElevenLabs/Orpheus/MiniMax). 30+ voices, MP3/WAV/OPUS/AAC/FLAC.
Input schema:
- text (string, required): Max 4000 chars.
- voice (string, optional): Default 'af_sky'.
- model (string, optional): Default 'tts-kokoro'. Other options: tts-xai-v1, tts-elevenlabs-turbo-v2-5, tts-orpheus, etc.
- speed (number, optional): 0.25-4. Default 1.
- format (string, optional): mp3 (default), wav, opus, aac, flac.
Output schema:
- audio_url (string): Signed URL to the generated audio file hosted on R2 or similar object storage.
- file_size_bytes (number): Size of the generated audio file in bytes.
- content_type (string): MIME type of the audio response, like audio/mpeg or audio/wav.
- format (string): Audio container/codec returned: mp3, wav, opus, aac, or flac.
- voice (string): Voice ID used for synthesis from the 30+ Venice TTS voices.
- model (string): TTS model that produced the audio: Kokoro, xAI, ElevenLabs, Orpheus, or MiniMax.
- speed (number): Playback speed multiplier applied during synthesis, where 1.0 is normal pace.
- input_chars (number): Number of characters in the input text that were synthesized.
---
## Mediakit — One endpoint per format. Pay per call.
URL: https://agentutility.ai/mediakit
Endpoints: 50
Price range: $0.002 – $0.20 USDC/call
Lead endpoint: pdf-to-markdown
Pitch: 50 endpoints for PDF, image, video, audio, office, OCR, transcription, watermarking, and format conversion. Whatever the user hands the agent, the agent can handle.
Buyer: Document-processing pipelines, RAG ingestion, podcast → blog workflows, accessibility automation, invoice processing.
Wedge: CloudConvert and Convertio are human-first. None sell per-call to agents without a subscription. Mediakit is the paid file-conversion API for AI workflows.
### endpoints
#### audio-loudnorm — $0.02 USDC
URL: https://agentutility.ai/mediakit/audio-loudnorm
POST: https://x402.org/v1/audio-loudnorm
Price: 0.02 USDC
Method: POST
Category: media
Tags: audio, loudnorm, podcast, normalization, ebu-r128
Description: Audio loudness normalizer (EBU R128 LUFS). Podcast / Spotify / YouTube target presets (-23 / -16 / -14). Two-pass dynamic mode. Returns hosted MP3.
Input schema:
- audio_url (string, required): Public URL of an audio or video file to normalize. Must be HTTPS-accessible.
- target_lufs (number, optional): Target integrated loudness in LUFS. Defaults to -16 (podcast/Spotify standard). Range: -30 to -10. Common targets: -23 (broadcast/EBU R128), -16 (podcast), -14 (YouTube/Apple Music).
- true_peak (number, optional): Maximum true peak in dBTP. Defaults to -1.5. Range: -9 to 0.
Output schema:
- audio_url (string): URL of the normalized audio file (hosted by fal.ai)
- duration_seconds (number): Duration of the source audio in seconds
- target_lufs (number): The LUFS target that was applied
- true_peak (number): The true peak limit that was applied
- source_url (string): Echo of the input URL
---
#### audio-transcribe — $0.01 USDC
URL: https://agentutility.ai/mediakit/audio-transcribe
POST: https://x402.org/v1/audio-transcribe
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: mediakit, audio, transcription, speech-to-text, asr, whisper, subtitles, whisper-large-v3
Description: Audio transcribe / speech-to-text / Whisper-large / multi-language ASR / OpenAI Whisper API compat. Server-side fetches the audio URL (max 25 MB), relays to Venice's audio/transcriptions endpoint with whisper-large-v3, and returns the transcript with detected language, duration, and per-segment timestamps when response_format='verbose_json' (default). Also supports raw text, SRT, and VTT outputs.
Input schema:
- audio_url (string, required): Public http(s) URL of the audio file (mp3, wav, m4a, ogg, flac, webm). Up to 25 MB.
- language (string, optional): BCP-47 language hint (e.g. 'en', 'es'). 'auto' or omitted = auto-detect.
- model (string, optional): Override the model. Default 'openai/whisper-large-v3'.
- response_format (string, optional): Output format. Default 'verbose_json' (transcript + segments).
Output schema:
- transcript (string): Full transcribed text of the audio, concatenated across all detected speech segments.
- language_detected (string): ISO 639-1 code of the language Whisper auto-detected in the audio (e.g. 'en', 'es', 'fr').
- duration_seconds (string): Length of the source audio in seconds, as reported by Whisper after decoding.
- segments (string): Array of per-segment objects with start/end timestamps and text, present when response_format is verbose_json.
- response_format (string): Output format used: verbose_json (default), json, text, srt, or vtt.
- model (string): Whisper model used for transcription, fixed to 'whisper-large-v3' via Venice's audio/transcriptions endpoint.
- bytes_in (string): Size in bytes of the audio file fetched from the source URL before relay to Whisper.
- source (string): Original audio URL the server fetched and transcribed (echoed back from the request).
---
#### compress-pdf — $0.005 USDC
URL: https://agentutility.ai/mediakit/compress-pdf
POST: https://x402.org/v1/compress-pdf
Price: 0.005 USDC
Method: POST
Category: media
Tags: pdf, compress, optimize, shrink
Description: PDF compressor / PDF size reducer. CloudConvert optimize task. Profiles: web (default), print, archive, mrc (scanned), max. Reports % saved.
Input schema:
- pdf_url (string, required): Public URL of the PDF to compress.
- profile (string, optional): 'web' (default), 'print', 'archive', 'mrc', 'max'.
Output schema:
- pdf_url (string): Signed URL to download the compressed PDF output.
- original_size_bytes (number): Byte size of the source PDF before compression.
- compressed_size_bytes (number): Byte size of the output PDF after CloudConvert optimization.
- saved_percent (number): Percent reduction in file size from original to compressed.
- profile (string): Optimization profile applied: web, print, archive, mrc, or max.
- source_url (string): Echo of the input PDF URL that was compressed.
- job_id (string): CloudConvert job identifier for the optimize task.
---
#### convert-html-to-markdown — $0.005 USDC
URL: https://agentutility.ai/mediakit/convert-html-to-markdown
POST: https://x402.org/v1/convert-html-to-markdown
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: mediakit, html-to-markdown, markdown, content-extraction, rag, llm-context, boilerplate-removal, html-parser
Alias of: 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.
Input schema:
- html (string, optional): Raw HTML to convert. Mutually exclusive with 'url' — supply one.
- url (string, optional): Page URL to fetch and convert. Server follows redirects. Mutually exclusive with 'html'.
- include_links (boolean, optional): Keep hyperlinks as Markdown [text](href). Default true. Set false for prose-only output.
- include_images (boolean, optional): Keep images as Markdown . Default true.
- user_agent (string, optional): Optional User-Agent header sent when fetching 'url'. Default is a generic browser UA.
Output schema:
- source_url (string): Original URL fetched when a URL was provided as input, or null when raw HTML was passed in.
- title (string): Page title extracted from the HTML's
tag or top-level heading.
- markdown (string): Cleaned Markdown output with boilerplate stripped and headings, lists, tables, code, links preserved.
- markdown_chars (string): Character count of the returned Markdown string.
- html_chars (string): Character count of the input HTML before conversion.
---
#### convert-pdf — $0.20 USDC
URL: https://agentutility.ai/mediakit/convert-pdf
POST: https://x402.org/v1/convert-pdf
Price: 0.20 USDC
Method: POST
Category: uncategorized
Tags: mediakit, pdf, pdf-conversion, markdown, document-parsing, ocr, pdf-to-markdown
Alias of: pdf-to-markdown
Description: Convert PDF to Markdown, HTML, JSON, or structured text via Datalab Marker. AI-powered, layout-aware, best-in-class for tables / equations / multi-column docs. For PDF→JPG/PNG see pdf-to-jpg; for PDF merge see pdf-merge; for PDF split see pdf-split; for PDF compression see compress-pdf. 30 pages max.
Input schema:
- pdf_url (string, required): Public URL of a PDF file.
- output_format (string, optional): 'markdown' (default), 'html', or 'json'.
Output schema:
- markdown (string): Converted document content in the requested format (Markdown by default, or HTML/JSON/text).
- page_count (string): Number of pages processed from the source PDF (capped at 30).
- source_url (string): URL of the PDF that was fetched and converted.
---
#### csv-to-ics — $0.01 USDC
URL: https://agentutility.ai/mediakit/csv-to-ics
POST: https://x402.org/v1/csv-to-ics
Price: 0.01 USDC
Method: POST
Category: utilities
Tags: csv, ics, calendar, ical, convert, events
Description: CSV calendar to ICS / iCal file generator. RFC 5545 compliant. Auto-detects column mapping (summary/date/time/location). All-day + timed events. Up to 1000 rows.
Input schema:
- csv (string, required): CSV content as a string. First row must be a header. Max 200,000 chars / 1000 events.
- columns (object, optional): Optional explicit column-name mapping with keys: summary, start_date, end_date, start_time, end_time, location, description, url. Each value is the matching CSV header.
- calendar_name (string, optional): X-WR-CALNAME for the .ics output. Default 'Imported Events'.
- default_duration_minutes (number, optional): Used when only start_time is given. Default 60.
- delimiter (string, optional): Single-character delimiter. Default ','. Use ';' for European CSVs or '\t' for TSV.
Output schema:
- ics (string): Full .ics file as a string.
- mime_type (string): MIME type of the generated file, typically text/calendar for ICS output.
- event_count (number): Number of VEVENT entries successfully written to the ICS file.
- skipped_rows (number): Count of CSV rows skipped due to missing required fields or unparseable dates.
- errors (array): Array of per-row error messages describing why specific rows failed to convert.
- calendar_name (string): X-WR-CALNAME value set on the calendar, derived from CSV header or filename.
---
#### csv-to-jsonl — $0.02 USDC
URL: https://agentutility.ai/mediakit/csv-to-jsonl
POST: https://x402.org/v1/csv-to-jsonl
Price: 0.02 USDC
Method: POST
Category: utilities
Tags: csv, json, jsonl, data, convert
Description: CSV to JSON / CSV to JSONL converter / data pipeline preprocessor. RFC 4180 parser. Type inference (booleans, integers, floats, ISO dates, null). Configurable delimiter, quote, header, rename, drop columns.
Input schema:
- csv (string, required): Raw CSV / TSV text. Up to ~1MB recommended.
- format (string, optional): Output shape. 'jsonl' (default, newline-delimited JSON objects), 'json' (single JSON array), 'ndarray' (column-oriented arrays).
- delimiter (string, optional): Field delimiter. Default ','. Use '\t' for TSV, ';' for European CSV, '|' for pipe-delimited.
- quote_char (string, optional): Quote character for fields containing the delimiter or newlines. Default '"'.
- has_header (boolean, optional): Whether the first row is the header. Default true. If false, columns are named c1, c2, ...
- rename (object, optional): Optional column-rename map, e.g. { 'first name': 'first_name', 'DOB': 'date_of_birth' }.
- drop_columns (array, optional): Column names to drop from the output.
- infer_types (boolean, optional): If true (default), parse booleans, integers, floats, ISO-8601 dates, and null tokens. If false, every value stays a string.
- null_values (array, optional): Strings to coerce to JSON null. Default ['', 'null', 'NULL', 'NA', 'N/A'].
- trim (boolean, optional): Trim leading/trailing whitespace from each field. Default true.
Output schema:
- jsonl (string): Newline-delimited JSON string with one parsed CSV row per line; present when output format is jsonl.
- data (array): Array of parsed row objects keyed by column name, with values coerced via type inference.
- mime_type (string): MIME type of the converted payload, e.g. application/json or application/x-ndjson.
- row_count (number): Number of data rows parsed from the input CSV, excluding the header row.
- column_count (number): Number of columns detected in the parsed CSV after any drop/rename operations.
- columns (array): Ordered list of final column names after header parsing and any rename or drop transforms.
- format (string): Output format selected for the conversion, either json or jsonl.
---
#### excel-to-csv — $0.005 USDC
URL: https://agentutility.ai/mediakit/excel-to-csv
POST: https://x402.org/v1/excel-to-csv
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: mediakit, file-conversion, excel, xlsx, csv, tsv, spreadsheet, excel-to-csv
Description: Excel (.xlsx / .xls) → CSV / TSV / JSON converter. Multi-sheet handling. Returns each sheet by name. Adjacent to 'convert excel to google sheets' demand cluster.
Input schema:
- xlsx_url (string, required): Public URL of the .xlsx or .xls workbook to download and convert.
- sheet (string, optional): Name of a specific sheet to extract; omit to return the first sheet or all sheets.
- format (string, optional): Output format for sheet data: csv, tsv, or json.
- include_all_sheets (boolean, optional): If true, returns every sheet keyed by name instead of just one.
Output schema:
- sheet_count (string): Number of sheets found in the workbook.
- total_rows (string): Total row count summed across all converted sheets.
---
#### excel-to-google-sheets — $0.005 USDC
URL: https://agentutility.ai/mediakit/excel-to-google-sheets
POST: https://x402.org/v1/excel-to-google-sheets
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: excel, google-sheets, csv, spreadsheet, import, xlsx
Alias of: excel-to-csv
Description: Convert Excel to Google Sheets / XLSX to Google Sheets / spreadsheet import / Numbers to Google Sheets / Excel to gsheet. Outputs CSV that imports directly into Google Sheets via File → Import → Upload (or paste-into-cells). Multi-sheet handling, encoding control, quote style. Same handler as excel-to-csv / xlsx-to-csv under a Google-Sheets-named slug.
Input schema:
- xlsx_url (string, required): Public URL of the Excel (.xlsx/.xls) or Numbers file to convert to Google-Sheets-ready CSV.
- sheet (string, optional): Sheet name or zero-based index to export; defaults to the first sheet when omitted.
- format (string, optional): Output format selector (csv, tsv) controlling delimiter and quoting style for the Google Sheets import.
- include_all_sheets (boolean, optional): When true, exports every sheet concatenated or zipped instead of just the selected one.
Output schema:
- sheet_count (string): Number of sheets found in the source workbook.
- total_rows (string): Total row count across the exported sheet(s) in the returned CSV.
---
#### extract-tables — $0.10 USDC
URL: https://agentutility.ai/mediakit/extract-tables
POST: https://x402.org/v1/extract-tables
Price: 0.10 USDC
Method: POST
Category: uncategorized
Tags: mediakit, pdf, table-extraction, pdf-to-csv, data-extraction, tables, pdf-tables
Alias of: pdf-extract-tables
Description: Extract tables from PDF / table extractor / PDF to CSV / spreadsheet from PDF. Detects and extracts every table from a PDF document. Returns structured JSON or CSV per table. 30 pages max via Datalab Marker.
Input schema:
- pdf_url (string, required): Public URL of a PDF file (http or https). Must be directly fetchable, not behind auth or a viewer redirect. Max 30 pages.
- page_range (string, optional): Optional 1-indexed page filter applied after extraction. Accepts ranges, single pages, or comma-lists: '1-5', '3', '1,3,5'. Default: all pages.
Output schema:
- source_url (string): URL of the source PDF that was processed for table extraction.
- page_count (string): Number of pages in the PDF that were scanned for tables (max 30).
- tables (string): Array of extracted tables, each with structured rows and columns in JSON or CSV form.
- source (string): Upstream extraction provider used, typically Datalab Marker.
---
#### html-to-markdown — $0.005 USDC
URL: https://agentutility.ai/mediakit/html-to-markdown
POST: https://x402.org/v1/html-to-markdown
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: mediakit, html-to-markdown, markdown-converter, content-extraction, url-to-markdown, readability, scraping
Description: HTML → Markdown converter. Accepts raw HTML or a URL. Strips nav/script/style/ad noise. Preserves headings, lists, tables, code blocks, links, images.
Input schema:
- html (string, optional): Raw HTML to convert. Mutually exclusive with 'url' — supply one.
- url (string, optional): Page URL to fetch and convert. Server follows redirects. Mutually exclusive with 'html'.
- include_links (boolean, optional): Keep hyperlinks as Markdown [text](href). Default true. Set false for prose-only output.
- include_images (boolean, optional): Keep images as Markdown . Default true.
- user_agent (string, optional): Optional User-Agent header sent when fetching 'url'. Default is a generic browser UA.
Output schema:
- title (string): Page title extracted from the HTML tag or first heading.
- markdown_chars (string): Character count of the converted markdown output.
---
#### html-to-pdf — $0.08 USDC
URL: https://agentutility.ai/mediakit/html-to-pdf
POST: https://x402.org/v1/html-to-pdf
Price: 0.08 USDC
Method: POST
Category: media
Tags: html, pdf, url, screenshot, render, capture
Description: URL to PDF / HTML to PDF / webpage screenshot to PDF. CloudConvert capture-website. Configurable page size, orientation, margins, wait conditions. Renders JS.
Input schema:
- url (string, required): Public URL to render.
- page_format (string, optional): letter, legal, tabloid, ledger, a0-a6.
- page_orientation (string, optional): 'portrait' (default) or 'landscape'.
- margin_top (number, optional): Inches. 0-5.
- margin_bottom (number, optional): Inches. 0-5.
- print_background (boolean, optional): Print CSS backgrounds. Default true.
- wait_until (string, optional): 'load' (default), 'domcontentloaded', 'networkidle0', 'networkidle2'.
Output schema:
- pdf_url (string): Signed download URL for the rendered PDF file produced from the source webpage.
- file_size_bytes (number): Size of the generated PDF in bytes.
- source_url (string): Original webpage URL that was captured and converted to PDF.
- job_id (string): CloudConvert job identifier for the capture-website conversion task.
---
#### image-convert — $0.01 USDC
URL: https://agentutility.ai/mediakit/image-convert
POST: https://x402.org/v1/image-convert
Price: 0.01 USDC
Method: POST
Category: media
Tags: image, convert, png, jpg, webp, avif, heic, format
Description: Universal image format converter (PNG, JPG, WEBP, AVIF, GIF, BMP, TIFF, ICO, HEIC, HEIF, PSD, SVG). Optional resize + quality. CloudConvert engine.
Input schema:
- image_url (string, required): URL of source image. Format inferred from extension.
- output_format (string, required): Target format: png, jpg, webp, avif, gif, bmp, tiff, ico, heic, heif, psd.
- quality (number, optional): 1-100. Affects jpg/webp/avif.
- width (number, optional): Optional resize width (1-16000).
- height (number, optional): Optional resize height (1-16000).
- fit (string, optional): 'max' (default), 'crop', or 'scale' when resizing.
Output schema:
- image_url (string): URL to the converted image file hosted on CloudConvert's CDN, ready for download.
- file_size_bytes (number): Size of the converted output image in bytes.
- input_format (string): Detected format of the source image (png, jpg, webp, avif, heic, etc.).
- output_format (string): Target format the image was converted to (png, jpg, webp, avif, gif, bmp, tiff, ico, heic, heif, psd, svg).
- source_url (string): Original URL of the source image that was fetched and converted.
- job_id (string): CloudConvert job identifier for the conversion task, useful for debugging or support.
---
#### image-format-convert — $0.01 USDC
URL: https://agentutility.ai/mediakit/image-format-convert
POST: https://x402.org/v1/image-format-convert
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: mediakit, image-conversion, format-converter, png-to-jpg, webp, avif, heic, image-resize
Description: Image converter. Convert any image between PNG, JPG, WEBP, AVIF, GIF, BMP, TIFF, ICO, HEIC, HEIF, PSD, and SVG. Optional resize and quality. CloudConvert engine. Same backend as image-convert under a more search-friendly slug.
Input schema:
- image_url (string, required): HTTPS URL of the source image to convert; CloudConvert fetches it directly.
- output_format (string, required): Target format: png, jpg, webp, avif, gif, bmp, tiff, ico, heic, heif, psd, or svg.
- quality (number, optional): Encoder quality 1-100 for lossy outputs (jpg/webp/avif); ignored for lossless formats.
- width (number, optional): Optional target width in pixels; pair with height or omit to preserve aspect ratio.
- height (number, optional): Optional target height in pixels; pair with width or omit to preserve aspect ratio.
- fit (string, optional): Resize mode when width/height are set: contain, cover, fill, inside, or outside.
Output schema:
- image_url (string): Temporary CloudConvert download URL for the converted image; fetch promptly before it expires.
- output_format (string): Format of the returned file, echoing the requested output_format.
- file_size_bytes (string): Size of the converted file in bytes, as a string.
---
#### image-translate — $0.02 USDC
URL: https://agentutility.ai/mediakit/image-translate
POST: https://x402.org/v1/image-translate
Price: 0.02 USDC
Method: POST
Category: uncategorized
Tags: mediakit, image-translation, ocr, vision-ocr, translation, multilingual, image-to-text, translate-image
Description: Image translator: vision-OCR + Venice translate. Demand-intel: 40 unmet signals for 'how to translate a picture'.
Input schema:
- image_url (string, required): Public URL of the image containing text to extract and translate.
- target_language (string, required): ISO language code or name to translate the extracted text into (e.g. 'es', 'Japanese').
- preserve_layout (boolean, optional): If true, preserves the original spatial layout of text blocks in the returned translation.
Output schema:
- detected_text (string): Raw text extracted from the image by vision-OCR before translation.
- translation (string): Translated text in the requested target language, produced by Venice translate.
---
#### image-upscale — $0.02 USDC
URL: https://agentutility.ai/mediakit/image-upscale
POST: https://x402.org/v1/image-upscale
Price: 0.02 USDC
Method: POST
Category: uncategorized
Tags: mediakit, image-upscale, super-resolution, 2x-upscaler, 4x-upscaler, image-enhancement, venice-sd35
Description: Image upscale / 2x upscaler / 4x upscaler / super-resolution / sharpen image / enlarge image without loss. Upscales an image 2x or 4x via Venice's image/upscale endpoint (default model: venice-sd35). Returns a permanent fal-hosted URL.
Input schema:
- image_url (string, required): Public http(s) URL of the source image.
- scale (number, optional): Upscale factor. Default 2.
- model (string, optional): Override the upscaler model. Default 'venice-sd35'.
Output schema:
- image_url (string): Permanent fal-hosted URL of the upscaled image, ready to download or embed.
- scale (string): Upscale factor applied, either "2" or "4".
- model (string): Venice model used for upscaling, defaults to venice-sd35.
- venice_request_id (string): Venice API request ID for the upscale job, useful for support or debugging.
- source (string): Upstream provider that produced the result, typically "venice".
---
#### json-yaml — $0.002 USDC
URL: https://agentutility.ai/mediakit/json-yaml
POST: https://x402.org/v1/json-yaml
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: json, yaml, mediakit, format-conversion, data-transform, yaml-to-json, json-to-yaml
Description: JSON ↔ YAML bidirectional converter. Auto-detects input format. Pure parse, no upstream API.
Input schema:
- input (string, required): JSON or YAML text.
- to (string, optional): Target format. 'auto' converts to the opposite of the detected input. Default 'auto'.
- pretty (boolean, optional): Pretty-print JSON output (2-space indent by default). Ignored when target is YAML. Default true.
- indent (number, optional): Indent width in spaces (1-8). Default 2.
Output schema:
- detected_format (string): Input format auto-detected from the payload, either "json" or "yaml".
- target (string): Output format the input was converted to, the opposite of detected_format ("yaml" or "json").
- output (string): Converted payload as a string in the target format, ready to write to a file or pipe downstream.
---
#### logo-detect — $0.03 USDC
URL: https://agentutility.ai/mediakit/logo-detect
POST: https://x402.org/v1/logo-detect
Price: 0.03 USDC
Method: POST
Category: ai
Tags: brand, logo, vision, detect, image
Description: Brand logo detection / brand recognition in images. Vision LLM. Returns brands with confidence, location, evidence (wordmark/logomark/lockup/color_scheme), element_type. Supports hint_brands.
Input schema:
- image_url (string, required): URL of the image to scan for brand logos, wordmarks, lockups, or other brand elements.
- hint_brands (array, optional): Optional list of brands the caller suspects may be present (max 30).
Output schema:
- detected_brands (array): Array of detected brands with confidence score, bounding location, evidence type, and element_type per match.
- overall_summary (string): Short natural-language summary of which brands were found in the image and where they appear.
- no_brands_detected (boolean): True when the vision model found no recognizable brand logos or marks in the image.
- image_url (string): Echoes back the input image URL that was analyzed for brand detection.
- hint_brands (array): Echoes the optional list of brand names the caller passed as hints to bias detection toward.
- model (string): Identifier of the vision LLM that produced the detection result.
---
#### merge-pdf — $0.01 USDC
URL: https://agentutility.ai/mediakit/merge-pdf
POST: https://x402.org/v1/merge-pdf
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: mediakit, pdf, pdf-tools, merge-pdf, combine-pdfs, document-processing, cloudconvert
Alias of: pdf-merge
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.
Input schema:
- pdf_urls (array, required): Array of 2-50 HTTPS URLs pointing to source PDF files to merge in the given order.
- filename (string, optional): Output filename for the merged PDF (without .pdf extension or with it; defaults if omitted).
Output schema:
- pdf_url (string): HTTPS URL to download the single merged PDF combining all input files with bookmarks preserved.
- merged_count (string): Number of input PDFs successfully concatenated into the output file.
---
#### mp4-to-mp3 — $0.10 USDC
URL: https://agentutility.ai/mediakit/mp4-to-mp3
POST: https://x402.org/v1/mp4-to-mp3
Price: 0.10 USDC
Method: POST
Category: media
Tags: mp4, mp3, audio, extract, convert, video
Description: MP4 → MP3 audio extractor. Any video format (mov, webm, mkv, avi, m4v, flv) → MP3 via CloudConvert. Selectable bitrate (96/128/192 kbps). 60-min / 500MB max.
Input schema:
- video_url (string, required): Public URL of a video file (mp4, webm, mov, mkv, etc.). Max 60 minutes / 500MB.
- bitrate (number, optional): MP3 bitrate in kbps. One of: 96, 128 (default), 192.
Output schema:
- audio_url (string): Signed CloudConvert URL of the extracted MP3 (24h expiry).
- bitrate (number): Bitrate applied (kbps).
- file_size_bytes (number): Output MP3 size in bytes.
- content_type (string): MIME type of the output (typically audio/mpeg).
- source_url (string): Echo of the input URL.
- job_id (string): CloudConvert job id (useful for support).
---
#### ocr — $0.20 USDC
URL: https://agentutility.ai/mediakit/ocr
POST: https://x402.org/v1/ocr
Price: 0.20 USDC
Method: POST
Category: uncategorized
Tags: ocr, mediakit, pdf-extraction, scanned-documents, image-to-text, markdown-extraction, table-extraction, datalab-marker
Alias of: pdf-to-markdown
Description: OCR / optical character recognition / scanned document extractor / image-PDF to text. Run OCR on scanned PDFs and image-based documents. Datalab Marker engine — preserves layout, tables, math. Returns clean Markdown or plain text. 30 pages max.
Input schema:
- pdf_url (string, required): Public URL of a PDF file (http or https). Must be directly fetchable, not behind auth or a viewer redirect. Max 30 pages.
- output_format (string, optional): 'markdown' (default — best for LLM downstream), 'html' (preserves more layout structure), or 'json' (per-page blocks with type + bbox).
Output schema:
- markdown (string): Extracted text from the document in Markdown format, preserving headings, tables, and math layout.
- page_count (string): Number of pages processed from the input PDF or image document.
- source_url (string): URL of the source PDF or image file that was passed in for OCR processing.
---
#### office-to-pdf — $0.05 USDC
URL: https://agentutility.ai/mediakit/office-to-pdf
POST: https://x402.org/v1/office-to-pdf
Price: 0.05 USDC
Method: POST
Category: media
Tags: docx, xlsx, pptx, pdf, office, convert
Description: Office to PDF converter — DOCX/DOC, XLSX/XLS, PPTX/PPT, ODT/ODS/ODP, RTF, TXT, CSV, EPUB, MD, HTML, Apple Pages/Numbers/Keynote → PDF. CloudConvert engine.
Input schema:
- file_url (string, required): URL of the source Office file. Format inferred from extension.
Output schema:
- pdf_url (string): Temporary download URL for the converted PDF file hosted on CloudConvert's storage.
- file_size_bytes (number): Size of the generated PDF in bytes.
- source_format (string): Detected input format of the source file (e.g. docx, xlsx, pptx, odt, rtf, epub).
- source_url (string): Echoed URL of the original Office document that was submitted for conversion.
- job_id (string): CloudConvert job identifier for tracking or debugging the conversion run.
---
#### pdf-compress — $0.005 USDC
URL: https://agentutility.ai/mediakit/pdf-compress
POST: https://x402.org/v1/pdf-compress
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: pdf, pdf-compression, file-size-reduction, mediakit, document-optimization, cloudconvert, shrink-pdf
Alias of: compress-pdf
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.
Input schema:
- pdf_url (string, required): Publicly reachable URL of the source PDF to compress.
- profile (string, optional): Compression preset: ebook (smallest, web-quality), printer (medium), or prepress (largest, archival).
Output schema:
- pdf_url (string): URL where the compressed PDF can be downloaded.
- original_size_bytes (string): Size of the source PDF in bytes before compression.
- compressed_size_bytes (string): Size of the output PDF in bytes after compression.
- saved_percent (string): Percentage of bytes shaved off relative to the original PDF size.
---
#### pdf-extract-tables — $0.10 USDC
URL: https://agentutility.ai/mediakit/pdf-extract-tables
POST: https://x402.org/v1/pdf-extract-tables
Price: 0.10 USDC
Method: POST
Category: uncategorized
Tags: pdf, table-extraction, ocr, mediakit, document-parsing, financial-tables, datalab, pdf-tables
Description: PDF table extractor / table from PDF / scanned-table parsing / financial-table OCR / multi-page table consolidator / Datalab Marker tables. AI + OCR pipeline that finds every table in a PDF (digital or scanned) and returns row × column text matrices, page-by-page. Optional cell bounding boxes for downstream layout reconstruction. Optional page_range filter ('1-5', '3', '1,3,5'). Handles merged headers, multi-page financial statements, balance sheets, lab results, scanned reports. 30 pages max. Sibling of pdf-to-markdown using the same Datalab backend, but pre-parsed to tables only.
Input schema:
- pdf_url (string, required): Public URL of a PDF file (http or https). Must be directly fetchable, not behind auth or a viewer redirect. Max 30 pages.
- page_range (string, optional): Optional 1-indexed page filter applied after extraction. Accepts ranges, single pages, or comma-lists: '1-5', '3', '1,3,5'. Default: all pages.
Output schema:
- source_url (string): Echoes back the PDF URL that was extracted, for traceability.
- page_count (string): Total number of pages in the input PDF (capped at 30).
- tables (string): Array of detected tables with page number, row × column text matrix, and optional cell bounding boxes.
- source (string): Backend identifier, typically 'datalab-marker', indicating the OCR/parsing engine used.
---
#### pdf-merge — $0.01 USDC
URL: https://agentutility.ai/mediakit/pdf-merge
POST: https://x402.org/v1/pdf-merge
Price: 0.01 USDC
Method: POST
Category: media
Tags: pdf, merge, combine, concat
Description: PDF merger / PDF combiner / PDF concatenator. 2-50 PDFs from URLs → single PDF. Preserves bookmarks. CloudConvert engine.
Input schema:
- pdf_urls (array, required): Array of 2-50 PDF URLs in merge order.
- filename (string, optional): Output filename (must end in .pdf). Default 'merged.pdf'.
Output schema:
- pdf_url (string): Public URL of the merged PDF output, hosted temporarily for download.
- file_size_bytes (number): Size of the merged PDF in bytes.
- merged_count (number): Number of source PDFs combined into the output file.
- filename (string): Filename of the merged PDF (e.g. merged.pdf).
- source_urls (array): Array of input PDF URLs that were merged, in the order they were concatenated.
- job_id (string): CloudConvert job identifier for the merge task.
---
#### pdf-split — $0.04 USDC
URL: https://agentutility.ai/mediakit/pdf-split
POST: https://x402.org/v1/pdf-split
Price: 0.04 USDC
Method: POST
Category: media
Tags: pdf, split, pages, extract
Description: PDF splitter / PDF page extractor. Two modes: page ranges (['1-3','5','7-end']) or one PDF per source page. CloudConvert engine.
Input schema:
- pdf_url (string, required): Public URL of the source PDF to split into separate files by page range or one-per-page.
- ranges (array, optional): Array of page-range strings. Examples: '1', '1-3', '5-end'. Up to 50 ranges.
- split_each_page (boolean, optional): If true (and ranges omitted), produces one PDF per source page.
Output schema:
- pdfs (array): Array of { url, filename, file_size_bytes, range }.
- output_count (number): Number of output PDF files produced by the split operation.
- mode (string): 'ranges' or 'split_each_page'.
- ranges (array): Array of page-range strings actually applied (e.g. ['1-3','5','7-end']) or per-page entries.
- source_url (string): URL of the original input PDF that was split.
- job_id (string): CloudConvert job ID for the split task, usable for status lookup or debugging.
---
#### pdf-to-jpg — $0.10 USDC
URL: https://agentutility.ai/mediakit/pdf-to-jpg
POST: https://x402.org/v1/pdf-to-jpg
Price: 0.10 USDC
Method: POST
Category: media
Tags: pdf, jpg, png, webp, rasterize, images
Description: PDF to JPG / PNG / WEBP image converter. Renders every page at configurable DPI (36-600). Returns one image URL per page. CloudConvert backend.
Input schema:
- pdf_url (string, required): Public URL of the PDF.
- format (string, optional): 'jpg' (default), 'png', or 'webp'.
- quality (number, optional): JPG quality 1-100 (default 85). Ignored for png/webp.
- pixel_density (number, optional): DPI for rasterization. Default 144. Range 36-600.
Output schema:
- images (array): Array of { page, url, filename, file_size_bytes } objects.
- page_count (number): Number of pages rendered from the source PDF, one image URL returned per page.
- format (string): Output image format used for the rendered pages (jpg, png, or webp).
- quality (number): Compression quality applied to lossy formats like JPG/WEBP, typically 1-100.
- pixel_density (number): DPI used to rasterize each PDF page, between 36 and 600 as configured in the request.
- source_url (string): URL of the input PDF that was rasterized into images.
- job_id (string): CloudConvert job identifier for the rasterization run, useful for tracing or support.
---
#### pdf-to-markdown — $0.20 USDC
URL: https://agentutility.ai/mediakit/pdf-to-markdown
POST: https://x402.org/v1/pdf-to-markdown
Price: 0.20 USDC
Method: POST
Category: utilities
Tags: pdf, markdown, html, json, conversion
Description: AI PDF extractor: PDF to Markdown / HTML / structured JSON via Datalab Marker. OCR + layout-aware. Best-in-class for tables, equations, multi-column docs. 30 pages max.
Input schema:
- pdf_url (string, required): Public URL of a PDF file. Max 30 pages.
- output_format (string, optional): Output format: 'markdown' (default), 'html', or 'json'.
Output schema:
- markdown (string): Markdown content (present when output_format is 'markdown')
- html (string): HTML content (present when output_format is 'html')
- json (object): Structured JSON content (present when output_format is 'json')
- output_format (string): Echo of the format used
- page_count (number): Number of pages in the source PDF
- source_url (string): Echo of the input URL
---
#### pdf-to-text — $0.20 USDC
URL: https://agentutility.ai/mediakit/pdf-to-text
POST: https://x402.org/v1/pdf-to-text
Price: 0.20 USDC
Method: POST
Category: uncategorized
Tags: pdf, pdf-to-text, text-extraction, ocr, document-parsing, markdown, mediakit, datalab-marker
Alias of: pdf-to-markdown
Description: PDF to text / extract text from PDF. AI-powered text extraction via Datalab Marker. OCR + layout-aware. Best-in-class for tables, equations, multi-column layouts. Outputs plain text or structured markdown. 30 pages max.
Input schema:
- pdf_url (string, required): Public URL of a PDF file.
- output_format (string, optional): 'markdown' (default), 'html', or 'json'.
Output schema:
- markdown (string): Extracted text from the PDF as plain text or layout-aware markdown preserving tables, equations, and columns.
- page_count (string): Number of pages processed from the source PDF (capped at the 30-page per-call limit).
- source_url (string): URL of the PDF that was fetched and processed for text extraction.
---
#### pdf-watermark — $0.02 USDC
URL: https://agentutility.ai/mediakit/pdf-watermark
POST: https://x402.org/v1/pdf-watermark
Price: 0.02 USDC
Method: POST
Category: uncategorized
Tags: mediakit, watermark, pdf-watermark, image-watermark, video-watermark, overlay, cloudconvert, branding
Alias of: watermark
Description: PDF watermark / image watermark / video watermark — text or image overlay on PDFs, PNG/JPG/GIF, or MP4/MOV/WEBM. Configurable position, opacity, font, rotation, margin. CloudConvert engine.
Input schema:
- file_url (string, required): URL of the source PDF, image (PNG/JPG/GIF), or video (MP4/MOV/WEBM) to watermark.
- text (string, optional): Text string to overlay as the watermark; omit if using image_url instead.
- image_url (string, optional): URL of an image to overlay as the watermark; omit if using text instead.
- font_size (number, optional): Point size for text watermarks; ignored when overlaying an image.
- font_color (string, optional): Hex or named color for text watermarks (e.g. #FF0000 or red).
- opacity (number, optional): Watermark transparency from 0 (invisible) to 1 (fully opaque).
- rotation (number, optional): Rotation angle in degrees applied to the watermark overlay.
- position_vertical (string, optional): Vertical placement: top, center, or bottom.
- position_horizontal (string, optional): Horizontal placement: left, center, or right.
Output schema:
- output_url (string): URL of the watermarked PDF, image, or video file ready for download.
- watermark_type (string): Indicates whether a text or image watermark was applied.
- input_format (string): Detected format of the source file (e.g. pdf, png, mp4).
---
#### pdf2md — $0.20 USDC
URL: https://agentutility.ai/mediakit/pdf2md
POST: https://x402.org/v1/pdf2md
Price: 0.20 USDC
Method: POST
Category: utilities
Tags: pdf, markdown, html, json, conversion
Description: PDF to Markdown converter. AI PDF extractor. Datalab Marker — OCR + layout-aware. Best-in-class for tables, equations, multi-column.
Input schema:
- pdf_url (string, required): Public URL of a PDF file. Max 30 pages.
- output_format (string, optional): Output format: 'markdown' (default), 'html', or 'json'.
Output schema:
- markdown (string): Markdown content (present when output_format is 'markdown')
- html (string): HTML content (present when output_format is 'html')
- json (object): Structured JSON content (present when output_format is 'json')
- output_format (string): Echo of the format used
- page_count (number): Number of pages in the source PDF
- source_url (string): Echo of the input URL
---
#### receipt-ocr — $0.01 USDC
URL: https://agentutility.ai/mediakit/receipt-ocr
POST: https://x402.org/v1/receipt-ocr
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: receipt-ocr, ocr, expense-tracking, line-items, mediakit, vision-llm, receipt-parser
Description: Receipt OCR. Reads any receipt photo and returns a structured JSON object with vendor, address, date, line items (qty / unit_price / total), subtotal, tax, tip, total, and payment method. Vision-LLM powered. Same backend as receipt-parser under a clearer slug for expense + accounting + reimbursement workflows.
Input schema:
- image_url (string, required): Public URL of the receipt photo to parse (JPEG, PNG, or HEIC).
- currency_hint (string, optional): Optional ISO currency code (e.g. USD, EUR) to disambiguate amounts when the receipt is unclear.
Output schema:
- receipt (string): Structured JSON with vendor, address, date, line items, subtotal, tax, tip, total, and payment method.
---
#### receipt-parser — $0.01 USDC
URL: https://agentutility.ai/mediakit/receipt-parser
POST: https://x402.org/v1/receipt-parser
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: mediakit, receipt-parser, ocr, expense-extraction, line-items, vision-llm, structured-json, receipt-ocr
Description: Receipt → structured JSON (vendor, address, date, line items with qty/unit_price/total, subtotal, tax, tip, total, payment method). Vision LLM only.
Input schema:
- image_url (string, required): Public URL of the receipt image (JPEG/PNG) to parse via vision LLM.
- currency_hint (string, optional): Optional ISO currency code (e.g., USD, EUR) to disambiguate amounts when the receipt is unclear.
Output schema:
- receipt (string): Structured JSON string with vendor, address, date, line items (qty/unit_price/total), subtotal, tax, tip, total, payment method.
---
#### speaker-diarize — $0.10 USDC
URL: https://agentutility.ai/mediakit/speaker-diarize
POST: https://x402.org/v1/speaker-diarize
Price: 0.10 USDC
Method: POST
Category: ai
Tags: transcription, diarization, speakers, whisper, podcast, meeting
Description: Speaker diarization / who-said-what transcription. Whisper v3 + speaker labels. Returns utterances grouped by speaker, plus per-speaker stats (count, seconds, words). 60 min max.
Input schema:
- media_url (string, required): Public URL to the audio or video file to transcribe and diarize (mp3, mp4, wav, m4a, etc., up to 60 min).
- language (string, optional): Optional ISO-639-1 language hint (e.g. 'en', 'es'); omit to auto-detect from the audio.
- num_speakers (number, optional): 1-20 hint. Auto-detected if omitted.
Output schema:
- text (string): Full transcript as a single string with all speaker turns concatenated in chronological order.
- utterances (array): Array of speaker turns, each with speaker label, start/end timestamps, and the spoken text.
- speaker_count (number): Number of distinct speakers detected in the audio.
- speaker_stats (array): Per-speaker rollup with speaker label, utterance count, total seconds spoken, and word count.
- duration_seconds (number): Total length of the input media in seconds.
- detected_languages (array): Array of ISO-639-1 language codes Whisper detected across the audio.
- source_url (string): Echo of the media_url that was transcribed, for request/response correlation.
---
#### split-pdf — $0.04 USDC
URL: https://agentutility.ai/mediakit/split-pdf
POST: https://x402.org/v1/split-pdf
Price: 0.04 USDC
Method: POST
Category: uncategorized
Tags: pdf, mediakit, pdf-splitter, split-pdf, page-extraction, pdf-pages, cloudconvert
Alias of: pdf-split
Description: PDF splitter / PDF page extractor / split PDF by range / PDF to multiple files. Split a PDF by page ranges into multiple PDFs. CloudConvert engine.
Input schema:
- pdf_url (string, required): HTTPS URL of the source PDF to split into multiple files.
- ranges (array, optional): Array of page range strings like '1-3' or '5,7-9' defining each output PDF's pages.
- split_each_page (boolean, optional): If true, splits the PDF so every page becomes its own separate PDF file.
Output schema:
- pdfs (string): Array of URLs pointing to the resulting split PDF files hosted by CloudConvert.
- output_count (string): Total number of PDF files produced by the split operation.
---
#### subtitles — $0.08 USDC
URL: https://agentutility.ai/mediakit/subtitles
POST: https://x402.org/v1/subtitles
Price: 0.08 USDC
Method: POST
Category: media
Tags: subtitles, srt, vtt, captions, whisper, transcription
Description: SRT / VTT subtitle generator from video or audio. Whisper v3. Word-wrapped, ready for VLC / Premiere / FFmpeg.
Input schema:
- media_url (string, required): Public URL of an audio or video file. mp3, mp4, mpeg, mpga, m4a, wav, webm. Max 60 minutes.
- format (string, optional): 'srt' (default) or 'vtt'.
- language (string, optional): Optional ISO language code. Auto-detected if omitted.
- task (string, optional): 'transcribe' (default) or 'translate' (translates to English).
- max_chars_per_line (number, optional): Max characters per subtitle line. Default 42. Range 16-120.
Output schema:
- subtitles (string): Full subtitle file content as a string.
- format (string): Echo of the format used.
- mime_type (string): MIME type for the subtitle format ('application/x-subrip' or 'text/vtt').
- cue_count (number): Number of subtitle cues generated.
- duration_seconds (number): Source media duration.
- detected_languages (array): Languages auto-detected in the audio.
- task (string): Echo of the task performed.
- source_url (string): Echo of the input URL.
---
#### transcribe — $0.10 USDC
URL: https://agentutility.ai/mediakit/transcribe
POST: https://x402.org/v1/transcribe
Price: 0.10 USDC
Method: POST
Category: ai
Tags: transcription, whisper, video, audio, subtitles
Description: Video / audio transcription via Whisper v3. 90+ languages, translate-to-English mode, optional speaker diarization. 60-min max.
Input schema:
- media_url (string, required): Public URL of an audio or video file. Supports mp3, mp4, mpeg, mpga, m4a, wav, webm. Max 60 minutes.
- language (string, optional): Optional ISO language code (e.g. 'en', 'fr', 'es'). If omitted, auto-detected.
- task (string, optional): Either 'transcribe' (default) or 'translate' (translates to English).
- diarize (boolean, optional): Whether to identify different speakers. Default false.
Output schema:
- text (string): Full transcript text
- chunks (array): Time-segmented chunks with timestamps
- detected_languages (array): Languages auto-detected in the audio
- duration_seconds (number): Source media duration in seconds
- task (string): Echo of the task performed
- source_url (string): Echo of the input URL
---
#### upscale-image — $0.10 USDC
URL: https://agentutility.ai/mediakit/upscale-image
POST: https://x402.org/v1/upscale-image
Price: 0.10 USDC
Method: POST
Category: ai
Tags: upscale, super-resolution, esrgan, image, enhance
Description: AI image upscaler / super-resolution / image enlarger. ESRGAN. 1-8× scale factor. Best for photos and illustrations. fal.ai backend.
Input schema:
- image_url (string, required): URL of the source image to upscale; must be publicly reachable for the fal.ai ESRGAN backend to fetch.
- scale (number, optional): 1-8. Default 2.
Output schema:
- image_url (string): URL of the upscaled output image hosted on fal.ai's CDN.
- width (number): Width in pixels of the upscaled output image.
- height (number): Height in pixels of the upscaled output image.
- file_size_bytes (number): Size of the upscaled output image file in bytes.
- content_type (string): MIME type of the upscaled output image, typically image/png or image/jpeg.
- scale (number): Scale factor applied by ESRGAN, between 1 and 8.
- source_url (string): Echo of the input image_url that was upscaled.
---
#### video-summarize — $0.10 USDC
URL: https://agentutility.ai/mediakit/video-summarize
POST: https://x402.org/v1/video-summarize
Price: 0.10 USDC
Method: POST
Category: ai
Tags: video, podcast, summarize, transcribe, whisper
Description: Video summarizer / podcast summarizer / lecture notes generator. One call: Whisper v3 transcribes + Mistral summarizes. 5 styles: tldr, bullets, paragraph, executive, chapters. Returns summary + transcript. 60 min max.
Input schema:
- media_url (string, required): Public URL of the video or podcast audio file to transcribe and summarize (60 minute max length).
- style (string, optional): Summary format: tldr, bullets, paragraph, executive, or chapters.
- max_words (number, optional): Target word count cap for the generated summary.
- language (string, optional): ISO language code hint for Whisper transcription; auto-detected if omitted.
Output schema:
- summary (string): Generated summary text in the requested style.
- style (string): Summary style actually used (echoes the input style parameter).
- transcript (string): Full Whisper v3 transcript of the source media.
- transcript_chars (number): Character count of the returned transcript.
- duration_seconds (number): Length of the source media in seconds.
- detected_languages (array): Languages Whisper detected in the audio, as ISO codes.
- summary_model (string): Mistral model identifier used to write the summary.
- transcribe_model (string): Whisper model identifier used for transcription (v3).
- source_url (string): Echo of the media_url that was transcribed.
---
#### video-thumbnail — $0.03 USDC
URL: https://agentutility.ai/mediakit/video-thumbnail
POST: https://x402.org/v1/video-thumbnail
Price: 0.03 USDC
Method: POST
Category: media
Tags: video, thumbnail, frame, preview, extract
Description: Video thumbnail / video frame extractor. First, middle, or last frame as JPG. fal.ai ffmpeg. Fast — no full transcode.
Input schema:
- video_url (string, required): Public URL of a video file.
- frame_type (string, optional): 'first' (default), 'middle', or 'last'.
Output schema:
- image_url (string): Hosted URL of the extracted JPG frame from the video.
- width (number): Width of the extracted frame in pixels.
- height (number): Height of the extracted frame in pixels.
- file_size_bytes (number): Size of the returned JPG file in bytes.
- content_type (string): MIME type of the extracted frame, typically image/jpeg.
- frame_type (string): Which frame was extracted: first, middle, or last.
- source_url (string): Original video URL that the frame was pulled from.
---
#### video-to-audio — $0.10 USDC
URL: https://agentutility.ai/mediakit/video-to-audio
POST: https://x402.org/v1/video-to-audio
Price: 0.10 USDC
Method: POST
Category: uncategorized
Tags: mediakit, video, audio, mp3-extraction, video-to-audio, audio-extraction, podcast-extraction, transcription-prep
Alias of: mp4-to-mp3
Description: Video → audio extractor / video to audio converter. Extract MP3 audio track from any video URL (MP4, MOV, WEBM, MKV, AVI, M4V, FLV). Selectable bitrate (96/128/192 kbps). Useful for podcast extraction, audio archival, transcription pre-processing. 60-min / 500MB max. CloudConvert backend.
Input schema:
- video_url (string, required): Public URL of the source video. Max 500MB / 60 minutes.
- bitrate (number, optional): Output MP3 bitrate in kbps. 96 (smaller, voice), 128 (default, balanced), 192 (higher quality).
Output schema:
- audio_url (string): Signed URL to download the extracted MP3 audio file.
- bitrate (string): Encoded audio bitrate used for the MP3 output (96, 128, or 192 kbps).
- file_size_bytes (string): Size of the extracted MP3 file in bytes.
- source_url (string): Original video URL that was processed for audio extraction.
---
#### video-to-subtitles — $0.02 USDC
URL: https://agentutility.ai/mediakit/video-to-subtitles
POST: https://x402.org/v1/video-to-subtitles
Price: 0.02 USDC
Method: POST
Category: media
Tags: subtitles, srt, vtt, captions, whisper, transcription
Description: SRT / VTT subtitle generator from video or audio. Whisper v3 powered. Word-wrapped, ready for VLC / Premiere / FFmpeg. Auto-detect language + translate-to-English.
Input schema:
- media_url (string, required): Public URL of an audio or video file. mp3, mp4, mpeg, mpga, m4a, wav, webm. Max 60 minutes.
- format (string, optional): 'srt' (default) or 'vtt'.
- language (string, optional): Optional ISO language code. Auto-detected if omitted.
- task (string, optional): 'transcribe' (default) or 'translate' (translates to English).
- max_chars_per_line (number, optional): Max characters per subtitle line. Default 42. Range 16-120.
Output schema:
- subtitles (string): Full subtitle file content as a string.
- format (string): Echo of the format used.
- mime_type (string): MIME type for the subtitle format ('application/x-subrip' or 'text/vtt').
- cue_count (number): Number of subtitle cues generated.
- duration_seconds (number): Source media duration.
- detected_languages (array): Languages auto-detected in the audio.
- task (string): Echo of the task performed.
- source_url (string): Echo of the input URL.
---
#### video-to-text — $0.10 USDC
URL: https://agentutility.ai/mediakit/video-to-text
POST: https://x402.org/v1/video-to-text
Price: 0.10 USDC
Method: POST
Category: ai
Tags: transcription, whisper, video, audio, subtitles
Description: Video transcription / audio transcription via Whisper v3 large. Auto-detects 90+ languages. Translate-to-English mode. Speaker diarization optional. 60 min max.
Input schema:
- media_url (string, required): Public URL of an audio or video file. Supports mp3, mp4, mpeg, mpga, m4a, wav, webm. Max 60 minutes.
- language (string, optional): Optional ISO language code (e.g. 'en', 'fr', 'es'). If omitted, auto-detected.
- task (string, optional): Either 'transcribe' (default) or 'translate' (translates to English).
- diarize (boolean, optional): Whether to identify different speakers. Default false.
Output schema:
- text (string): Full transcript text
- chunks (array): Time-segmented chunks with timestamps
- detected_languages (array): Languages auto-detected in the audio
- duration_seconds (number): Source media duration in seconds
- task (string): Echo of the task performed
- source_url (string): Echo of the input URL
---
#### video-transcribe — $0.10 USDC
URL: https://agentutility.ai/mediakit/video-transcribe
POST: https://x402.org/v1/video-transcribe
Price: 0.10 USDC
Method: POST
Category: ai
Tags: transcribe, video, audio, whisper, transcription
Alias of: video-to-text
Description: Transcribe video / video transcription / video to audio transcription / video-to-text. Whisper v3 large transcription for any video URL. Auto-detects 90+ languages. Translate-to-English mode. 60-min / 500MB max. Speaker diarization optional. Same backend as video-to-text under a clearer slug.
Input schema:
- media_url (string, required): Public URL of an audio or video file. Supports mp3, mp4, mpeg, mpga, m4a, wav, webm. Max 60 minutes.
- language (string, optional): Optional ISO language code (e.g. 'en', 'fr', 'es'). If omitted, auto-detected.
- task (string, optional): Either 'transcribe' (default) or 'translate' (translates to English).
- diarize (boolean, optional): Whether to identify different speakers. Default false.
Output schema:
- text (string): Full transcript text
- chunks (array): Time-segmented chunks with timestamps
- detected_languages (array): Languages auto-detected in the audio
- duration_seconds (number): Source media duration in seconds
- task (string): Echo of the task performed
- source_url (string): Echo of the input URL
---
#### video-trim — $0.02 USDC
URL: https://agentutility.ai/mediakit/video-trim
POST: https://x402.org/v1/video-trim
Price: 0.02 USDC
Method: POST
Category: media
Tags: video, trim, cut, edit
Description: Video trimmer / video cutter / video clip tool. Pass start + end OR start + duration. HH:MM:SS, MM:SS, or seconds. CloudConvert + x264 re-encode.
Input schema:
- video_url (string, required): Public URL of a video file.
- trim_start (any, required): Start time. HH:MM:SS, MM:SS, or seconds.
- trim_end (any, optional): End time. HH:MM:SS, MM:SS, or seconds. Use this OR duration.
- duration (any, optional): Length to keep from trim_start. HH:MM:SS, MM:SS, or seconds.
- output_format (string, optional): Output format. Default: same as input.
Output schema:
- video_url (string): Signed URL to download the trimmed MP4 clip (x264 re-encoded).
- file_size_bytes (number): Size of the trimmed output video in bytes.
- trim_start (string): Start timestamp applied to the cut, echoed in HH:MM:SS form.
- trim_end (string): End timestamp applied to the cut, echoed in HH:MM:SS form.
- input_format (string): Container/codec of the source video (e.g. mp4, mov, webm).
- output_format (string): Container of the returned clip, typically mp4 with x264 video.
- source_url (string): Original video URL that was fetched and trimmed.
- job_id (string): CloudConvert job identifier for the trim/re-encode task.
---
#### watermark — $0.02 USDC
URL: https://agentutility.ai/mediakit/watermark
POST: https://x402.org/v1/watermark
Price: 0.02 USDC
Method: POST
Category: media
Tags: watermark, pdf, image, video, branding
Description: PDF / image / video watermarking — text or image overlay. CloudConvert engine. Configurable position, opacity, font, rotation, margin. Works on PDFs, PNG/JPG/GIF, MP4/MOV/WEBM.
Input schema:
- file_url (string, required): Public URL of the input file (PDF, PNG, JPG, GIF, BMP, TIFF, WEBP, MP4, MOV, WEBM, MKV, AVI, etc.). The URL extension is used to detect format.
- text (string, optional): Watermark text. Provide either text OR image_url (not both).
- image_url (string, optional): Public URL of an image to use as the watermark (use a transparent PNG).
- font_size (number, optional): Font size in points (text watermark). Default 40. Range 6-400.
- font_color (string, optional): Font color as 6-digit hex (e.g. '#FF0000'). Default '#000000'.
- opacity (number, optional): Opacity 0-100. 100 = fully visible.
- rotation (number, optional): Rotation in degrees (-360 to 360).
- position_vertical (string, optional): 'top', 'center' (default), or 'bottom'.
- position_horizontal (string, optional): 'left', 'center' (default), or 'right'.
Output schema:
- output_url (string): Signed CloudConvert URL of the watermarked file (24h expiry).
- file_size_bytes (number): Output file size in bytes.
- input_format (string): Detected input format (pdf, png, mp4, etc.).
- watermark_type (string): 'text' or 'image'.
- source_url (string): Echo of the input URL.
- job_id (string): CloudConvert job id.
---
#### watermark-pdf — $0.02 USDC
URL: https://agentutility.ai/mediakit/watermark-pdf
POST: https://x402.org/v1/watermark-pdf
Price: 0.02 USDC
Method: POST
Category: uncategorized
Tags: mediakit, pdf, watermark, pdf-watermark, overlay, cloudconvert, add-watermark-pdf
Alias of: watermark
Description: Add watermark to PDF. Text or image overlay on PDFs, PNG / JPG / GIF, or MP4 / MOV / WEBM with configurable position, opacity, font, rotation, and margin. Same backend as watermark / pdf-watermark under a clearer search slug. CloudConvert engine.
Input schema:
- file_url (string, required): URL of the PDF, image, or video file to watermark.
- text (string, optional): Watermark text to overlay on the file; mutually exclusive with image_url.
- image_url (string, optional): URL of an image to use as the watermark overlay; mutually exclusive with text.
- font_size (number, optional): Font size in points for text watermarks.
- font_color (string, optional): Hex color code (e.g., #FF0000) for the watermark text.
- opacity (number, optional): Watermark opacity from 0 (transparent) to 1 (fully opaque).
- rotation (number, optional): Rotation angle in degrees applied to the watermark.
- position_vertical (string, optional): Vertical placement of the watermark: top, center, or bottom.
- position_horizontal (string, optional): Horizontal placement of the watermark: left, center, or right.
Output schema:
- output_url (string): URL of the watermarked PDF, image, or video file.
- watermark_type (string): Type of watermark applied: text or image.
- input_format (string): Detected format of the source file (pdf, png, jpg, gif, mp4, mov, or webm).
---
#### xlsx-to-csv — $0.005 USDC
URL: https://agentutility.ai/mediakit/xlsx-to-csv
POST: https://x402.org/v1/xlsx-to-csv
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: mediakit, file-conversion, spreadsheet, xlsx, csv, excel-to-csv, xlsx-to-csv
Alias of: excel-to-csv
Description: Excel to CSV / XLSX to CSV / Numbers to CSV / spreadsheet to CSV. Convert any sheet of an .xlsx, .xlsm, .xls, or .ods workbook to CSV. Sheet selection, encoding, quote style. CloudConvert.
Input schema:
- xlsx_url (string, required): URL of the .xlsx, .xlsm, .xls, or .ods workbook to download and convert.
- sheet (string, optional): Name or index of the sheet to convert; defaults to the first sheet if omitted.
- format (string, optional): Output CSV format options like delimiter, quote style, or encoding (e.g. utf8, latin1).
- include_all_sheets (boolean, optional): When true, converts every sheet in the workbook instead of just the selected one.
Output schema:
- sheet_count (string): Number of sheets found in the source workbook.
- total_rows (string): Total row count across the converted sheet(s) in the resulting CSV output.
---
#### xml-to-word — $0.05 USDC
URL: https://agentutility.ai/mediakit/xml-to-word
POST: https://x402.org/v1/xml-to-word
Price: 0.05 USDC
Method: POST
Category: uncategorized
Tags: mediakit, file-conversion, document-conversion, xml, docx, word, xml-to-docx, xml-to-word
Description: XML → Microsoft Word (DOCX) converter via CloudConvert. Demand-intel: 43 unmet signals.
Input schema:
- xml_url (string, optional): Public URL of the source XML file to convert into a DOCX document.
- xml (string, optional): Raw XML content as a string, used when no xml_url is provided.
Output schema:
- docx_url (string): Signed URL to download the converted Microsoft Word (DOCX) file.
---
#### youtube-transcript — $0.01 USDC
URL: https://agentutility.ai/mediakit/youtube-transcript
POST: https://x402.org/v1/youtube-transcript
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: mediakit, youtube, transcript, captions, subtitles, video-text, closed-captions, youtube-transcript
Description: YouTube transcript / closed-caption fetcher / video subtitles puller / auto-generated CC reader. Pulls YouTube auto-generated or manual captions for any video and returns the full text plus per-segment {start, duration, text}. Optional language pick. Backed by Supadata's transcript pipeline (server-side; no caller key required). If no transcript is available for the video, returns a 404 with a clear error.
Input schema:
- video_id_or_url (string, required): YouTube video ID (11-char) or full URL (youtube.com/watch?v=…, youtu.be/…, /embed/…, /shorts/…).
- language (string, optional): Preferred caption language code (e.g. 'en', 'es', 'ja'). Default: pick the first available.
- include_chapters (boolean, optional): Parse chapter timestamps from the video description. Default false.
Output schema:
- video_id (string): YouTube video ID parsed from the input URL or passed through verbatim.
- title (string): Video title as listed on YouTube.
- channel (string): Channel name that uploaded the video.
- duration_seconds (string): Total video length in seconds.
- language (string): BCP-47 language code of the returned transcript (e.g. 'en', 'es').
- transcript (string): Full caption text joined into a single string with segment breaks collapsed.
- segments (string): Array of {start, duration, text} objects giving per-caption-line timing in seconds.
- chapters (string): Array of video chapter markers with title and start time, when YouTube exposes them.
- source (string): Caption origin tag: 'manual' for uploaded subtitles or 'auto' for YouTube auto-generated CC.
---
## Wordmint — Named LLM tasks. Minted at a sticker price.
URL: https://agentutility.ai/wordmint
Endpoints: 41
Price range: $0.001 – $0.02 USDC/call
Lead endpoint: summarize
Pitch: Summarize, translate, classify, extract entities, generate regex, score a resume — every named text task an agent needs, with a fixed price and no prompt engineering.
Buyer: Any agent that touches text — RAG, customer-service automation, research agents, devtool agents that need NL → regex / SQL / cron.
Wedge: OpenAI and Anthropic charge per-token. Agents that want a specific task (sentiment, summarize, classify) without prompt-engineering and model selection just pay $0.01 and get the answer. Wordmint mints the outcome.
### endpoints
#### ai-to-human-text — $0.01 USDC
URL: https://agentutility.ai/wordmint/ai-to-human-text
POST: https://x402.org/v1/ai-to-human-text
Price: 0.01 USDC
Method: POST
Category: ai
Tags: humanize, rewriter, ai-detection, paraphrase, text
Description: AI text humanizer / GPT detector bypass. Strips telltale LLM patterns (formulaic transitions, em-dash overuse, 'delve' / 'tapestry' / 'navigate the landscape'). 4 tones.
Input schema:
- text (string, required): Source text to humanize. Max 12,000 characters.
- tone (string, optional): 'neutral' (default), 'casual', 'professional', or 'academic'.
- preserve_length (boolean, optional): If true (default), keep within ±15% of source length. If false, tighten freely.
Output schema:
- text (string): Rewritten text.
- tone (string): Tone applied.
- input_chars (number): Source character count.
- output_chars (number): Rewritten character count.
- model (string): Model used for the rewrite.
---
#### citation-verify — $0.01 USDC
URL: https://agentutility.ai/wordmint/citation-verify
POST: https://x402.org/v1/citation-verify
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: wordmint, fact-check, citation-verification, hallucination-detector, claim-verification, source-grounding, evidence-extraction
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.
Input schema:
- claim (string, required): The claim to verify.
- source_url (string, required): Public http(s) URL of the source to check against. Up to 100KB read.
Output schema:
- claim (string): Echoes the claim text that was checked against the source.
- source_url (string): URL of the page that was fetched and used as evidence.
- source_chars (string): Character count of the stripped HTML text passed to the model.
- source_bytes_total (string): Total bytes downloaded from the source URL before the 100KB cap was applied.
- truncated (string): True when the fetched source exceeded the 100KB cap and was cut off.
- verdict (string): One of supported, contradicted, or absent based on what the source says about the claim.
- confidence (string): Model's confidence in the verdict on a 0 to 1 scale.
- evidence_quote (string): Strongest verbatim quote from the source that backs the verdict, or empty if none found.
- model (string): Identifier of the Venice model used, typically claude-sonnet-4-6.
- source (string): Upstream provider tag, set to venice for this endpoint.
---
#### classify — $0.02 USDC
URL: https://agentutility.ai/wordmint/classify
POST: https://x402.org/v1/classify
Price: 0.02 USDC
Method: POST
Category: ai
Tags: classify, categorize, moderation, routing, ai, llm
Description: Zero-shot text classifier. Caller supplies labels. Multi-label mode. Calibrated confidences + reasoning.
Input schema:
- text (string, required): Source text. Max 15,000 chars.
- labels (array, required): Array of 2-25 candidate labels (strings, ≤80 chars each).
- multi_label (boolean, optional): If true, returns all labels that meaningfully apply. Default false (single best).
- label_descriptions (object, optional): Optional { label: description } mapping for finer control.
Output schema:
- results (array): Array of {label, confidence}.
- top_label (string): Highest-confidence label from the caller-supplied set.
- reasoning (string): Short explanation of why the chosen label(s) fit the input text.
- multi_label (boolean): True if more than one label was assigned above threshold.
- labels (array): Array of {label, score} pairs with calibrated confidences for each caller-supplied label.
- input_chars (number): Character count of the classified input text.
- model (string): Identifier of the underlying LLM used for classification.
---
#### classify-text — $0.02 USDC
URL: https://agentutility.ai/wordmint/classify-text
POST: https://x402.org/v1/classify-text
Price: 0.02 USDC
Method: POST
Category: ai
Tags: classify, categorize, moderation, routing, ai, llm
Description: Text classifier / zero-shot classifier / category sorter. Caller supplies labels (2-25). Multi-label mode. Calibrated confidences + reasoning. Mistral powered.
Input schema:
- text (string, required): Source text. Max 15,000 chars.
- labels (array, required): Array of 2-25 candidate labels (strings, ≤80 chars each).
- multi_label (boolean, optional): If true, returns all labels that meaningfully apply. Default false (single best).
- label_descriptions (object, optional): Optional { label: description } mapping for finer control.
Output schema:
- results (array): Array of {label, confidence}.
- top_label (string): Highest-confidence label chosen from the caller's supplied label set.
- reasoning (string): Short explanation of why the classifier picked the top label.
- multi_label (boolean): True if multi-label mode was used (text can match more than one label).
- labels (array): Array of label objects with name and calibrated confidence score, sorted by score descending.
- input_chars (number): Character count of the input text submitted for classification.
- model (string): Mistral model identifier used to produce the classification.
---
#### commit-message-from-diff — $0.01 USDC
URL: https://agentutility.ai/wordmint/commit-message-from-diff
POST: https://x402.org/v1/commit-message-from-diff
Price: 0.01 USDC
Method: POST
Category: ai
Tags: git, commit, developer, conventional-commits
Description: Git commit message generator / Conventional Commits / AI commit-msg. Type, scope, subject, body, breaking_change flag. Ready for git commit -m.
Input schema:
- diff (string, required): Git diff text.
- style (string, optional): Commit message style preset, e.g. 'conventional' for Conventional Commits or 'plain' for free-form.
- scope (string, optional): Optional scope hint to inject into the message, like 'auth' or 'api', overriding model-inferred scope.
Output schema:
- type (string): Conventional Commits type like feat, fix, chore, docs, refactor, test, or perf.
- scope (string): Inferred scope of the change, like 'auth' or 'parser', or empty when no clear scope applies.
- subject (string): Short imperative summary line under ~72 chars, no trailing period.
- body (string): Longer explanation paragraph(s) describing what changed and why, blank when the diff is trivial.
- breaking_change (boolean): True when the diff introduces a breaking API or behavior change requiring a BREAKING CHANGE footer.
- full_message (string): Fully assembled commit text (subject + body + footers) ready to pass to git commit -m.
- style (string): Style preset actually used to format the message, echoing the requested style or the default.
- diff_chars (number): Character count of the input diff that was analyzed.
- model (string): Identifier of the LLM that generated the commit message, like 'claude-haiku-4-5'.
---
#### content-simhash — $0.001 USDC
URL: https://agentutility.ai/wordmint/content-simhash
POST: https://x402.org/v1/content-simhash
Price: 0.001 USDC
Method: POST
Category: uncategorized
Tags: wordmint, content-hashing, simhash, near-duplicate-detection, dedup, fingerprinting, locality-sensitive-hash, shingling
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.
Input schema:
- text (string, required): Text to hash. Up to 500,000 chars.
- shingle_size (number, optional): k-gram size for shingles. Range [1, 8]. Default 3.
Output schema:
- hash_hex (string): 64-bit SimHash fingerprint as a 16-character lowercase hex string.
- hash_int (string): Same 64-bit SimHash rendered as a decimal integer string (safe for languages without u64).
- bit_count (string): Number of set bits (popcount) in the SimHash, useful as a quick sanity check.
- token_count (string): Number of tokens extracted from the input text before shingling.
- shingle_count (string): Number of distinct k-shingles hashed into the SimHash.
- shingle_size (string): Shingle width k used (tokens per shingle), default 3.
- text_chars (string): Character length of the input text that was hashed.
- source (string): Echoes how the text was supplied (e.g. inline text vs fetched URL).
---
#### cron-explain — $0.002 USDC
URL: https://agentutility.ai/wordmint/cron-explain
POST: https://x402.org/v1/cron-explain
Price: 0.002 USDC
Method: POST
Category: ai
Tags: cron, schedule, developer, explain, sysadmin
Description: Cron expression explainer / cron parser / scheduling translator. Takes 5/6/7-field cron OR @yearly/@monthly/@daily macros. Returns plain English, frequency bucket, per-field breakdown, validation notes, runs-per-day estimate.
Input schema:
- expression (string, required): Cron expression to parse: 5/6/7-field syntax or macro like @yearly, @monthly, @weekly, @daily, @hourly.
- timezone (string, optional): IANA timezone (e.g. America/New_York) used to interpret the schedule; defaults to UTC if omitted.
Output schema:
- expression (string): Echoes the input cron expression or macro that was parsed.
- timezone (string): Timezone applied when interpreting the schedule, echoed back from input or defaulted.
- explanation (string): Plain-English sentence describing when the cron fires (e.g. 'Every Monday at 9:00 AM').
- frequency (string): Frequency bucket label such as minutely, hourly, daily, weekly, monthly, or yearly.
- fields (object): Parsed cron fields keyed by name (minute, hour, day, month, weekday, and optional second/year).
- field_explanations (object): Per-field plain-English breakdown keyed by field name (e.g. minute: 'at minute 0').
- is_valid (boolean): True if the cron expression parsed cleanly with no syntax or range errors.
- validation_notes (array): Array of warnings or error strings flagged during parsing (empty when fully valid).
- estimated_runs_per_day (number): Approximate number of times the schedule fires in a 24-hour period.
---
#### cron-parse — $0.002 USDC
URL: https://agentutility.ai/wordmint/cron-parse
POST: https://x402.org/v1/cron-parse
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: wordmint, cron, cron-parser, scheduling, cron-expression
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.
Input schema:
- expression (string, required): Cron expression to parse, either a 5/6/7-field string or a macro like @yearly, @monthly, @weekly, @daily, @hourly.
- timezone (string, optional): IANA timezone name (e.g. America/New_York) used when interpreting fire times; defaults to UTC if omitted.
Output schema:
- explanation (string): Plain-English description of when the cron expression fires, e.g. 'every weekday at 9:00 AM'.
- frequency (string): Frequency bucket label such as minutely, hourly, daily, weekly, monthly, or yearly.
---
#### describe-image — $0.02 USDC
URL: https://agentutility.ai/wordmint/describe-image
POST: https://x402.org/v1/describe-image
Price: 0.02 USDC
Method: POST
Category: ai
Tags: image, vision, ocr, alt-text, caption, ai, llm
Description: AI image descriptor / vision LLM. Modes: describe, alt_text (accessibility, ≤125 chars), OCR (extract visible text), tags (8-15 keywords), caption (single-sentence). Vision LLM powered.
Input schema:
- image_url (string, required): Public URL of an image.
- mode (string, optional): 'describe' (default), 'alt_text', 'ocr', 'tags', 'caption'.
- prompt (string, optional): Optional custom instruction. Overrides mode.
Output schema:
- text (string): Generated output for the selected mode: prose description, alt text, extracted OCR text, keyword list, or caption.
- mode (string): Mode used to generate the output: describe, alt_text, ocr, tags, or caption.
- image_url (string): URL of the source image that was analyzed by the vision LLM.
- model (string): Vision LLM model name that produced the description (e.g. claude-haiku-4-5).
---
#### detect-language — $0.005 USDC
URL: https://agentutility.ai/wordmint/detect-language
POST: https://x402.org/v1/detect-language
Price: 0.005 USDC
Method: POST
Category: ai
Tags: nlp, language, detect, ai, i18n
Description: Language detector / language identification. ISO 639-1 code, full name, confidence (0-1). Mixed-language detection with secondary languages list. 100+ languages.
Input schema:
- text (string, required): Source text. Max 10,000 chars (only first 2k sampled to model).
Output schema:
- language_code (string): ISO 639-1 two-letter code.
- language_name (string): Full English name of the detected primary language (e.g., 'English', 'Spanish', 'Mandarin Chinese').
- confidence (number): 0 to 1.
- is_mixed (boolean): True when the input contains meaningful content in more than one language above the detection threshold.
- secondary_languages (array): ISO codes if is_mixed=true.
- input_chars (number): Character count of the submitted text that was analyzed for language detection.
- model (string): Identifier of the language-detection model or library version used to produce the result.
---
#### detect-pii — $0.02 USDC
URL: https://agentutility.ai/wordmint/detect-pii
POST: https://x402.org/v1/detect-pii
Price: 0.02 USDC
Method: POST
Category: ai
Tags: pii, privacy, redact, compliance, security
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.
Input schema:
- text (string, required): Raw text to scan for PII like emails, phones, SSNs, credit cards, addresses, names, IPs, and API tokens.
- redact (boolean, optional): Return text with matches replaced by [TYPE].
Output schema:
- matches (array): Array of detected PII items, each with the matched value, type label, and character offset in the text.
- match_count (number): Total number of PII matches found across all types.
- pii_density (number): Ratio of PII characters to total input characters, roughly 0 to 1.
- risk_level (string): Overall risk bucket such as none, low, medium, or high based on match types and density.
- redacted_text (string): Input text with each match replaced by a [TYPE] token like [EMAIL] or [SSN] when redaction is requested.
- input_chars (number): Character length of the submitted text.
- model (string): Identifier of the detection model or ruleset version used for this scan.
---
#### dictionary-define — $0.002 USDC
URL: https://agentutility.ai/wordmint/dictionary-define
POST: https://x402.org/v1/dictionary-define
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: dictionary, wordmint, define-word, pronunciation, synonyms, etymology, ipa-phonetic, word-lookup
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 — no auth, commercial-OK.
Input schema:
- word (string, required): English word to define (case-insensitive). Single token, no whitespace required for compound words.
Output schema:
- word (string): Headword that was looked up, normalized to lowercase as returned by the Free Dictionary API.
- phonetic (string): IPA phonetic transcription of the word (e.g. /ˈwɜːrd/), empty string when no phonetic is available.
- pronunciation_audio_url (string): URL to an MP3 pronunciation clip when one is available, empty string otherwise.
- meanings (string): Array of part-of-speech groups, each with definitions, usage examples, and per-sense synonyms/antonyms.
- source (string): Upstream source attribution, set to "Free Dictionary API (dictionaryapi.dev)".
---
#### email-draft — $0.02 USDC
URL: https://agentutility.ai/wordmint/email-draft
POST: https://x402.org/v1/email-draft
Price: 0.02 USDC
Method: POST
Category: ai
Tags: email, writing, outreach, ai
Description: AI email writer / cold outreach / follow-up generator. Subject + body + salutation + sign-off. 7 tones × 10 email types (cold_outreach, follow_up, decline, reply, internal_update, thank_you, intro, request, apology, general). Length controls.
Input schema:
- prompt (string, required): What you want to communicate, to whom.
- recipient_name (string, optional): Name of the person the email is addressed to, used in the salutation.
- sender_name (string, optional): Name of the person sending the email, used in the sign-off.
- tone (string, optional): Voice for the draft (one of 7 tones, e.g. formal, casual, friendly, direct, warm, professional, urgent).
- email_type (string, optional): Email category: cold_outreach, follow_up, decline, reply, internal_update, thank_you, intro, request, apology, or general.
- length (string, optional): Target draft length (short, medium, or long) controlling word count.
- cta (string, optional): Call-to-action the body should drive toward (meeting, reply, link click, etc.).
Output schema:
- subject (string): Generated subject line for the email.
- body (string): Main email body text between salutation and sign-off.
- salutation (string): Opening greeting line (e.g. 'Hi Sarah,').
- sign_off (string): Closing line with sender name (e.g. 'Best, Adam').
- word_count (number): Total word count of the generated body.
- estimated_reading_seconds (number): Estimated time in seconds for a typical reader to finish the email.
- tone (string): Tone that was applied to the generated draft.
- email_type (string): Email category that was generated.
- length (string): Length bucket the draft was generated at.
- model (string): Identifier of the AI model that produced the draft.
---
#### embedding-similarity — $0.002 USDC
URL: https://agentutility.ai/wordmint/embedding-similarity
POST: https://x402.org/v1/embedding-similarity
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: wordmint, embeddings, cosine-similarity, semantic-search, vector-compare, paraphrase-detection, dedup, 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.
Input schema:
- text_a (string, required): First text. Up to 30,000 chars.
- text_b (string, required): Second text. Up to 30,000 chars.
- model (string, optional): Venice embedding model. Default 'text-embedding-bge-m3'.
Output schema:
- text_a (string): Echoes back the first input string that was embedded for comparison.
- text_b (string): Echoes back the second input string that was embedded for comparison.
- similarity (string): Cosine similarity between the two embeddings as a float in [-1, 1]; 1 means identical direction.
- model (string): Venice embedding model used to produce the vectors, defaults to text-embedding-bge-m3.
- dimensions (string): Number of dimensions in each embedding vector returned by the model.
- source (string): Upstream embedding provider that generated the vectors, typically venice.
---
#### extract — $0.02 USDC
URL: https://agentutility.ai/wordmint/extract
POST: https://x402.org/v1/extract
Price: 0.02 USDC
Method: POST
Category: ai
Tags: nlp, ner, entities, extraction, ai, llm
Description: Named entity extractor / NER. People, organizations, locations, dates, emails, URLs, phone numbers, monetary amounts. Mistral-powered.
Input schema:
- text (string, required): Source text. Max 25,000 chars.
Output schema:
- entities (object): Object with arrays: people, organizations, locations, dates, emails, urls, phone_numbers, amounts (each amount has mention/value/currency).
- total_entities (number): Count of named entities extracted across all categories (people, orgs, locations, dates, emails, URLs, phones, money).
- input_chars (number): Character length of the input text submitted for entity extraction.
- model (string): Identifier of the Mistral model used to perform the entity extraction.
---
#### extract-entities — $0.005 USDC
URL: https://agentutility.ai/wordmint/extract-entities
POST: https://x402.org/v1/extract-entities
Price: 0.005 USDC
Method: POST
Category: ai
Tags: nlp, ner, entities, extraction, ai, llm
Description: Named entity recognition (NER) / entity extractor. Pulls people, organizations, locations, dates, emails, URLs, phone numbers, monetary amounts. Verbatim with context. Mistral powered.
Input schema:
- text (string, required): Source text. Max 25,000 chars.
Output schema:
- entities (object): Object with arrays: people, organizations, locations, dates, emails, urls, phone_numbers, amounts (each amount has mention/value/currency).
- total_entities (number): Count of entities extracted across all categories (people, orgs, locations, dates, emails, URLs, phones, amounts).
- input_chars (number): Character count of the input text submitted for entity extraction.
- model (string): Mistral model identifier used to perform the named entity recognition pass.
---
#### humanize — $0.01 USDC
URL: https://agentutility.ai/wordmint/humanize
POST: https://x402.org/v1/humanize
Price: 0.01 USDC
Method: POST
Category: ai
Tags: humanize, rewriter, ai-detection, paraphrase, text
Description: AI text humanizer / GPT detector bypass. Strips LLM tells (em-dash overuse, formulaic transitions, 'delve', 'tapestry'). 4 tones.
Input schema:
- text (string, required): Source text to humanize. Max 12,000 characters.
- tone (string, optional): 'neutral' (default), 'casual', 'professional', or 'academic'.
- preserve_length (boolean, optional): If true (default), keep within ±15% of source length. If false, tighten freely.
Output schema:
- text (string): Rewritten text.
- tone (string): Tone applied.
- input_chars (number): Source character count.
- output_chars (number): Rewritten character count.
- model (string): Model used for the rewrite.
---
#### moderate-content — $0.02 USDC
URL: https://agentutility.ai/wordmint/moderate-content
POST: https://x402.org/v1/moderate-content
Price: 0.02 USDC
Method: POST
Category: ai
Tags: moderation, safety, classify, trust
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).
Input schema:
- text (string, required): Text content to classify against the safety categories.
- custom_categories (array, optional): 1-20 custom labels.
Output schema:
- categories (object): Per-category scores or booleans (harassment, hate_speech, violence, sexual_content, self_harm, spam, phishing, doxing, illegal_activity).
- verdict (string): Overall decision: allow, review, or block.
- summary (string): Short human-readable explanation of why the verdict was reached.
- flagged_count (number): Number of categories that crossed the flag threshold for this text.
- categories_evaluated (array): List of category names the classifier scored on this request (defaults plus any custom ones).
- input_chars (number): Character count of the submitted text.
- model (string): Identifier of the moderation model that produced the verdict.
---
#### pii-redact — $0.005 USDC
URL: https://agentutility.ai/wordmint/pii-redact
POST: https://x402.org/v1/pii-redact
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: wordmint, pii-redaction, data-masking, gdpr, privacy-scrubber, email-redaction, credit-card-masking, pii-detection
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.
Input schema:
- text (string, required): Text to redact. Up to 30,000 chars.
- mask (string, optional): Replacement string. Use 'type' (default) for [EMAIL], [PHONE], etc.; or any literal string for a uniform mask.
Output schema:
- original (string): Original input text exactly as submitted, before any redaction is applied.
- redacted (string): Text with all detected PII replaced by masked placeholders like [EMAIL], [PHONE], [SSN], [NAME].
- found (string): Array of {type, value, masked_with} triples listing every piece of PII detected and how it was masked.
- found_count (string): Total number of PII items detected and redacted across both regex and LLM stages.
- model (string): Venice model used for the second-stage LLM redaction pass (mistral-small-3-2-24b).
- source (string): Indicator of which stage detected each item: regex pre-pass or Venice LLM residual pass.
---
#### prompt-compress — $0.005 USDC
URL: https://agentutility.ai/wordmint/prompt-compress
POST: https://x402.org/v1/prompt-compress
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: wordmint, prompt-engineering, prompt-optimization, token-reduction, context-compression, cost-optimization, llm-tooling, 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.
Input schema:
- prompt (string, required): Prompt to compress. Up to 60,000 chars.
- target_ratio (number, optional): Target length as a fraction of original. Range [0.1, 1.0]. Default 0.4.
Output schema:
- original (string): Original long prompt text submitted by the caller, returned verbatim for diff and comparison.
- compressed (string): Rewritten shorter prompt preserving every instruction, constraint, and example intent from the original.
- original_chars (string): Character count of the original input prompt before compression.
- compressed_chars (string): Character count of the compressed output prompt after rewriting.
- target_ratio (string): Requested compression ratio (compressed length divided by original length) the caller asked for.
- actual_ratio (string): Achieved compression ratio (compressed_chars divided by original_chars) after the rewrite.
- model (string): Underlying LLM used to compress the prompt, currently Venice mistral-small-3-2-24b.
- source (string): Provider behind the compression model, here Venice.
---
#### regex-from-prompt — $0.01 USDC
URL: https://agentutility.ai/wordmint/regex-from-prompt
POST: https://x402.org/v1/regex-from-prompt
Price: 0.01 USDC
Method: POST
Category: ai
Tags: regex, developer, ai, pattern
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.
Input schema:
- prompt (string, required): Natural-language description of the pattern to generate, e.g. 'match US phone numbers with optional country code'.
- flavor (string, optional): Target regex flavor: pcre, javascript, python, or go (RE2).
- sample_text (string, optional): If provided, regex is run live (JS only).
- flags (string, optional): Optional flags to apply, e.g. 'gi' or 'ims'; defaults inferred from prompt if omitted.
Output schema:
- pattern (string): Generated regex pattern body, without delimiters, ready to drop into the chosen flavor.
- flags (string): Flag string applied to the pattern, e.g. 'gi', 'm', or empty if none.
- flavor (string): Regex flavor the pattern targets: pcre, javascript, python, or go.
- explanation (string): Plain-English breakdown of what each part of the pattern matches.
- test_examples (array): 3-6 sample strings labeled match or no-match showing intended behavior.
- caveats (array): Known edge cases, flavor-specific gotchas, or inputs the pattern won't handle.
- live_matches (array): Actual matches found when the JS pattern is run against sample_text, with indices and captures.
- live_error (string): Error message if the JS regex failed to compile or execute against sample_text.
- model (string): Identifier of the LLM used to generate the pattern, e.g. claude-haiku-4-5.
---
#### resume-scorer — $0.02 USDC
URL: https://agentutility.ai/wordmint/resume-scorer
POST: https://x402.org/v1/resume-scorer
Price: 0.02 USDC
Method: POST
Category: ai
Tags: resume, ats, job-match, scoring, recruiting
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.
Input schema:
- resume (string, required): Resume text. Max 18,000 characters.
- job_description (string, required): Target job description text. Max 8,000 characters.
Output schema:
- score (object): Structured scoring report including overall_score, verdict, summary, subscores, matched_keywords, missing_keywords, strengths, gaps, and improvements.
- model (string): Model used for scoring.
- resume_chars (number): Resume character count.
- jd_chars (number): Job description character count.
---
#### retrieval-rerank — $0.005 USDC
URL: https://agentutility.ai/wordmint/retrieval-rerank
POST: https://x402.org/v1/retrieval-rerank
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: wordmint, rag, reranker, retrieval, document-scoring, top-k, cross-encoder
Description: Retrieval reranker / RAG reranker / document scoring / top-k filter / cross-encoder substitute. Given a query and up to 30 candidate documents, scores each 0-100 for query relevance using Venice qwen3-5-35b-a3b in JSON-mode and returns sorted top-k. Useful as a second-stage reranker on top of cheap vector retrieval.
Input schema:
- query (string, required): Search query.
- documents (array, required): Candidate documents. Up to 30; each up to 2,000 chars (truncated).
- top_k (number, optional): How many top documents to return. Default min(5, len(documents)).
Output schema:
- query (string): Echo of the original query string the documents were scored against.
- ranked (string): Array of {index, score, document} objects sorted by relevance score descending, length up to top_k.
- doc_count (string): Number of candidate documents submitted in the request before reranking.
- top_k (string): Number of top-scored documents returned in the ranked array.
- model (string): Venice model ID used for scoring, typically qwen3-5-35b-a3b in JSON mode.
- source (string): Upstream provider tag identifying where the reranking inference ran, e.g. 'venice'.
---
#### rewrite-tone — $0.02 USDC
URL: https://agentutility.ai/wordmint/rewrite-tone
POST: https://x402.org/v1/rewrite-tone
Price: 0.02 USDC
Method: POST
Category: ai
Tags: rewrite, tone, writing, ai
Description: Tone rewriter / paraphraser / writing style changer. 12 tones: formal, casual, friendly, confident, empathetic, concise, playful, persuasive, apologetic, technical, simple, enthusiastic. Audience + length controls.
Input schema:
- text (string, required): Source text to rewrite in the requested tone.
- tone (string, required): Target tone: formal, casual, friendly, confident, empathetic, concise, playful, persuasive, apologetic, technical, simple, or enthusiastic.
- target_audience (string, optional): Intended reader (e.g. executives, customers, engineers) used to guide vocabulary and framing.
- target_length (string, optional): Desired output length: shorter, same, or longer than the input.
Output schema:
- text (string): Rewritten text in the requested tone, audience, and length.
- tone (string): Tone applied to the rewrite, echoed from the request.
- target_audience (string): Audience used to shape the rewrite, echoed from the request.
- target_length (string): Length target applied to the rewrite, echoed from the request.
- input_chars (number): Character count of the submitted source text.
- output_chars (number): Character count of the rewritten text.
- model (string): Identifier of the LLM that produced the rewrite.
---
#### semantic-chunk — $0.002 USDC
URL: https://agentutility.ai/wordmint/semantic-chunk
POST: https://x402.org/v1/semantic-chunk
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: wordmint, text-splitter, rag-chunking, sentence-aware, paragraph-aware, chunk-overlap, semantic-chunker
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 — no upstream call.
Input schema:
- text (string, required): Text to split. Up to 1,000,000 chars.
- chunk_size (number, optional): Target chunk size in characters. Range [50, 20000]. Default 500.
- overlap (number, optional): Overlap between chunks in characters. Default 50. Capped at chunk_size - 1.
- mode (string, optional): Splitting strategy. Default 'fixed'.
Output schema:
- chunks (string): Array of chunk objects, each with text, start offset, end offset, and char count.
- chunk_count (string): Number of chunks produced from the input text.
- mode (string): Chunking mode used: 'fixed', 'sentence', or 'paragraph'.
- chunk_size (string): Target maximum character size per chunk as applied.
- overlap (string): Character overlap between adjacent chunks (fixed mode) or 0 otherwise.
- text_chars (string): Total character length of the input text before chunking.
- source (string): Identifier for the chunker, e.g. 'semantic-chunk' / local splitter tag.
---
#### sentiment — $0.01 USDC
URL: https://agentutility.ai/wordmint/sentiment
POST: https://x402.org/v1/sentiment
Price: 0.01 USDC
Method: POST
Category: ai
Tags: sentiment, emotion, nlp, ai
Description: Sentiment + emotion analyzer. Overall sentiment + score (-1..+1) + per-emotion (joy/anger/sadness/fear/surprise/disgust). Aspect-based optional.
Input schema:
- text (string, required): Text to analyze for sentiment and emotion (typically a sentence, paragraph, or short document).
- aspects (array, optional): Up to 15 noun phrases for aspect-based scoring.
Output schema:
- overall_sentiment (string): Overall sentiment label for the input text, such as positive, negative, neutral, or mixed.
- overall_score (number): Signed sentiment score from -1 (most negative) to +1 (most positive) for the full input.
- confidence (number): Model confidence in the overall sentiment classification, from 0 to 1.
- summary (string): Short natural-language summary of the sentiment and emotional tone detected in the text.
- emotions (object): Per-emotion scores covering joy, anger, sadness, fear, surprise, and disgust (each 0..1).
- aspects (object): Optional aspect-based breakdown mapping extracted aspects or topics to their own sentiment scores.
- input_chars (number): Character count of the submitted text, used for size accounting.
- model (string): Identifier of the underlying model that produced the sentiment and emotion analysis.
---
#### sentiment-analysis — $0.01 USDC
URL: https://agentutility.ai/wordmint/sentiment-analysis
POST: https://x402.org/v1/sentiment-analysis
Price: 0.01 USDC
Method: POST
Category: ai
Tags: sentiment, emotion, nlp, ai
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.
Input schema:
- text (string, required): Text to analyze for sentiment, emotion, and optional aspect-based scoring.
- aspects (array, optional): Up to 15 noun phrases for aspect-based scoring.
Output schema:
- overall_sentiment (string): Overall sentiment label such as positive, negative, neutral, or mixed.
- overall_score (number): Overall sentiment score from -1 (most negative) to +1 (most positive).
- confidence (number): Confidence in the overall sentiment classification, from 0 to 1.
- summary (string): Short natural-language summary of the sentiment and key emotional tone in the text.
- emotions (object): Per-emotion scores for joy, anger, sadness, fear, surprise, and disgust.
- aspects (object): Aspect-based sentiment scores, mapping each detected aspect or topic to its sentiment.
- input_chars (number): Character count of the input text that was analyzed.
- model (string): Model identifier used to produce the sentiment and emotion classification.
---
#### sql-from-prompt — $0.02 USDC
URL: https://agentutility.ai/wordmint/sql-from-prompt
POST: https://x402.org/v1/sql-from-prompt
Price: 0.02 USDC
Method: POST
Category: ai
Tags: sql, developer, ai, query, database
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.
Input schema:
- prompt (string, required): Natural-language description of the query you want, e.g. 'top 10 customers by revenue last quarter'.
- schema (string, optional): Optional CREATE TABLE / DDL or schema description.
- dialect (string, optional): Target SQL dialect: postgres, mysql, sqlite, bigquery, snowflake, mssql, duckdb, or ansi.
Output schema:
- sql (string): Generated SQL query string in the requested dialect, ready to run against your database.
- dialect (string): SQL dialect the query was generated for (echoes the input or defaults if none was supplied).
- explanation (string): Plain-English summary of what the SQL does and how it answers the prompt.
- tables_referenced (array): Array of table names the generated SQL reads from or writes to.
- is_destructive (boolean): True if the SQL contains DELETE, DROP, TRUNCATE, UPDATE, or other mutating statements.
- warnings (array): Array of caveats like missing schema info, ambiguous columns, or potentially expensive scans.
- model (string): Identifier of the LLM that generated the SQL (e.g. claude-sonnet-4-6).
---
#### structured-extract — $0.01 USDC
URL: https://agentutility.ai/wordmint/structured-extract
POST: https://x402.org/v1/structured-extract
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: wordmint, text-extraction, json-schema, structured-output, key-value-extraction, form-filler, schema-guided-extraction
Description: Structured-data extractor / JSON-from-text / schema-guided extraction / key-value pull / form-filler. Reads free-form text and emits a JSON object conforming to a user-supplied JSON Schema. Powered by Venice zai-org-glm-4.7 (function-calling-default model) with response_format json_object. Returns the extracted object plus a `validates` flag against the user's schema (basic top-level type and required-key check).
Input schema:
- text (string, required): Source text. Up to 30,000 chars.
- schema (object, required): JSON Schema describing the desired output object. The handler relays this to the model and validates the result's top-level shape.
Output schema:
- extracted (string): JSON object pulled from the input text, shaped to match the user-supplied JSON Schema.
- validates (string): Boolean flag indicating whether the extracted object passes the top-level type and required-key check.
- schema (string): Echo of the JSON Schema the caller supplied to guide the extraction.
- model (string): Identifier of the Venice model used for extraction (zai-org-glm-4.7, function-calling-default).
- source (string): Original free-form text the extractor read to produce the structured object.
---
#### summarize — $0.01 USDC
URL: https://agentutility.ai/wordmint/summarize
POST: https://x402.org/v1/summarize
Price: 0.01 USDC
Method: POST
Category: ai
Tags: summarize, tldr, executive-summary, ai, llm
Description: AI summarizer / TLDR generator. Compress long text into tldr / bullets / paragraph / executive-summary. 30k char input. Mistral-powered.
Input schema:
- text (string, required): Text to summarize. Max 30,000 chars.
- style (string, optional): 'tldr' (default), 'bullets', 'paragraph', or 'executive'.
- max_words (number, optional): Optional target length in words (1-1000).
Output schema:
- summary (string): Compressed version of the input text in the requested style (tldr, bullets, paragraph, or executive-summary).
- style (string): Summary style applied to the output: tldr, bullets, paragraph, or executive-summary.
- input_chars (number): Character count of the source text submitted for summarization.
- output_chars (number): Character count of the generated summary.
- model (string): Mistral model identifier that produced the summary.
---
#### summarize-text — $0.01 USDC
URL: https://agentutility.ai/wordmint/summarize-text
POST: https://x402.org/v1/summarize-text
Price: 0.01 USDC
Method: POST
Category: ai
Tags: summarize, tldr, executive-summary, ai, llm
Description: AI text summarizer / TLDR generator. 4 styles: tldr (1-2 sentences), bullets (3-7 points), paragraph, executive (headline + bullets + recommendation). 30k char input. Mistral powered.
Input schema:
- text (string, required): Text to summarize. Max 30,000 chars.
- style (string, optional): 'tldr' (default), 'bullets', 'paragraph', or 'executive'.
- max_words (number, optional): Optional target length in words (1-1000).
Output schema:
- summary (string): Generated summary text in the requested style (tldr, bullets, paragraph, or executive format).
- style (string): Summary style used: tldr, bullets, paragraph, or executive.
- input_chars (number): Character count of the source text submitted for summarization.
- output_chars (number): Character count of the generated summary.
- model (string): Mistral model identifier that produced the summary.
---
#### text-classify — $0.005 USDC
URL: https://agentutility.ai/wordmint/text-classify
POST: https://x402.org/v1/text-classify
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: wordmint, text-classification, zero-shot-classification, nlp, multi-label, intent-detection, mistral, classifier
Description: Text classifier. Zero-shot classification — 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.
Input schema:
- text (string, required): Input text to classify against the supplied label set.
- labels (array, required): Array of 2-25 candidate label strings the classifier picks from.
- multi_label (boolean, optional): When true, returns all labels that match instead of a single top pick.
- label_descriptions (object, optional): Optional map of label name to a short definition that disambiguates each label for the model.
Output schema:
- top_label (string): Label string with the highest confidence score for the input text.
---
#### text-embedding — $0.002 USDC
URL: https://agentutility.ai/wordmint/text-embedding
POST: https://x402.org/v1/text-embedding
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: embeddings, text-embedding, vector-embedding, semantic-search, wordmint, gemini-embedding, bge-m3
Description: Text embedding / vector embedding / semantic vector / Venice embeddings / Gemini embeddings / BGE-M3. Embeds 1 to 100 strings via Venice. Tier shorthand: 'default' → gemini-embedding-2-preview (newest, recommended), 'fast' → text-embedding-bge-m3, 'openai-compat' → text-embedding-3-small. You can also pass a full Venice embedding model name. Returns a list of vectors aligned with input order.
Input schema:
- texts (array, required): 1 to 100 strings to embed; each up to 30,000 chars.
- model (string, optional): Tier shorthand ('default'|'fast'|'openai-compat') or full Venice embedding model name. Default 'default'.
Output schema:
- embeddings (string): Array of float vectors, one per input string, in the same order as the input array.
- count (string): Number of input strings that were embedded in this call.
- dimensions (string): Vector length of each returned embedding (varies by model).
- model (string): Full Venice model name actually used to generate the embeddings.
- tier (string): Tier shorthand resolved for this call (default, fast, openai-compat, or the passed model name).
- usage (string): Token usage stats from Venice for this embedding call.
- source (string): Upstream provider that produced the vectors (Venice).
---
#### text-normalize — $0.001 USDC
URL: https://agentutility.ai/wordmint/text-normalize
POST: https://x402.org/v1/text-normalize
Price: 0.001 USDC
Method: POST
Category: uncategorized
Tags: wordmint, unicode, normalization, homoglyph-detection, script-detection, invisible-characters, nfc-nfkc, 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 'а' that looks like Latin 'a'), and invisible / RTL / BOM detection. Same backend as unicode-normalize. Pure JS — no upstream API.
Input schema:
- text (string, required): Input text. Up to 100000 chars.
- form (string, optional): Default 'NFC'.
Output schema:
- normalized (string): Input string after applying the requested Unicode normalization form (NFC, NFD, NFKC, or NFKD).
- form (string): Normalization form that was applied to the input (one of NFC, NFD, NFKC, NFKD).
- scripts_detected (string): List of Unicode scripts found in the input (e.g. Latin, Cyrillic, Greek, Hebrew, Arabic, CJK).
- is_mixed_script (string): True when the input mixes characters from multiple scripts, a common homoglyph-attack signal.
---
#### thesaurus — $0.002 USDC
URL: https://agentutility.ai/wordmint/thesaurus
POST: https://x402.org/v1/thesaurus
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: wordmint, thesaurus, synonyms, antonyms, rhymes, query-expansion, paraphrasing, datamuse
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 — no auth, commercial-OK.
Input schema:
- word (string, required): Single English word to look up.
- mode (string, optional): Relation type. Default 'synonyms'.
- limit (number, optional): Max results to return. 1-50. Default 20.
Output schema:
- word (string): Input word that was looked up in the thesaurus.
- mode (string): Lookup mode used: synonyms, antonyms, sounds_like, similar_meaning, or related.
- results (string): Array of related words returned by Datamuse for the given word and mode, ordered by relevance score.
- source (string): Upstream data provider, set to 'datamuse' for this endpoint.
---
#### token-count — $0.001 USDC
URL: https://agentutility.ai/wordmint/token-count
POST: https://x402.org/v1/token-count
Price: 0.001 USDC
Method: POST
Category: uncategorized
Tags: wordmint, tokenizer, token-count, context-window, gpt-4, claude-tokens, tiktoken, cl100k
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 ±5% versus tiktoken on typical English. No upstream call.
Input schema:
- text (string, required): Text to count. Up to 1,000,000 chars.
- model (string, optional): Target model. Examples: 'gpt-4o' (default), 'claude-sonnet-4-5', 'gemini-2-pro'. Free-form; matched against an internal multiplier table.
Output schema:
- text_chars (string): Character count of the input text that was tokenized.
- model (string): Model name supplied in the request (e.g. gpt-4o, claude-3-5-sonnet, gemini-1.5-pro).
- matched_tokenizer (string): Internal tokenizer family matched to the model (e.g. cl100k_base, o200k_base, claude-approx, gemini-approx).
- estimated_tokens (string): Estimated token count for the input text under the matched tokenizer.
- accuracy_note (string): Expected accuracy band versus the official tokenizer, typically within plus or minus 5% on English prose.
- source (string): Origin of the estimate; always local-heuristic since no upstream tokenizer API is called.
---
#### tool-card-generate — $0.005 USDC
URL: https://agentutility.ai/wordmint/tool-card-generate
POST: https://x402.org/v1/tool-card-generate
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: wordmint, tool-card, function-calling, openai-schema, json-schema, a2a, agent-tools, tool-card-generator
Description: Tool card generator / OpenAI function-calling spec / A2A tool-card / agent tool description. Given a tool name + plain-English description (and optional parameter hints), emits a strict OpenAI/A2A-compatible tool card: { name, description, parameters: }. Powered by Venice zai-org-glm-4.7 in json_object mode. Useful for retrofitting LLM-callable tool descriptions onto existing API endpoints.
Input schema:
- name (string, required): Tool name (1-64 chars, snake_case or kebab-case, starts with a letter).
- description (string, required): One-sentence description of what the tool does.
- parameters_hint (string, optional): Free-form hint about parameters: types, names, what they mean. Optional.
- example (string, optional): Optional example invocation.
Output schema:
- tool_card (string): JSON string with the generated tool card object containing name, description, and a JSON Schema parameters block.
- model (string): Venice model ID used to generate the tool card (zai-org-glm-4.7).
- source (string): Generator identifier indicating the tool card was produced by this endpoint's Venice-backed pipeline.
---
#### translate — $0.005 USDC
URL: https://agentutility.ai/wordmint/translate
POST: https://x402.org/v1/translate
Price: 0.005 USDC
Method: POST
Category: ai
Tags: translate, translation, i18n, language, ai
Description: AI translator. 100+ languages. Auto-detect source. ISO codes or names. Native fluency. Preserves Markdown / code / URLs.
Input schema:
- text (string, required): Text to translate. Max 12,000 chars.
- target_language (string, required): ISO code or language name (e.g. 'fr', 'Mandarin Chinese').
- source_language (string, optional): Optional. Auto-detected if omitted.
- formality (string, optional): 'casual', 'formal', or 'neutral' (default).
Output schema:
- translated_text (string): Translated string in the target language, with Markdown, code blocks, and URLs preserved from the input.
- target_language (string): ISO 639-1 code or language name the text was translated into, as resolved from the request.
- source_language (string): ISO 639-1 code or language name of the input, echoed back when explicitly provided in the request.
- detected_source_language (string): ISO 639-1 code auto-detected from the input when no source language was supplied.
- formality (string): Tone applied to the translation, such as formal, informal, or default for the target language.
- input_chars (number): Character count of the source text submitted for translation.
- output_chars (number): Character count of the translated text returned in this response.
- model (string): Identifier of the AI model that produced the translation.
---
#### translate-text — $0.01 USDC
URL: https://agentutility.ai/wordmint/translate-text
POST: https://x402.org/v1/translate-text
Price: 0.01 USDC
Method: POST
Category: ai
Tags: translate, translation, i18n, language, ai
Description: AI translator — 100+ languages, native-fluent. Auto-detects source. ISO codes or language names. Configurable formality (casual/formal/neutral). Preserves Markdown / code / URLs.
Input schema:
- text (string, required): Text to translate. Max 12,000 chars.
- target_language (string, required): ISO code or language name (e.g. 'fr', 'Mandarin Chinese').
- source_language (string, optional): Optional. Auto-detected if omitted.
- formality (string, optional): 'casual', 'formal', or 'neutral' (default).
Output schema:
- translated_text (string): Translated output string in the target language, with Markdown, code blocks, and URLs preserved.
- target_language (string): Target language used for the translation, as an ISO code or language name.
- source_language (string): Source language as supplied in the request, or null if auto-detected.
- detected_source_language (string): Language auto-detected from the input text when source_language was not provided.
- formality (string): Formality register applied to the translation: casual, formal, or neutral.
- input_chars (number): Character count of the original input text submitted for translation.
- output_chars (number): Character count of the translated_text returned by the model.
- model (string): Identifier of the AI model that produced the translation.
---
#### type-inference-from-json — $0.001 USDC
URL: https://agentutility.ai/wordmint/type-inference-from-json
POST: https://x402.org/v1/type-inference-from-json
Price: 0.001 USDC
Method: POST
Category: uncategorized
Tags: json, typescript, zod, json-schema, type-inference, codegen, schema
Description: Type inference from JSON / JSON to TypeScript / JSON to Zod / JSON to JSON Schema / JSON shape inferer / quicktype-style type generator. Paste a JSON sample (or array of samples); returns a generated type definition in your chosen format. Merges across array elements / object samples — properties present in some but not all become optional, mixed primitive types become unions. Auto-detects string formats (date-time / uuid / uri / email) for richer outputs. Pure compute, no upstream call, no API key. Ideal inside agent code-gen loops that need to consume an unfamiliar API response.
Input schema:
- json (string | object | array | number | boolean | null, required): JSON sample — a JSON string OR a parsed object/array/primitive. Max 256 KB as string.
- format (string, optional): Output format. Default 'typescript'.
- root_name (string, optional): Name of the root type / interface / Zod export. Default 'Root'.
- date_strings (boolean, optional): Recognize ISO date-time/UUID/URL/email and emit format-aware types. Default true.
Output schema:
- format (string): Output format requested: typescript, zod, json-schema, or similar.
- root_name (string): Name used for the top-level generated type or schema (e.g. Root, User).
- types (string): Generated type definition source as a string in the requested format, ready to paste into code.
- inferred_shape (object): Internal shape tree with per-field types, optionality flags, and detected string formats before rendering.
- source (string): Echo of the input JSON sample (or array) that the types were inferred from.
---
#### unicode-normalize — $0.001 USDC
URL: https://agentutility.ai/wordmint/unicode-normalize
POST: https://x402.org/v1/unicode-normalize
Price: 0.001 USDC
Method: POST
Category: uncategorized
Tags: wordmint, unicode-normalize, homoglyph-detection, idn-spoof, zero-width-chars, phishing-detection, nfc-nfkc, lookalike-chars
Description: Unicode normalize / NFC NFD NFKC NFKD / homoglyph detection / IDN spoof / lookalike chars / invisible characters / zero-width / phishing detection / RTL override. Normalizes text to NFC (default), NFD, NFKC, or NFKD, classifies every codepoint by script (Latin / Cyrillic / Greek / Hebrew / Arabic / CJK / Hangul / etc.), flags Cyrillic / Greek / Latin Extended homoglyphs (the Cyrillic 'а' that looks like Latin 'a', etc.) with their position, codepoint, and the ASCII char they impersonate, and surfaces hidden / formatting characters like zero-width spaces, RTL overrides, and BOMs. Pure JS, no upstream API.
Input schema:
- text (string, required): Input text to normalize and analyze. Up to 100000 chars.
- form (string, optional): Unicode normalization form. Default 'NFC'.
Output schema:
- normalized (string): Input text after Unicode normalization to the requested form (NFC by default).
- form (string): Normalization form applied: NFC, NFD, NFKC, or NFKD.
- scripts_detected (string): List of Unicode scripts found in the input (Latin, Cyrillic, Greek, CJK, etc.).
- homoglyph_warnings (string): Array of suspicious lookalike codepoints with position, codepoint, and the ASCII char they impersonate.
- hidden_chars (string): Array of invisible or formatting chars found (zero-width spaces, RTL overrides, BOMs) with positions.
- is_mixed_script (string): True when input mixes scripts in a way that suggests IDN spoofing or phishing.
- source (string): Origin tag for the result, e.g. local JS normalization with no upstream API.
---
## WebProbe — Inspect any website. Pay per look.
URL: https://agentutility.ai/web-probe
Endpoints: 42
Price range: $0.001 – $0.05 USDC/call
Lead endpoint: scrape
Pitch: DNS, SSL, WHOIS, DMARC, subdomain enumeration, scraping, screenshots, Wikipedia, HN, arXiv. The agent's pre-flight check for the open web.
Buyer: Security agents, SEO automation, brand-monitoring bots, anti-phishing tools, journalism workflows, attack-surface mappers.
Wedge: Wappalyzer + SecurityTrails + HIBP + WHOIS + HN API — each is a separate product. WebProbe collapses them into one paid API surface.
### endpoints
#### archive-snapshot — $0.02 USDC
URL: https://agentutility.ai/web-probe/archive-snapshot
POST: https://x402.org/v1/archive-snapshot
Price: 0.02 USDC
Method: POST
Category: utilities
Tags: archive, wayback, history, monitor
Description: Wayback Machine API / archive.org wrapper. Returns closest archived snapshot URL + timestamp. Optionally fetches and cleans the archived page text. For historical content + reference rot fixes.
Input schema:
- url (string, required): Original URL to look up in the Wayback Machine archive.
- timestamp (string, optional): ISO 8601, YYYY-MM-DD, YYYYMMDD, or YYYYMMDDhhmmss.
- fetch_text (boolean, optional): Also fetch + clean the archived page. Default false.
Output schema:
- requested_url (string): Echoes back the URL submitted for archive lookup.
- snapshot_url (string): Direct link to the closest archived snapshot on web.archive.org.
- snapshot_timestamp (string): Wayback Machine timestamp of the snapshot in YYYYMMDDhhmmss format.
- snapshot_iso_timestamp (string): Snapshot capture time as an ISO 8601 datetime string.
- snapshot_status (string): HTTP status code the archive recorded when it captured the original page.
- archived_text (string): Cleaned plain-text body extracted from the archived page, when text fetch was requested.
- archived_text_chars (number): Character count of the cleaned archived_text payload.
- archive_fetch_status (number): HTTP status code returned when fetching the snapshot page from web.archive.org.
- source (string): Upstream archive provider used for the lookup, e.g. wayback or archive.org.
---
#### arxiv-bibtex — $0.002 USDC
URL: https://agentutility.ai/web-probe/arxiv-bibtex
POST: https://x402.org/v1/arxiv-bibtex
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: web-probe, bibtex, arxiv, citation-generator, academic-papers, latex, doi-lookup, 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 — no upstream auth.
Input schema:
- arxiv_id (string, required): arXiv ID. New-style (e.g. '1706.03762', '1706.03762v3') or old-style ('cs.AI/0602099'). 'arXiv:' prefix is stripped.
- cite_key (string, optional): Override the cite key. Default is auto-derived from first author surname + year + arxiv id.
Output schema:
- arxiv_id (string): Normalized arXiv identifier of the paper (e.g., 2301.12345 or older-style cs.AI/0301001).
- cite_key (string): BibTeX citation key used inside the entry, either auto-derived from first author + year or your override.
- title (string): Paper title as listed on arXiv, with LaTeX escaping applied for the BibTeX entry.
- authors (string): Author list joined for the BibTeX author field, formatted as 'Last, First and Last, First'.
- year (string): Four-digit publication year pulled from the arXiv submission or update date.
- abstract (string): Paper abstract text scraped from the arXiv API response.
- doi (string): DOI string if arXiv has one registered for the paper, otherwise empty.
- bibtex (string): Fully-formatted BibTeX @article entry ready to paste into a .bib file.
- source (string): Upstream data source label, set to 'arxiv' for entries built from the arXiv API.
---
#### arxiv-search — $0.03 USDC
URL: https://agentutility.ai/web-probe/arxiv-search
POST: https://x402.org/v1/arxiv-search
Price: 0.03 USDC
Method: POST
Category: uncategorized
Tags: web-probe, arxiv, academic-search, research-papers, preprints, scholarly-search, paper-search, 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.
Input schema:
- query (string, optional): Free-text search terms matched against arXiv paper titles, abstracts, and full text.
- author (string, optional): Author name to filter results by (matches arXiv author field).
- category (string, optional): arXiv subject category code to filter by (e.g. cs.AI, math.NT, hep-th).
- id_list (array, optional): Specific arXiv IDs to fetch directly instead of running a search query.
- limit (number, optional): Maximum number of papers to return in the response.
- sort_by (string, optional): Field to sort results by, such as relevance, lastUpdatedDate, or submittedDate.
- sort_order (string, optional): Sort direction, either ascending or descending.
- include_abstract (boolean, optional): Whether to include the full paper abstract in each returned result.
Output schema:
- total_results (string): Total number of arXiv papers matching the search query before the limit is applied.
- returned (string): Number of papers actually included in this response after applying the limit.
---
#### arxiv-summarize — $0.04 USDC
URL: https://agentutility.ai/web-probe/arxiv-summarize
POST: https://x402.org/v1/arxiv-summarize
Price: 0.04 USDC
Method: POST
Category: ai
Tags: arxiv, research, summarize, papers, science
Description: arXiv paper summarizer / research-paper TLDR. Given an arXiv ID or URL, fetches the abstract via arXiv API and produces structured summary: TLDR, key findings, methods, limitations, so-what, keywords. Plus authors, categories, DOI, PDF URL.
Input schema:
- arxiv_id_or_url (string, required): arXiv paper identifier (e.g. 2301.12345) or full arXiv abs/pdf URL to summarize.
- include_abstract (boolean, optional): Include the raw abstract in response. Default true.
Output schema:
- arxiv_id (string): Canonical arXiv ID parsed from the input (e.g. 2301.12345).
- arxiv_url (string): Canonical arXiv abstract page URL for the paper.
- pdf_url (string): Direct URL to the paper's PDF on arxiv.org.
- title (string): Paper title as registered on arXiv.
- authors (array): Array of author names listed on the arXiv submission.
- primary_category (string): Primary arXiv category code for the paper (e.g. cs.LG, hep-th).
- categories (array): All arXiv category codes the paper is cross-listed under.
- published (string): ISO 8601 timestamp of the paper's initial arXiv submission.
- updated (string): ISO 8601 timestamp of the most recent arXiv revision.
- doi (string): DOI associated with the paper, if registered on arXiv.
- summary (object): Structured TLDR object with key_findings, methods, limitations, so_what, and keywords fields.
- abstract (string): Raw abstract text fetched from the arXiv API.
- abstract_chars (number): Character count of the raw abstract string.
---
#### disposable-email-check — $0.005 USDC
URL: https://agentutility.ai/web-probe/disposable-email-check
POST: https://x402.org/v1/disposable-email-check
Price: 0.005 USDC
Method: POST
Category: utilities
Tags: email, disposable, validation, fraud
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.
Input schema:
- email (string, required): Email address to evaluate (e.g. 'user@mailinator.com'). Only the domain and local-part shape are used; the address is not contacted.
Output schema:
- email (string): Normalized email address that was checked, lowercased with whitespace trimmed.
- local_part (string): Portion before the @ sign, e.g. 'jdoe' from 'jdoe+tag@example.com'.
- domain (string): Portion after the @ sign, lowercased, e.g. 'mailinator.com'.
- is_valid_format (boolean): True if the address parses as a syntactically valid RFC 5322 email.
- is_disposable (boolean): True if the domain matches a known disposable/throwaway email provider in the blocklist.
- matched_blocklist_domain (string): Exact blocklist entry that matched the email's domain, or empty string if no match.
- is_explicitly_allowed (boolean): True if the domain is on the allowlist override, bypassing the disposable check.
- is_role_account (boolean): True if the local part is a generic role address like admin, noreply, support, or info.
- has_plus_tag (boolean): True if the local part contains a '+' subaddress tag (e.g. 'user+spam@gmail.com').
- has_mx_record (boolean): True if the domain has at least one MX record resolvable via Cloudflare DoH.
- blocklist_size (number): Total number of disposable domains in the blocklist used for this check.
- source (string): Identifier for the blocklist source or version used, e.g. 'disposable-email-domains'.
---
#### dmarc-check — $0.02 USDC
URL: https://agentutility.ai/web-probe/dmarc-check
POST: https://x402.org/v1/dmarc-check
Price: 0.02 USDC
Method: POST
Category: utilities
Tags: dmarc, spf, dkim, email-auth, deliverability, security
Description: DMARC / SPF / DKIM checker. Email-authentication audit — pulls TXT records, parses DMARC policy (none/quarantine/reject), SPF mechanisms, DKIM selectors. Returns 0-100 score + grade A-F + reasons.
Input schema:
- domain (string, required): Apex domain to audit (e.g. 'google.com'). Resolves SPF/DMARC TXT at the domain and at _dmarc..
- dkim_selectors (array, optional): Optional list of DKIM selectors (e.g. ['google','default']). Default: 15 common selectors.
Output schema:
- domain (string): Domain that was audited, echoed back from the request.
- score (number): Numeric email-auth health score from 0 to 100 based on SPF, DKIM, and DMARC posture.
- grade (string): Letter grade A through F mapped from the numeric score.
- reasons (array): Array of strings explaining what hurt or helped the score (missing DMARC, weak policy, no DKIM, etc.).
- spf (object): Parsed SPF record: presence, raw TXT, mechanisms (include/ip4/all), and qualifier on the all directive.
- dmarc (object): Parsed DMARC record: presence, policy (none/quarantine/reject), pct, subdomain policy, and rua/ruf tags.
- dkim (object): DKIM lookup result: selectors probed, which returned valid public keys, and key algorithm/length where found.
- source (string): Resolver or upstream used to fetch the TXT records (e.g. cloudflare-dns, google-dns).
---
#### dns-lookup — $0.02 USDC
URL: https://agentutility.ai/web-probe/dns-lookup
POST: https://x402.org/v1/dns-lookup
Price: 0.02 USDC
Method: POST
Category: utilities
Tags: dns, doh, resolver, mx, txt, spf
Description: DNS lookup / DNS resolver / DoH proxy. Query A, AAAA, MX, TXT, NS, CNAME, SOA, PTR, SRV, CAA, DNSKEY, DS, TLSA, HTTPS, SVCB records via Cloudflare DNS-over-HTTPS. No DNS infrastructure required.
Input schema:
- domain (string, required): Domain or hostname to resolve (e.g. 'example.com', 'mail.example.com'). Sent as-is, not stripped to apex.
- types (array, optional): Default: A, AAAA, MX, TXT, NS, CAA. Max 12 types per call.
Output schema:
- domain (string): Domain name that was queried (echoed from the request input).
- types_queried (array): List of DNS record types resolved in this call (e.g. A, AAAA, MX, TXT, NS, CNAME).
- records (object): Map keyed by record type, each value an array of resolved DNS records returned by Cloudflare DoH.
- flat (object): Convenience flat fields: a[], aaaa[], mx[], ns[], txt[], cname[], caa[].
- total_records (number): Total count of DNS records returned across all queried types.
- source (string): Upstream resolver identifier, typically cloudflare-dns.com (DNS-over-HTTPS).
---
#### domain-availability — $0.005 USDC
URL: https://agentutility.ai/web-probe/domain-availability
POST: https://x402.org/v1/domain-availability
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: web-probe, domain-availability, rdap, whois, domain-lookup, domain-expiry, registrar-lookup
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.
Input schema:
- domain (string, required): Domain to check (e.g. 'example.com'). Strip protocol/path automatically.
Output schema:
- domain (string): Domain name that was queried, echoed back in lowercase canonical form.
- is_registered (string): Boolean indicating whether the domain has an active RDAP record; false when rdap.org returns 404.
- registrar (string): Sponsoring registrar name from the RDAP record, or null if not disclosed by the registry.
- status (string): Array of EPP status codes currently set on the domain, like clientTransferProhibited or pendingDelete.
- registered_date (string): Original registration timestamp from the RDAP events array, in ISO 8601 format.
- expires_date (string): Current expiration timestamp from the RDAP events array, in ISO 8601 format.
- last_changed (string): Most recent modification timestamp from the RDAP events array, in ISO 8601 format.
- days_until_expiry (string): Integer days between now and expires_date; negative if the domain has already expired.
- source (string): Upstream data source identifier, typically rdap.org indicating which RDAP aggregator answered.
---
#### domain-suggest — $0.05 USDC
URL: https://agentutility.ai/web-probe/domain-suggest
POST: https://x402.org/v1/domain-suggest
Price: 0.05 USDC
Method: POST
Category: uncategorized
Tags: domain-availability, brandable-names, startup-naming, product-naming, tld-check, name-generator, domain-suggest
Description: Brandable domain suggester / startup-name brainstormer / product-name proposer / domain candidate generator. LLM brainstorms N short brandable candidates fitting a concept + tone, then verifies TLD availability across up to 6 TLDs via in-process domain-availability lookups. Returns candidates ranked by # available TLDs then brandability score, with per-TLD registrar info for each candidate. Pair with brand-clearance (Prooflayer) on the shortlist for trademark + Wikipedia + HN signal before adopting. Allowlisted TLDs: com, ai, dev, io, co, app, xyz, org, net, tech, tools, page, studio, shop.
Input schema:
- concept (string, required): Plain-language product / project description (1-240 chars). Example: 'graded-card portfolio tracker for collectors' or 'paid AI utility primitives for agents'.
- count (number, optional): Number of candidates to brainstorm. 1-20. Default 10. Multiplied by tlds.length must stay <= 80 lookups.
- tlds (array, optional): TLDs to check, without dots. Default ['com','ai','dev','io','co']. Allowlist: com, ai, dev, io, co, app, xyz, org, net, tech, tools, page, studio, shop. Max 6.
- tone (string, optional): Naming tone hint passed to the brainstorm LLM. Default 'neutral'.
Output schema:
- concept (string): Echoes back the concept/seed phrase the caller supplied for brandable name brainstorming.
- returned_count (string): Number of candidate names returned in the candidates array after LLM brainstorm + TLD checks.
- tlds_checked (string): List of TLDs queried for each candidate, drawn from the 14-TLD allowlist (com, ai, dev, io, etc.).
- candidates (string): Ranked array of brandable name candidates, each with per-TLD availability + registrar info and a brandability score.
---
#### expand-url — $0.02 USDC
URL: https://agentutility.ai/web-probe/expand-url
POST: https://x402.org/v1/expand-url
Price: 0.02 USDC
Method: POST
Category: utilities
Tags: url, redirect, shortlink, trace, phishing
Description: URL expander / redirect chain tracer / link-shortener resolver. Follows HTTP redirects step-by-step, returns every hop with status, location, redirect type, response time. Phishing-link analysis, marketing attribution, click-tracking.
Input schema:
- url (string, required): Starting URL (typically a shortlink). Must be http(s).
- max_hops (number, optional): 1-50. Default 15.
- user_agent (string, optional): Optional User-Agent header to send (some shorteners gate by UA). Default is a generic browser UA.
Output schema:
- initial_url (string): Original URL submitted for expansion before any redirects were followed.
- final_url (string): Terminal URL reached after following the full redirect chain.
- final_status (number): HTTP status code returned at the final hop (200, 404, etc.).
- hop_count (number): Number of redirect hops traversed between the initial and final URL.
- total_duration_ms (number): Total wall-clock time in milliseconds to trace the full redirect chain.
- hops (array): Ordered list of each redirect step with URL, status, location header, redirect type, and response time.
- truncated (boolean): True if the chain hit the max-hop cap before reaching a terminal URL.
- error (string): Error message if the trace failed (DNS failure, timeout, redirect loop, invalid URL).
---
#### github-readme — $0.002 USDC
URL: https://agentutility.ai/web-probe/github-readme
POST: https://x402.org/v1/github-readme
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: web-probe, github, readme, markdown, documentation, repo-metadata, github-readme
Description: GitHub README fetch / repo readme / open-source-readme-as-markdown / package documentation puller. Pulls the raw README markdown for any public GitHub repository via the official GitHub REST API — no auth required for public repos. Returns the unaltered markdown plus byte size and char count. Useful for agents documenting a stack, explaining a library, or snipping an example.
Input schema:
- repo (string, required): Repository in 'owner/name' form (e.g. 'vercel/next.js').
Output schema:
- repo (string): Repository slug in owner/name form that was fetched, echoed back from the request input.
- raw_markdown (string): Unaltered README markdown as returned by the GitHub REST API, with original headings, code fences, and links intact.
- byte_size (string): Size of the raw markdown payload in bytes, useful for budgeting downstream context windows.
- char_count (string): Total character count of the markdown string, including whitespace and newlines.
- source (string): Upstream API the markdown came from, typically the GitHub REST contents endpoint URL for the repo's README.
---
#### github-stars-history — $0.005 USDC
URL: https://agentutility.ai/web-probe/github-stars-history
POST: https://x402.org/v1/github-stars-history
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: github, repo-stats, stars-history, star-growth, trending-repos, web-probe, stargazers
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).
Input schema:
- repo (string, required): Repository in 'owner/name' form.
- pages (number, optional): How many sample pages to walk. Range [1, 10]. Default 5.
Output schema:
- repo (string): Canonical owner/name slug of the GitHub repo that was queried.
- current_stars (string): Total stargazer count for the repo at query time.
- forks (string): Total fork count for the repo at query time.
- created_at (string): ISO 8601 timestamp of when the repo was created on GitHub.
- pushed_at (string): ISO 8601 timestamp of the most recent push to the repo.
- history (string): Array of {date, stars} samples giving cumulative star count over time from sampled stargazer pages.
- sampled_pages (string): Number of /stargazers pages walked (1-10) to build the history series.
- note (string): Caveat about sampling resolution or GitHub rate-limit truncation when applicable.
- source (string): Upstream data source label, e.g. "github.com/repos" + "/stargazers".
---
#### hacker-news-search — $0.001 USDC
URL: https://agentutility.ai/web-probe/hacker-news-search
POST: https://x402.org/v1/hacker-news-search
Price: 0.001 USDC
Method: POST
Category: uncategorized
Tags: hacker-news, hn-search, tech-news, algolia-hn, story-search, comment-search, yc-news
Alias of: hn-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.
Input schema:
- query (string, required): Free-text search query (matches title, body, author, URL).
- type (string, optional): Restrict to a single HN item type. Omit to include all types.
- author (string, optional): Filter to a specific HN username (e.g. 'pg', 'dang').
- min_points (number, optional): Minimum points (upvotes) floor. Comments don't have points; using this implicitly filters to stories.
- since (string, optional): Lower bound on created_at — ISO8601 date (YYYY-MM-DD) or full timestamp.
- until (string, optional): Upper bound on created_at — ISO8601 date (YYYY-MM-DD) or full timestamp.
- sort (string, optional): 'relevance' (default, popularity-weighted) or 'date' (most-recent-first).
- limit (number, optional): Max hits to return. 1-20. Default 10.
Output schema:
- query (string): Echoes back the search query string that was submitted to the Algolia HN index.
- total_hits (string): Total number of HN stories or comments matching the query before pagination.
- results (string): Array of matching HN items with title, author, points, comment count, URL, and timestamp.
- source (string): Upstream data source identifier, typically 'algolia-hn' for the HN Search API.
---
#### hn-search — $0.001 USDC
URL: https://agentutility.ai/web-probe/hn-search
POST: https://x402.org/v1/hn-search
Price: 0.001 USDC
Method: POST
Category: uncategorized
Tags: web-probe, hacker-news, hn-search, algolia-hn, story-search, who-is-hiring, yc-news
Description: HN search / Hacker News search / yc-news / startup-news search / Algolia HN / who-is-hiring scraper / programmer-news firehose. Searches 30M+ Hacker News stories and comments via the public Algolia HN index. Filter by type (story|comment|poll), author, minimum points, ISO8601 date range (since/until), and sort by relevance or recency. Returns total hit count plus per-hit objectID, title, author, points, comment count, created_at, URL, and story/comment text. Public Algolia API — no auth, commercial-OK.
Input schema:
- query (string, required): Free-text search query (matches title, body, author, URL).
- type (string, optional): Restrict to a single HN item type. Omit to include all types.
- author (string, optional): Filter to a specific HN username (e.g. 'pg', 'dang').
- min_points (number, optional): Minimum points (upvotes) floor. Comments don't have points; using this implicitly filters to stories.
- since (string, optional): Lower bound on created_at — ISO8601 date (YYYY-MM-DD) or full timestamp.
- until (string, optional): Upper bound on created_at — ISO8601 date (YYYY-MM-DD) or full timestamp.
- sort (string, optional): 'relevance' (default, popularity-weighted) or 'date' (most-recent-first).
- limit (number, optional): Max hits to return. 1-20. Default 10.
Output schema:
- query (string): Echoes back the search query string that was submitted to the Algolia HN index.
- total_hits (string): Total number of HN stories or comments matching the query before pagination is applied.
- results (string): Array of hit objects with objectID, title, author, points, num_comments, created_at, url, and story/comment text.
- source (string): Identifier for the upstream index queried, typically the Algolia HN search endpoint.
---
#### homoglyph-check — $0.003 USDC
URL: https://agentutility.ai/web-probe/homoglyph-check
POST: https://x402.org/v1/homoglyph-check
Price: 0.003 USDC
Method: POST
Category: utilities
Tags: homoglyph, unicode, phishing, security, domain, spoofing
Description: Homoglyph attack detector / Unicode lookalike scanner. Detects Cyrillic / Greek / fullwidth / mathematical lookalikes commonly used in phishing (apple.com vs аpple.com). Plus invisible / zero-width / RTL-override characters. Risk score 0-100 + normalized form.
Input schema:
- text (string, required): Max 10000 chars.
Output schema:
- text (string): Original input string that was scanned for homoglyphs and invisible characters.
- text_length (number): Character count of the input string.
- homoglyph_findings (array): Array of detected lookalike characters with position, script (Cyrillic/Greek/etc), and ASCII equivalent.
- homoglyph_count (number): Total number of homoglyph characters found in the input.
- invisible_findings (array): Array of zero-width, invisible, or RTL-override characters detected, with positions and codepoints.
- invisible_count (number): Total number of invisible or zero-width characters found.
- block_counts (object): Map of Unicode block names to character counts (e.g. Latin, Cyrillic, Greek).
- has_mixed_scripts (boolean): True if the input mixes multiple writing scripts, a common phishing signal.
- ascii_only (boolean): True if every character is plain ASCII with no Unicode lookalikes possible.
- normalized (string): ASCII-folded form of the input with homoglyphs mapped back to their Latin equivalents.
- is_suspicious (boolean): True if the input shows signs of a homoglyph or invisible-character attack.
- risk_score (number): Phishing risk score from 0 (safe) to 100 (highly suspicious) based on findings.
- risk_level (string): Categorical risk bucket such as low, medium, high, or critical.
---
#### ip-asn — $0.001 USDC
URL: https://agentutility.ai/web-probe/ip-asn
POST: https://x402.org/v1/ip-asn
Price: 0.001 USDC
Method: POST
Category: uncategorized
Tags: web-probe, ip-lookup, geolocation, asn, whois, isp, ip-intelligence
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.
Input schema:
- ip (string, required): IPv4 or IPv6 address.
Output schema:
- ip (string): Echoes back the IPv4 or IPv6 address that was looked up.
- asn (string): Autonomous System Number announcing the prefix (e.g. AS15169).
- asn_org (string): Organization name registered to that ASN (e.g. Google LLC, Cloudflare Inc).
- country_code (string): ISO 3166-1 alpha-2 country code for the IP (e.g. US, DE, JP).
- country (string): Full country name geolocated for the IP.
- region (string): State, province, or top-level administrative region for the IP.
- city (string): City name geolocated for the IP.
- postal (string): Postal or ZIP code geolocated for the IP.
- latitude (string): Approximate latitude of the IP in decimal degrees as a string.
- longitude (string): Approximate longitude of the IP in decimal degrees as a string.
- timezone (string): IANA timezone name for the IP's location (e.g. America/Los_Angeles).
- source (string): Upstream backend that served the lookup: ipapi.co (primary) or ip-api.com (fallback).
---
#### jwt-decode — $0.003 USDC
URL: https://agentutility.ai/web-probe/jwt-decode
POST: https://x402.org/v1/jwt-decode
Price: 0.003 USDC
Method: POST
Category: utilities
Tags: jwt, token, auth, debug, developer
Description: JWT decoder / token inspector / debug tool. Splits a JWT into header / payload / signature, base64url-decodes each, parses claims (iss, aud, sub, jti, iat, exp, nbf, kid, alg), and reports clock-validity. Does NOT verify signatures.
Input schema:
- jwt (string, required): JWT (with or without 'Bearer ' prefix).
Output schema:
- header (object): Decoded JWT header object with parsed JOSE fields like alg, typ, kid, and any custom header parameters.
- payload (object): Decoded JWT payload object with all claims parsed from the base64url-decoded middle segment.
- signature (string): Raw signature segment from the JWT as a base64url string; not verified by this endpoint.
- algorithm (string): Signing algorithm declared in the header's alg field, such as HS256, RS256, ES256, or none.
- key_id (string): Key identifier from the header's kid field, used by verifiers to select the right signing key.
- type (string): Token type from the header's typ field, typically JWT but sometimes at+jwt or similar variants.
- claims (object): Standard JWT claims extracted from payload: iss, aud, sub, jti, iat, exp, nbf with parsed timestamps.
- is_expired (boolean): True if exp claim is present and the expiration timestamp is in the past relative to server clock.
- is_not_yet_valid (boolean): True if nbf claim is present and the not-before timestamp is in the future relative to server clock.
- is_currently_valid_by_clock (boolean): True if the token is neither expired nor not-yet-valid by clock; signature validity is not checked.
- payload_size_bytes (number): Byte length of the decoded payload JSON, useful for spotting oversized tokens.
- note (string): Reminder that this endpoint only decodes and clock-checks; it does not cryptographically verify signatures.
---
#### keyword-suggest — $0.002 USDC
URL: https://agentutility.ai/web-probe/keyword-suggest
POST: https://x402.org/v1/keyword-suggest
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: web-probe, seo, keyword-research, autocomplete, query-expansion, search-suggest, content-gap-analysis, keyword-suggest
Description: Keyword autocomplete / search suggest / SEO keyword research / query expansion / autocomplete suggestions. Aggregates suggestions from Wikipedia OpenSearch + DuckDuckGo's autocomplete (both public, no auth) into a de-duplicated ranked list. Useful for SEO content-gap analysis, LLM query expansion, agent-driven research.
Input schema:
- query (string, required): Seed query.
- limit (number, optional): 1-50. Default 10.
- source (string, optional): Default 'all'.
- lang (string, optional): Wikipedia language code, e.g. 'en', 'es'. Default 'en'.
Output schema:
- query (string): Echoes back the input search query that suggestions were generated for.
- suggestions (string): Ranked, de-duplicated list of autocomplete keyword suggestions merged from Wikipedia and DuckDuckGo.
- count (string): Total number of unique suggestions returned in the merged list.
- per_source (string): Per-source breakdown showing which suggestions came from Wikipedia OpenSearch vs DuckDuckGo autocomplete.
- attribution (string): Source attribution string crediting Wikipedia OpenSearch and DuckDuckGo as the upstream suggestion providers.
---
#### link-extract — $0.005 USDC
URL: https://agentutility.ai/web-probe/link-extract
POST: https://x402.org/v1/link-extract
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: link, links, extract, anchor, href, crawler, scrape
Description: Link extractor / extract links from URL / list all anchor links / page outlink crawler / scrape outbound links / get hrefs from page. Fetches an HTML URL and returns every link with its anchor text, rel attribute, and an is_external flag. Resolves relative URLs against the page's or final URL. Lighter than full scrape / metadata endpoints — exact tool for the agent task 'walk this page, pick which links to follow.' Default 500-link cap. SSRF-guarded (no loopback / RFC1918 targets).
Input schema:
- url (string, required): Page URL to fetch and extract from. http or https only. Private/loopback rejected. Redirects followed.
- include_external_only (boolean, optional): If true, drop same-host links. Default false.
- max_links (number, optional): Max links to return (1-2000). Default 500.
- include_text (boolean, optional): Include anchor visible text. Default true.
- timeout_ms (number, optional): Fetch timeout. Default 12000, max 25000.
Output schema:
- url (string): Original URL submitted by the caller before any redirect resolution.
- final_url (string): URL after following redirects; used as the fallback base for resolving relative hrefs.
- base_url (string): Effective base URL used to resolve relative links, from the page's tag or final_url.
- page_title (string,null): Text inside the page's tag, or null if the page has none.
- links (array): Array of extracted anchors, each with href, anchor text, rel attribute, and is_external flag.
- count (integer): Number of links returned in the links array after the 500-link cap is applied.
- total_found (integer): Total anchor count discovered on the page before the max-link cap truncated the list.
- truncated_at_max (boolean): True when total_found exceeded the 500-link cap and links was trimmed.
- source (string): Identifier of the extractor pipeline that produced the result, e.g. link-extract worker name.
- attribution (string): Required credit string for the link-extract endpoint when republishing the extracted data.
---
#### mcp-tools-list — $0.005 USDC
URL: https://agentutility.ai/web-probe/mcp-tools-list
POST: https://x402.org/v1/mcp-tools-list
Price: 0.005 USDC
Method: POST
Category: uncategorized
Tags: mcp, agent, tools, discovery, json-rpc, model-context-protocol
Description: MCP tools-list / Model Context Protocol discovery / list MCP server tools / tools/list JSON-RPC / agent capability discovery / MCP catalog lookup. Pass any MCP server URL (HTTP transport) — completes the initialize handshake and returns the tool catalog (names, descriptions, JSON-schema input shapes). Optionally also lists resources and prompts. Pure agent infrastructure: an agent that discovers an unknown MCP server URL gets back its capabilities without running its own MCP client. No API key. SSRF-guarded (no loopback / RFC1918 targets).
Input schema:
- url (string, required): Full URL to an MCP server's JSON-RPC HTTP endpoint.
- timeout_ms (number, optional): Per-call timeout. Default 12000, max 25000.
- list_resources (boolean, optional): Also call resources/list. Default false.
- list_prompts (boolean, optional): Also call prompts/list. Default false.
Output schema:
- url (string): MCP server URL that was probed (HTTP transport endpoint passed in the request).
- server_info (object,null): Server identity from the initialize handshake (name, version), or null if the server didn't return one.
- capabilities (object,null): Capabilities object from initialize — which MCP features (tools, resources, prompts) the server advertises.
- tools (array): Tool catalog from tools/list — each entry has name, description, and JSON-schema inputSchema.
- resources (array,null): Resource catalog from resources/list if the server supports resources, otherwise null.
- prompts (array,null): Prompt catalog from prompts/list if the server supports prompts, otherwise null.
- source (string): Identifier for which probe ran (e.g. mcp-tools-list) for debugging and provenance.
- attribution (string): Credit string pointing back to this x402 endpoint as the data source.
---
#### password-strength — $0.02 USDC
URL: https://agentutility.ai/web-probe/password-strength
POST: https://x402.org/v1/password-strength
Price: 0.02 USDC
Method: POST
Category: utilities
Tags: password, security, entropy, hibp, breach
Description: Password strength meter + breach checker. Entropy bits, character-class diversity, common-pattern penalties, estimated crack times (online/offline/GPU). Plus Have I Been Pwned k-anonymity breach lookup — full password never leaves the server.
Input schema:
- password (string, required): Password to score. Sent over TLS to the worker but never logged. Max 200 chars.
- check_breaches (boolean, optional): Check HIBP. Default true. Sends only first 5 chars of SHA-1 (k-anonymity).
Output schema:
- score (number): Overall password strength score, typically 0-100 combining entropy, length, and pattern penalties.
- bucket (string): Strength label like very-weak, weak, fair, strong, or very-strong derived from the score.
- length (number): Character count of the submitted password.
- entropy_bits (number): Shannon entropy estimate in bits based on charset size and length.
- charset_size (number): Size of the effective character pool used for entropy math (e.g., 26, 62, 95).
- character_classes (object): Per-class flags showing which sets appear: lowercase, uppercase, digits, symbols.
- character_class_count (number): Number of distinct character classes present (0-4).
- common_patterns_found (array): List of detected weak patterns like dictionary words, sequences, keyboard walks, or dates.
- estimated_crack_time (object): Crack-time estimates for online, offline, and GPU attack scenarios as human-readable durations.
- breach_count (number): Number of times the password appears in the Have I Been Pwned corpus.
- is_breached (boolean): True when breach_count is greater than zero in the HIBP dataset.
- breach_check_performed (boolean): True when the HIBP k-anonymity lookup ran successfully for this request.
- feedback (array): Actionable suggestions to strengthen the password, such as add length or mix character classes.
- note (string): Server-side note about scoring caveats, HIBP fallback, or privacy guarantee that the password never leaves.
---
#### pubmed-search — $0.01 USDC
URL: https://agentutility.ai/web-probe/pubmed-search
POST: https://x402.org/v1/pubmed-search
Price: 0.01 USDC
Method: POST
Category: uncategorized
Tags: web-probe, biomedical-search, pubmed, literature-search, research-papers, medical-research, ncbi, pmid-lookup
Description: PubMed biomedical literature search. NIH E-utilities. Returns PMID, title, abstract, authors, journal, MeSH terms, DOI. Federal public.
Input schema:
- query (string, required): PubMed query string. Supports field tags ('cancer[Title]', 'Smith J[Author]'), boolean operators, and MeSH terms.
- limit (number, optional): Max papers to return. 1-50. Default 10.
- date_from (string, optional): Lower bound on publication date (YYYY/MM/DD or YYYY-MM-DD).
- date_to (string, optional): Upper bound on publication date (YYYY/MM/DD or YYYY-MM-DD).
- sort (string, optional): Result ordering. Default 'relevance'.
- include_abstract (boolean, optional): If true (default), include the abstract text per paper. Set false for a smaller, faster response.
Output schema:
- total (string): Total number of PubMed records matching the query, as reported by NIH E-utilities (string-encoded integer).
- returned (string): Count of PMID results actually included in this response payload (string-encoded integer).
---
#### qr-code-decode — $0.002 USDC
URL: https://agentutility.ai/web-probe/qr-code-decode
POST: https://x402.org/v1/qr-code-decode
Price: 0.002 USDC
Method: POST
Category: uncategorized
Tags: web-probe, qr-code, qr-decoder, barcode-reader, image-ocr, link-extraction, qr-scanner
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.
Input schema:
- image_url (string, required): Public http(s) URL of an image containing one or more QR codes. Must be directly fetchable.
Output schema:
- codes (string): Array of decoded text strings extracted from QR codes found in the image, one entry per detected code.
- source (string): Upstream decoder used (qrserver.com's read-qr-code API) that produced the decoded results.
---
#### qr-code-generate — $0.001 USDC
URL: https://agentutility.ai/web-probe/qr-code-generate
POST: https://x402.org/v1/qr-code-generate
Price: 0.001 USDC
Method: POST
Category: uncategorized
Tags: qr-code, qr-generator, barcode, vcard, wifi-qr, svg, png, qr-encoder
Description: QR code generator / QR maker / vCard QR / WiFi QR / URL to QR / SVG QR / PNG QR / customizable error correction. Generates a QR code from arbitrary text — URL, vCard, WiFi join string, plain text — and returns it as a base64-encoded PNG (default) or SVG. Configurable size (64-1024 px), error correction level (L/M/Q/H), quiet-zone margin, and foreground/background hex colors. Pure JS encoder via the qrcode npm package — no upstream API call, deterministic output.
Input schema:
- text (string, required): Text to encode. Any string up to ~4296 chars (alphanumeric).
- format (string, optional): Output image format. Default 'png'.
- size (number, optional): Image side length in pixels. Range [64, 1024]. Default 256.
- error_correction (string, optional): Reed-Solomon error-correction level. L=7%, M=15% (default), Q=25%, H=30% redundancy.
- margin (number, optional): Quiet-zone margin in modules. Range [0, 20]. Default 4.
- foreground (string, optional): QR module color as 6 or 8-digit hex (e.g. '#000000'). Default '#000000'.
- background (string, optional): Background color as 6 or 8-digit hex (e.g. '#FFFFFF'). Default '#FFFFFF'.
Output schema:
- format (string): Output image format returned, either "png" (default, base64-encoded) or "svg" (XML markup).
- size (string): Pixel dimensions of the square QR image (e.g. "256x256"), reflecting the requested size parameter.
- data_base64 (string): Base64-encoded QR image bytes (PNG) or the raw SVG markup string, depending on the requested format.
- content_type (string): MIME type of the encoded payload, either image/png or image/svg+xml, for direct embedding or decoding.
- source (string): Generator identifier, always "qrcode-npm" since encoding happens locally with no upstream API call.
---
#### rss-from-anything — $0.04 USDC
URL: https://agentutility.ai/web-probe/rss-from-anything
POST: https://x402.org/v1/rss-from-anything
Price: 0.04 USDC
Method: POST
Category: utilities
Tags: rss, feed, scrape, monitor, html
Description: RSS feed generator / HTML to RSS converter. Auto-detects article items on any HTML page, OR pass CSS selectors. RSS 2.0 output. For sites that don't publish a feed.
Input schema:
- url (string, required): Page URL to fetch and convert into an RSS 2.0 feed.
- feed_title (string, optional): Override channel title. Default page title.
- item_selector (string, optional): Selector for each item. If omitted, auto-detection runs.
- title_selector (string, optional): Optional CSS selector for item titles; overrides auto-detection.
- link_selector (string, optional): Optional CSS selector for item links; overrides auto-detection.
- date_selector (string, optional): Optional CSS selector for item publish dates; overrides auto-detection.
- description_selector (string, optional): Optional CSS selector for item descriptions or summaries; overrides auto-detection.
- max_items (number, optional): Default 50, max 200.
Output schema:
- rss (string): RSS 2.0 XML document as a string, ready to serve or save as .xml.
- mime_type (string): MIME type for the rss payload, typically application/rss+xml.
- feed_title (string): Channel title derived from the source page's or heading.
- feed_link (string): Canonical link back to the source page used as the feed's channel link.
- feed_description (string): Channel description derived from the page meta description or first paragraph.
- item_count (number): Number of items extracted and included in the feed.
- items (array): Array of parsed feed items with title, link, pubDate, and description fields.
- mode (string): Extraction mode used: 'auto' for heuristic detection or 'selectors' when CSS selectors were supplied.
---
#### scrape — $0.04 USDC
URL: https://agentutility.ai/web-probe/scrape
POST: https://x402.org/v1/scrape
Price: 0.04 USDC
Method: POST
Category: utilities
Tags: scrape, fetch, html, extract, metadata, url
Description: Web scraper / HTML extractor. Title, OG/Twitter meta, body in text/HTML/markdown, optional links. Cheerio-based.
Input schema:
- url (string, required): Public http/https URL to scrape.
- format (string, optional): 'text' (default), 'html', or 'markdown'.
- include_links (boolean, optional): Include array of unique links found on the page (max 500). Default false.
- user_agent (string, optional): Override the User-Agent header.
Output schema:
- url (string): Final URL fetched after following redirects.
- final_url (string): Final URL after redirects.
- status_code (number): HTTP status code returned by the upstream server.
- title (string): Page title from the tag.
- description (string): Meta description from the page's or OG description tag.
- canonical (string): Canonical URL from when present.
- lang (string): Language code from the attribute, like en or fr.
- h1 (string): Text of the first