# agentutility — full content snapshot > 799 paid x402 endpoints (799 live) in 18 product clusters. USDC-settled on Base. MCP-callable. ERC-8004 agentId 47167. This file is a complete content dump intended for LLM ingestion in one request. By x.com/agentutility_ai. Site: https://agentutility.ai Generated: 2026-08-15T17:21:18.073Z --- ## 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 - MCP packages: `@agentutility/mcp-*` — 8 stdio cluster packages, one per live cluster. Catalog at https://mcp.agentutility.ai - ERC-8004 Identity Registry on Base: agentId 47167 --- ## Prooflayer — Trust + risk scanners for AI-built apps. URL: https://agentutility.ai/prooflayer Endpoints: 17 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.agentutility.ai/ai-content-detector Price: 0.03 USDC Method: POST Category: ai Tags: ai-detection, content, moderation, llm, classify Description: Detect AI-generated writing with a calibrated probability score. Returns a 0-1 likelihood, a verdict, suspicious phrases, and per-axis style signals (em-dash overuse, hedge phrases, formulaic transitions). Works as an AI content detector, GPT detector, or ChatGPT-text checker. Input schema: - text (string, required): Text to analyze for AI-generated writing. Max 20000 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. --- #### ai-image-detector — $0.02 USDC URL: https://agentutility.ai/prooflayer/ai-image-detector POST: https://x402.agentutility.ai/ai-image-detector Price: 0.02 USDC Method: POST Category: uncategorized Tags: ai, image, detector, ai-image-detector Description: AI-generated image detector: send an image URL and get back a calibrated probability that the image is AI-generated or synthetic, plus the vision signals behind the score — anatomical artifacts (hands, teeth, eyes), garbled pseudo-text, over-smooth texture, lighting/shadow inconsistency, background incoherence, and an over-stylized 'AI look'. This is a vision-model heuristic, not a forensic or watermark-level detector, calibrated to never inflate a verdict just because a caller wants one. Verdict buckets: likely_real below 0.4, uncertain 0.4-0.65, likely_ai at 0.65+. A failed or unparseable vision call returns an error instead of a guess. Use it as an AI image detector, synthetic image checker, AI-generated picture screen, or image slop filter. Input schema: - image_url (string, required): Direct HTTP/HTTPS URL to the image to assess. - hint (string, optional): Optional context about the image, e.g. 'profile picture' or 'product photo'. Max 500 chars. Used as a hint only, never overrides what the model sees. Output schema: - probability_ai_generated (string): - verdict (string): - confidence (string): - reasoning (string): - signals (string): - image_url (string): - source (string): - model (string): --- #### app-store-rejection-explain — $0.02 USDC URL: https://agentutility.ai/prooflayer/app-store-rejection-explain POST: https://x402.agentutility.ai/app-store-rejection-explain Price: 0.02 USDC Method: POST Category: uncategorized Tags: prooflayer, app, store, rejection, explain, app-store-rejection-explain Description: Explains App Store and Google Play rejections and turns them into a resubmission plan. Parses rejection text and app metadata, identifies likely policy areas, extracts deadlines, and returns a policy-clean resubmission checklist plus reviewer-note outline. Does not promise approval or recommend platform-policy evasion. Use it for Google Play rejection triage or as a mobile app review policy checklist. Input schema: - rejection_text (string, required): Apple App Review or Google Play rejection text. Max 30k chars. - platform (string, optional): Optional platform hint. - app_metadata (string, optional): Optional app description, screenshots notes, release notes, or metadata excerpt. Output schema: - platform (string): - urgency (string): - likely_policy_areas (string): - resubmission_checklist (string): - boundary (string): --- #### brand-clearance — $0.25 USDC URL: https://agentutility.ai/prooflayer/brand-clearance POST: https://x402.agentutility.ai/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: Screens a candidate brand name across trademark, domain, and web-presence checks in a single composite signal. Runs 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, and a 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, or startup names before committing. Screening tool only, not legal advice. Use it as a brand clearance aggregator, name screening tool, product-name vetting step, or startup-brand pre-flight. 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.agentutility.ai/cve Price: 0.005 USDC Method: POST Category: ai Tags: cve, vulnerability, security, nvd, exploit Description: Looks up a CVE and returns the full NIST NVD vulnerability record. Short alias of cve-lookup: CVSS v3.1 + v2 vectors, severity, CWE class, affected CPE list, references, public-exploit indicator with reference URLs, and a bounded exploitability summary. Federal public data. Use it as a vulnerability lookup, NVD record fetch, CVSS scorer, vuln advisory fetch, exploit-known check, or patch-priority triage for Log4Shell-style records. Input schema: - cve_id (string, required): CVE identifier in 'CVE-YYYY-NNNN[N...]' format. Case-insensitive. 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.agentutility.ai/cve-lookup Price: 0.005 USDC Method: POST Category: ai Tags: cve, vulnerability, security, nvd, exploit Description: Looks up a CVE and returns its canonical NIST NVD record: description, CVSS v3.1 and v2 vectors plus numeric scores, severity bucket, CWE class, affected CPE list, NVD references, and a public-exploit-known boolean with reference URLs. Takes a CVE-YYYY-NNNNN identifier and includes a bounded plain-English exploitability summary. Federal public data. Use it as a vulnerability database, NVD record fetcher, CVSS scorer, Log4Shell-style advisory inspector, known-exploit checker, CISA KEV adjacent tool, patch-priority triage aid, or CWE classifier. Input schema: - cve_id (string, required): CVE identifier in 'CVE-YYYY-NNNN[N...]' format. Case-insensitive. Example 'CVE-2021-44228' (Log4Shell). 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.agentutility.ai/db-migration-risk Price: 0.02 USDC Method: POST Category: ai Tags: security, database, migrations, sql, alembic, postgres, prooflayer Description: Audits database migrations for risky SQL before deploy. Walks migrations/, prisma/migrations/, db/migrate/, supabase/migrations/, and 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. Use it as a 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, or pre-deploy DB gate. 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.agentutility.ai/dep-risk-summary Price: 0.03 USDC Method: POST Category: ai Tags: security, dependencies, supply-chain, npm, pypi, lockfile, prooflayer Description: Scores dependency risk for a whole repo from its manifests and lockfiles. 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}, ...]}. Use it as a package.json + lockfile vetter, unpinned dep detector, transitive dep counter, requirements.txt audit, pyproject dep risk check, deprecated dep detector, install-script dep detector, or Snyk-adjacent repo-level supply-chain risk score. 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.agentutility.ai/deploy-config-risk Price: 0.02 USDC Method: POST Category: ai Tags: security, deploy, dockerfile, cors, secrets, prooflayer Description: Audits deploy configuration files for production risks. Fetches Dockerfile, wrangler.toml, vercel.json, netlify.toml, fly.toml, docker-compose.yml, and 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, and 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. Use it as a Dockerfile lint, vercel.json hardening pass, wrangler.toml review, docker-compose.yml safety check, fly.toml secrets check, netlify deploy gate, open CORS detector, exposed admin port detector, plaintext-secret-in-env detector, or production-readiness deploy gate. 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.agentutility.ai/github-repo-health Price: 0.03 USDC Method: POST Category: ai Tags: github, open-source, repo, health, score Description: Score how healthy and maintained an open-source GitHub repo is. Send a repo (owner/name) and it pulls public GitHub REST API data on commit recency, 30-day commit volume, star count, contributor count, README/tests/CI presence, and license, rolling it into a 0-100 score and a grade (abandoned, stale, okay, healthy, or thriving), plus a short LLM verdict explaining the rating. No auth needed for public repos. Use it as a GitHub repo health checker, open-source maintainability score, repo activity checker, or dependency-vetting tool before you adopt or depend on a library. Input schema: - repo (string, required): GitHub repository in 'owner/name' format, e.g. 'facebook/react'. 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.agentutility.ai/package-risk-npm Price: 0.03 USDC Method: POST Category: ai Tags: npm, supply-chain, security, package, risk Description: Scores supply-chain risk for an npm package before you install it. Pulls registry metadata + download stats for the package (and optional version) and checks maintainer count, weekly downloads, install / postinstall script hooks, dependency tree depth, deprecation flag, package age, last-publish recency, and edit-distance to popular package names (typosquat). Returns a 0-10 score, risk_level bucket, contributing factors, typosquat candidate list, and a Venice plain-English summary. Use it as an npm supply-chain scanner, typosquat detector, postinstall-script flagger, npm install pre-flight audit, package.json + pnpm-lock.yaml vetter, or Snyk-adjacent / Socket.dev-adjacent pre-install safety gate. Input schema: - package_name (string, required): npm package name. Supports scoped names (e.g. '@types/node', '@vercel/next'). - 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.agentutility.ai/production-readiness-score Price: 0.10 USDC Method: POST Category: security Tags: security, production-readiness, audit, ai-safety, prooflayer Description: Composite: one call runs secrets-exposure-check, deploy-config-risk, db-migration-risk, dep-risk-summary, and prompt-injection-surface in parallel and rolls the results into one production-readiness verdict for a repo. Send either {repo: 'owner/name'} or {files: [{path, content}]}, with optional weights (each component in [0, 0.5], normalized) and max_findings (default 10, cap 50) to tune the output. Returns a composite score 0-100, a production_grade (production-ready, needs-review, risky, or do-not-ship), per-component sub-scores, deduped findings ranked by severity and score_contribution, and a plain-English summary naming the most acute risks. Use it as an AI app deploy gate, one-call repo audit, pre-deploy risk scan, or vibe-coded app safety check before shipping code an LLM wrote. 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-detect — $0.02 USDC URL: https://agentutility.ai/prooflayer/prompt-injection-detect POST: https://x402.agentutility.ai/prompt-injection-detect Price: 0.02 USDC Method: POST Category: uncategorized Tags: prompt, injection, detect, prompt-injection-detect Description: Prompt injection detector for untrusted inbound text — a webpage, an email, a tool result, or a message an agent is about to read. Two layers run on every call: a deterministic pattern layer (pure code) matching known injection shapes — instruction override, system-prompt exfiltration, role hijack / jailbreak phrasing ('act as DAN', 'developer mode'), fake delimiter blocks, tool abuse, and covert manipulation — plus a calibrated LLM judge layer scoring overall injection likelihood 0-1, never inflated to please a caller. Returns which pattern families hit, matched snippets, the judge's reasoning, and a combined verdict. If the LLM leg fails, the deterministic layer alone is still a valid, billable result. Use it as a prompt injection detector, jailbreak detector, untrusted text screen, or LLM input firewall. Input schema: - text (string, required): Untrusted text to screen for prompt-injection attempts, e.g. scraped webpage content, an email body, or a tool result. Max 20000 chars. - context (string, optional): Optional note on what the agent plans to do with this text, e.g. 'summarize for the user'. Max 500 chars, used as a hint only. Output schema: - injection_likelihood (string): - verdict (string): - pattern_hits (string): - families (string): - reasoning (string): - confidence (string): - source (string): --- #### prompt-injection-surface — $0.03 USDC URL: https://agentutility.ai/prooflayer/prompt-injection-surface POST: https://x402.agentutility.ai/prompt-injection-surface Price: 0.03 USDC Method: POST Category: ai Tags: security, ai-safety, prompt-injection, llm, prooflayer Description: Scans AI app source code for prompt injection risk at LLM call sites. 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}, ...]}. Use it as an LLM call-site audit, unsanitized-user-input-in-prompts detector, system-message mixing flag, unbounded completion detector, AI app safety scan, or pre-deploy AI risk gate. 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.agentutility.ai/pypi-package-risk Price: 0.01 USDC Method: POST Category: ai Tags: pypi, python, supply-chain, security, risk Description: Scores the supply-chain risk of a PyPI package before you install it. Pulls metadata + release history from pypi.org for a package (and optional version), evaluating age, recent download volume, maintainer count, post-install hook presence, dependency depth, deprecation flags, last-update recency, and string-distance to popular packages (typosquat). Returns a numeric score (0-10), risk_level bucket, contributing factor list, and an AI-written plain-English risk summary from Venice. Use it as a Python supply-chain scanner, pip dependency vetter, typosquat detector, pre-install audit, Python-package safety check, pyproject.toml / requirements.txt vetter, or poetry + uv pre-install gate. 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.agentutility.ai/secrets-exposure-check Price: 0.02 USDC Method: POST Category: ai Tags: security, secrets, env, hardcoded-keys, prooflayer Description: Scans project config files for hardcoded secrets before you deploy. 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. Use it as a secrets exposure scan, hardcoded API key detector, .env-committed-key audit, Next.js client env leak detector, or pre-deploy secret gate. 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. --- #### vendor-questionnaire-draft — $0.08 USDC URL: https://agentutility.ai/prooflayer/vendor-questionnaire-draft POST: https://x402.agentutility.ai/vendor-questionnaire-draft Price: 0.08 USDC Method: POST Category: uncategorized Tags: prooflayer, vendor, questionnaire, draft, vendor-questionnaire-draft Description: Drafts vendor security questionnaire answers from evidence you supply. Takes questionnaire text plus evidence snippets and drafts only evidence-supported answers; unsupported questions are marked needs_evidence instead of invented. Useful for founders and agents answering customer security reviews without leaking private repo data or making unsupported compliance claims. Use it as a security questionnaire answerer, SOC 2 evidence answer helper, or vendor due diligence response builder. Input schema: - questionnaire_text (string, required): Questionnaire questions or pasted security review text. Max 30k chars. - evidence (array, optional): Optional supporting snippets. Answers are drafted only from these items. - company_name (string, optional): Optional company/product name for answer wording. Output schema: - question_count (string): - drafted_count (string): - needs_evidence_count (string): - answered_questions (string): - boundary (string): --- ## EdgeMarket — Onchain decisions agents can charge for. URL: https://agentutility.ai/edge-market Endpoints: 64 Price range: $0.001 – $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.agentutility.ai/agent-card-resolve Price: 0.005 USDC Method: POST Category: uncategorized Tags: erc-8004, agent, identity, registry, trustless-agents, a2a, base Description: Resolves an ERC-8004 agentId to its on-chain owner, agentURI, and agent card JSON. Pass an agentId (uint256 on Base) — returns the 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. Use it as an agent card resolver, ERC-8004 Identity Registry lookup, Trustless Agents query, A2A identity check, agent.json fetch, or on-chain agent metadata reader. 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.agentutility.ai/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: Finds the cross-exchange arbitrage spread for any CoinGecko-listed coin. Pulls every tracked exchange ticker, computes the lowest and highest USD-converted prices and the spread %, and identifies which exchanges sit at each extreme plus the highest-volume venue. Filters out stale or anomalous tickers. Use it as a max-min price lookup, CEX price dispersion feed, or spread % calculator. 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.agentutility.ai/basename-resolve Price: 0.005 USDC Method: POST Category: uncategorized Tags: basename, base, ens, name-service, coinbase, resolver, address Description: Resolves Coinbase Basenames (.base.eth) to Ethereum addresses and back, reading the Base mainnet L2 Resolver on-chain (no gas, no wallet). Forward: pass a basename like 'alice.base.eth' (bare names are auto-suffixed with .base.eth) to get the registered address plus avatar / url / com.twitter / com.github / email / com.discord text records (override with `text_records`). Reverse: pass a 0x address to get the primary basename, if any. Useful for agent-payment flows that need to translate human names to Base addresses. Use it as a basename resolver, .base.eth lookup, Base name service, or on-chain name resolution. Input schema: - query (string, required): Either a basename ('alice.base.eth', or bare 'alice' which is auto-suffixed) for forward resolution, OR a 0x-prefixed Ethereum address for reverse resolution. - text_records (array, optional): Optional list of 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.agentutility.ai/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: Compares cross-chain bridge quotes to find the cheapest route between chains, powered by LiFi. Aggregates Across, Stargate, Hop, deBridge, Synapse, and Circle CCTP via LiFi's public quote API: pass source chain, dest chain, source token, dest token, and amount, and get ranked routes with bridge tool, est_amount_out, gas + fee in USD, est_duration_seconds, and per-step transaction objects ready to sign. Covers Ethereum to Base, Arbitrum, Optimism, and Polygon with USDC and ETH quotes, plus pre-bridge cost, slippage, and ETA estimates. Commercial-OK with LiFi attribution. Use it as a bridge rate aggregator, bridge quote API, or cheapest L1-to-L2 route finder. 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). --- #### cid-fetch — $0.005 USDC URL: https://agentutility.ai/edge-market/cid-fetch POST: https://x402.agentutility.ai/cid-fetch Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, cid, fetch, cid-fetch Alias of: ipfs-fetch Description: Fetches the content behind an IPFS CID and optional path through public gateways, returning text, JSON, or base64 with a 5 MB cap. Use it as a CID fetch API, IPFS content reader, or decentralized file fetcher. 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): - gateway_used (string): - content_type (string): - size_bytes (string): - content (string): - source (string): --- #### contract-source — $0.01 USDC URL: https://agentutility.ai/edge-market/contract-source POST: https://x402.agentutility.ai/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: Returns verified source code and ABI for any deployed contract on Ethereum, Base, Optimism, Arbitrum, or Polygon. Includes is_verified, contract name, compiler version, parsed ABI, full source, license, optimizer settings, constructor args, and proxy implementation address. Use it as an Etherscan source lookup, contract ABI fetcher, or Solidity source lookup. 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.agentutility.ai/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: Fetches verified contract source code and ABI 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. Use it as an Etherscan source lookup, Basescan ABI fetcher, Solidity source lookup, contract verification check, or ABI fetcher. 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.agentutility.ai/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: Explain what actually happened in an on-chain transaction on Ethereum, Base, Arbitrum, Optimism, or Polygon by sending its tx_hash. It pulls the receipt and logs from public RPC providers and decodes status, native value moved, gas fee paid, ERC-20 and ERC-721 transfers, and which contracts got touched, labeling known ones like Uniswap routers, USDC, USDT, DAI, and WETH. Set explain: true and it also generates a plain-English summary of who sent what to whom, powered by Morpheus with a Venice fallback. Use it as a blockchain transaction explainer, crypto tx decoder, or on-chain forensics API for debugging agent transactions, building tx-history dashboards, or answering "what did I just sign". Input schema: - tx_hash (string, required): Transaction hash, 0x + 64 hex chars. - chain (string, optional): 'ethereum', 'base' (default), 'arbitrum', 'optimism', or 'polygon'. - explain (boolean, optional): Boolean, default false. When true, adds a 2-3 sentence plain-English explanation via LLM. 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. --- #### current-balance — $0.005 USDC URL: https://agentutility.ai/edge-market/current-balance POST: https://x402.agentutility.ai/current-balance Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, current, balance, current-balance Alias of: erc20-balance Description: Reads a wallet's current ERC-20 token balance with a read-only balanceOf call on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, or Avalanche. Exact buyer-demand slug. Uses public RPC only, co-fetches decimals, returns raw and decimal-formatted balance, and supports historical block reads. No custody, transfers, trading, or investment advice. Use it as a current balance API or wallet token balance lookup. 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): - chain_id (string): - token (string): - wallet (string): - block (string): - balance_raw (string): - balance_hex (string): - decimals (string): - balance (string): --- #### dao-proposal-monitor — $0.03 USDC URL: https://agentutility.ai/edge-market/dao-proposal-monitor POST: https://x402.agentutility.ai/dao-proposal-monitor Price: 0.03 USDC Method: POST Category: uncategorized Tags: dao, governance, snapshot, proposals, voting, edge-market, dao-monitor Description: Monitors DAO governance proposals on Snapshot.org for any space. For a Snapshot space (e.g. 'aave.eth', 'uniswap', 'ens.eth'), returns recent proposals filtered by state (active / closed / pending / all) with title, body, choices, vote tallies (scores per choice), voter count, total voting power, start/end timestamps, and IPFS hash. Optional Venice-powered AI TLDR per proposal. Snapshot Hub public API, no auth. Use it as a DAO proposal monitor, DAO voting tracker, on-chain governance watch, or an Aave + Uniswap + ENS + Arbitrum proposal feed. Input schema: - space (string, required): Snapshot space slug, typically an ENS name (e.g. 'aave.eth', 'uniswap', 'ens.eth', 'arbitrumfoundation.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 — $0.02 USDC URL: https://agentutility.ai/edge-market/defi-llama POST: https://x402.agentutility.ai/defi-llama Price: 0.02 USDC Method: POST Category: uncategorized Tags: edge-market, defi, llama, defi-llama Alias of: defi-llama-protocol Description: DefiLlama API / DeFi TVL protocol lookup. Resolves a DefiLlama protocol slug such as aave, lido, uniswap, makerdao, or curve-dex and returns current TVL, chain breakdown, protocol metadata, audit links, and optional historical TVL series. Input schema: - protocol (string, required): DefiLlama slug (lowercase, hyphenated). Examples: 'aave', 'lido', 'uniswap', 'makerdao', 'curve-dex'. See defillama.com/protocols for the canonical slug list. - 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: - protocol_slug (string): - name (string): - symbol (string): - category (string): - chain (string): - parent_protocol (string): - url (string): - twitter (string): - audits (string): - audit_links (string): - description (string): - logo (string): - current_tvl_usd (string): - chain_tvl_breakdown (string): - tvl_summary (string): - attribution (string): --- #### defi-llama-api — $0.02 USDC URL: https://agentutility.ai/edge-market/defi-llama-api POST: https://x402.agentutility.ai/defi-llama-api Price: 0.02 USDC Method: POST Category: uncategorized Tags: defi, llama, api, defi-llama-api Alias of: defi-llama-protocol Description: Looks up DeFi protocol fundamentals from DefiLlama, resolving protocol TVL, category, chains, token symbol, and protocol metadata. Same DefiLlama-backed handler as defi-llama, listed for agents searching exact DefiLlama wording. Use it as a DeFiLlama API or DeFi protocol TVL lookup. Input schema: - protocol (string, required): DefiLlama slug (lowercase, hyphenated). Examples: 'aave', 'lido', 'uniswap', 'makerdao', 'curve-dex'. See defillama.com/protocols for the canonical slug list. - 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: - protocol (string): - tvl (string): - chains (string): --- #### defi-llama-protocol — $0.02 USDC URL: https://agentutility.ai/edge-market/defi-llama-protocol POST: https://x402.agentutility.ai/defi-llama-protocol Price: 0.02 USDC Method: POST Category: uncategorized Tags: defi, tvl, protocol-lookup, onchain-data, defillama Description: Looks up any DeFi protocol's TVL and metadata from DefiLlama. Resolves a DefiLlama slug and returns canonical name, ticker symbol, category, primary chain, parent-protocol link, project URL, Twitter handle, audit count + audit links, description, logo URL, current USD TVL, per-chain TVL breakdown map, and a 24h / 7d / 30d change summary, with an optional historical TVL series. Free public API; response includes attribution. Use it as a DeFi TVL fetcher, total value locked lookup, chain-breakdown of TVL, Aave + Lido + Uniswap + MakerDAO TVL source, protocol metadata + audits reader, parent-protocol resolver, or DeFi category classifier. Input schema: - protocol (string, required): DefiLlama slug (lowercase, hyphenated). Examples: 'aave', 'lido', 'uniswap', 'makerdao', 'curve-dex'. See defillama.com/protocols for the canonical slug list. - 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-tvl — $0.02 USDC URL: https://agentutility.ai/edge-market/defi-tvl POST: https://x402.agentutility.ai/defi-tvl Price: 0.02 USDC Method: POST Category: uncategorized Tags: edge-market, defi, tvl, defi-tvl Alias of: defi-llama-protocol Description: DeFi TVL API / total value locked by protocol. Looks up one DefiLlama protocol slug and returns current USD TVL, chain TVL breakdown, TVL changes, protocol metadata, and attribution. Send a protocol slug such as "aave" and get back name, symbol, category, current_tvl_usd, a per-chain chain_tvl_breakdown (Ethereum, Polygon, Arbitrum, and others), and a tvl_summary with 24h/7d/30d percent change plus audit links and socials. Use it as a total value locked API, DeFi protocol tracker, or on-chain liquidity lookup for portfolio monitoring, research reports, or comparing protocols before a yield allocation. Input schema: - protocol (string, required): DefiLlama slug (lowercase, hyphenated). Examples: 'aave', 'lido', 'uniswap', 'makerdao', 'curve-dex'. See defillama.com/protocols for the canonical slug list. - 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: - protocol_slug (string): - name (string): - symbol (string): - category (string): - chain (string): - parent_protocol (string): - url (string): - twitter (string): - audits (string): - audit_links (string): - description (string): - logo (string): - current_tvl_usd (string): - chain_tvl_breakdown (string): - tvl_summary (string): - attribution (string): --- #### defi-yield-pools — $0.005 USDC URL: https://agentutility.ai/edge-market/defi-yield-pools POST: https://x402.agentutility.ai/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: Filters and ranks thousands of DeFi yield-bearing pools by APY 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. Use it as an APY aggregator, yield-farming opportunity finder, DeFiLlama yields feed, cross-protocol APY ranking, or source for stablecoin yields and LP pool returns. 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. --- #### defillama — $0.02 USDC URL: https://agentutility.ai/edge-market/defillama POST: https://x402.agentutility.ai/defillama Price: 0.02 USDC Method: POST Category: uncategorized Tags: edge-market, defillama Alias of: defi-llama-protocol Description: Look up a DeFi protocol by its DefiLlama slug and get back current TVL, per-chain TVL breakdown, 24h/7d/30d TVL change, category, parent protocol, audits, and social links in one call. Same backend as defi-llama-protocol, offered here under the shorter slug for buyers searching DefiLlama directly. Send a protocol slug like "aave"; get back name, symbol, current_tvl_usd, chain_tvl_breakdown, tvl_summary, and an attribution string pointing back to DefiLlama. Use it as a DefiLlama API, protocol TVL lookup, or DeFi metadata endpoint for research dashboards, portfolio tools, or yield screening. Input schema: - protocol (string, required): DefiLlama slug (lowercase, hyphenated). Examples: 'aave', 'lido', 'uniswap', 'makerdao', 'curve-dex'. See defillama.com/protocols for the canonical slug list. - 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: - protocol_slug (string): - name (string): - symbol (string): - category (string): - chain (string): - parent_protocol (string): - url (string): - twitter (string): - audits (string): - audit_links (string): - description (string): - logo (string): - current_tvl_usd (string): - chain_tvl_breakdown (string): - tvl_summary (string): - attribution (string): --- #### dex-liquidity-depth — $0.01 USDC URL: https://agentutility.ai/edge-market/dex-liquidity-depth POST: https://x402.agentutility.ai/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: Measures DEX liquidity depth by summing TVL across every DefiLlama-tracked yield pool holding 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. Use it as a pool TVL aggregator, total-liquidity-per-token lookup, or on-chain liquidity audit. 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.agentutility.ai/ens-resolve Price: 0.03 USDC Method: POST Category: utilities Tags: ens, ethereum, crypto, name-service, web3 Description: Resolves ENS names in both directions: forward (vitalik.eth to address) and reverse (address to primary ENS). Optional text records include avatar, twitter, github, url, and email. Use it as an ENS resolver, ENS lookup, or Ethereum Name Service lookup. Input schema: - query (string, required): ENS name (e.g. 'vitalik.eth') for forward lookup, or a 0x address for reverse lookup. - text_records (array, optional): Text record keys to fetch, e.g. ["avatar","com.twitter"]. Optional, max 15; defaults to avatar/url/description/twitter/github/email/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.005 USDC URL: https://agentutility.ai/edge-market/erc20-balance POST: https://x402.agentutility.ai/erc20-balance Price: 0.005 USDC Method: POST Category: uncategorized Tags: erc20, balance-of, token-balance, wallet-balance, onchain-read, evm-rpc, multi-chain, erc20-balance Description: Reads an ERC-20 token balance on-chain across any supported EVM chain, including Base, Ethereum, Arbitrum, Optimism, and Polygon. 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. Use it as a balanceOf reader, wallet balance lookup, or multi-chain ERC20 balance API. 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.005 USDC URL: https://agentutility.ai/edge-market/erc20-metadata POST: https://x402.agentutility.ai/erc20-metadata Price: 0.005 USDC Method: POST Category: uncategorized Tags: erc20, token-metadata, token-symbol, token-decimals, total-supply, multi-chain, edge-market, erc20-reader Description: Reads ERC-20 token metadata: name(), symbol(), decimals(), and totalSupply() in parallel via public RPC on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, and Avalanche. 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. Use it for token info, token symbol lookup, token decimals, total supply, or as a multi-chain ERC20 reader. 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.agentutility.ai/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: Reads on-chain event logs with generic eth_getLogs queries across Base, Ethereum, Arbitrum, Optimism, Polygon, and 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. Use it as an EVM event reader, ERC20 Transfer log scanner, NFT mint log reader, DEX swap event feed, multi-chain log scanner, log indexer, or smart contract event reader. 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. --- #### flagged-tokens — $0.005 USDC URL: https://agentutility.ai/edge-market/flagged-tokens POST: https://x402.agentutility.ai/flagged-tokens Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, flagged, tokens, flagged-tokens Alias of: solana-flagged-tokens Description: Feed of flagged risky Solana tokens: thin liquidity, extreme moves, sell pressure, very new pairs, and missing profile context. Same backend as solana-flagged-tokens, exposed under the high-demand buyer slug. Use it as a risky token feed or DEX market-data risk screen. Input schema: - limit (number, optional): Max flagged tokens to return. Range 1-50. Default 20. - min_liquidity_usd (number, optional): Optional minimum pair liquidity filter. - min_volume_24h_usd (number, optional): Optional minimum 24h volume filter. Output schema: - mode (string): - chain (string): - returned (string): - tokens (string): - caveat (string): - source (string): --- #### funding-rates — $0.005 USDC URL: https://agentutility.ai/edge-market/funding-rates POST: https://x402.agentutility.ai/funding-rates Price: 0.005 USDC Method: POST Category: uncategorized Tags: funding-rates, perp-funding, binance-futures, perp-basis, mark-price, next-funding-time, derivatives, usd-m-futures Description: Returns perp funding rates for any Binance USD-M futures symbol (BTCUSDT, ETHUSDT, SOLUSDT...): current funding %, mark + index price, next funding timestamp, and the last 24 funding intervals (default 24 x 1h-since-event). Free public Binance API, no auth. Use it as a next-funding-time lookup, 24h funding history, or perp basis feed. 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-api — $0.02 USDC URL: https://agentutility.ai/edge-market/gas-api POST: https://x402.agentutility.ai/gas-api Price: 0.02 USDC Method: POST Category: uncategorized Tags: edge-market, gas, api, gas-api Alias of: gas-now-base Description: Estimates blockchain gas fees with EIP-1559 tiers for Base, Ethereum, Optimism, and Arbitrum. Returns base fee, safe-low, standard, and fast priority/max fees, plus USD tx-cost estimates. Use it as a gas API or blockchain gas fee estimator. Input schema: - chain (string, optional): EVM L1/L2 to read gas from. Default 'base'. Output schema: - chain (string): - base_fee_gwei (string): - priority_fee_gwei (string): - total_recommended_gwei (string): - block_number (string): - eth_price_usd (string): - cost_usd (string): - timestamp (string): --- #### gas-fees — $0.02 USDC URL: https://agentutility.ai/edge-market/gas-fees POST: https://x402.agentutility.ai/gas-fees Price: 0.02 USDC Method: POST Category: uncategorized Tags: edge-market, gas, fees, gas-fees Alias of: gas-now-base Description: Estimates EIP-1559 transaction fees on Base, Ethereum, Optimism, and Arbitrum. Returns base fee, priority-fee tiers, maxFeePerGas, and USD cost estimates for common transactions. Use it as a gas fees API or multi-chain gas tracker. Input schema: - chain (string, optional): EVM L1/L2 to read gas from. Default 'base'. Output schema: - chain (string): - base_fee_gwei (string): - priority_fee_gwei (string): - total_recommended_gwei (string): - block_number (string): - eth_price_usd (string): - cost_usd (string): - timestamp (string): --- #### gas-now-base — $0.02 USDC URL: https://agentutility.ai/edge-market/gas-now-base POST: https://x402.agentutility.ai/gas-now-base Price: 0.02 USDC Method: POST Category: utilities Tags: gas, crypto, base, ethereum, l2, fee Description: Real-time gas price oracle for Base, Ethereum, Optimism, Arbitrum, and Polygon. Reads the chain's latest block, derives the EIP-1559 base fee, suggests safe-low / standard / fast priority-fee tiers with a total recommended maxFeePerGas, and converts the cost to USD for common transactions (transfer, ERC-20 transfer, Uniswap swap, NFT mint). Use it as a gas price API, EIP-1559 fee estimator, etherscan-gas alternative, or pre-transaction cost calculator. 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.agentutility.ai/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: Estimates current gas prices and EIP-1559 fees on Base, Ethereum, Optimism, and Arbitrum. 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. Use it as a gas price API, EIP-1559 fee estimator, multi-chain gas tracker, or pre-tx cost estimator. 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. --- #### gas-price-api — $0.02 USDC URL: https://agentutility.ai/edge-market/gas-price-api POST: https://x402.agentutility.ai/gas-price-api Price: 0.02 USDC Method: POST Category: uncategorized Tags: gas, price, api, gas-price-api Alias of: gas-now-base Description: Estimates blockchain gas prices: base fee, priority fee tiers, maxFeePerGas, and USD transaction costs for Base, Ethereum, Optimism, and Arbitrum. Same gas-price handler. Use it as a gas price API, EIP-1559 gas fee endpoint, or blockchain transaction fee estimator. Input schema: - chain (string, optional): EVM L1/L2 to read gas from. Default 'base'. Output schema: - chain (string): - standard (string): - source (string): --- #### honeypot-check — $0.05 USDC URL: https://agentutility.ai/edge-market/honeypot-check POST: https://x402.agentutility.ai/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. --- #### hyperliquid-market — $0.001 USDC URL: https://agentutility.ai/edge-market/hyperliquid-market POST: https://x402.agentutility.ai/hyperliquid-market Price: 0.001 USDC Method: POST Category: uncategorized Tags: edge-market, hyperliquid, market, hyperliquid-market Description: Looks up active Hyperliquid markets with mark price, size decimals, max leverage, and margin table id from Hyperliquid's public info API. Low-cost exact-demand endpoint. Read-only; no wallet data, trading, private API keys, or order routing. Use it as a Hyperliquid market data API, perps mark price lookup, or crypto futures market lookup. Input schema: - market (string, optional): Hyperliquid market or symbol, e.g. 'BTC', 'ETH', or 'SOL'. - mode (string, optional): Lookup mode. Only read-only market data is enabled. Default 'market'. - limit (number, optional): Maximum records to return when market is omitted. Suggested range 1-50. Output schema: - market (string): - mark_price (string): - size_decimals (string): - max_leverage (string): - margin_table_id (string): - source (string): --- #### hyperliquid-perps — $0.005 USDC URL: https://agentutility.ai/edge-market/hyperliquid-perps POST: https://x402.agentutility.ai/hyperliquid-perps Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, hyperliquid, perps, hyperliquid-perps Description: Returns Hyperliquid perps market data: active markets, mark prices, size decimals, max leverage, and margin table ids. Read-only access to the public Hyperliquid info API; no trading, private wallet data, or order routing. Use it as a perpetual futures market lookup or crypto derivatives feed. Input schema: - market (string, optional): Hyperliquid market or symbol, e.g. 'BTC', 'ETH', or 'SOL'. - mode (string, optional): Lookup mode. Only read-only market data is enabled. Default 'market'. - limit (number, optional): Maximum records to return. Suggested range 1-50. Output schema: - market (string): - mark_price (string): - size_decimals (string): - max_leverage (string): - margin_table_id (string): - source (string): --- #### ipfs — $0.005 USDC URL: https://agentutility.ai/edge-market/ipfs POST: https://x402.agentutility.ai/ipfs Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, ipfs Alias of: ipfs-fetch Description: Retrieves IPFS content by CID and optional path through public gateways, returning base64, text, or parsed JSON with a 5 MB hard cap. Use it as an IPFS fetch API, CID resolver, or NFT metadata fetcher. 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): - gateway_used (string): - content_type (string): - size_bytes (string): - content (string): - source (string): --- #### ipfs-api — $0.005 USDC URL: https://agentutility.ai/edge-market/ipfs-api POST: https://x402.agentutility.ai/ipfs-api Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, ipfs, api, ipfs-api Alias of: ipfs-fetch Description: Resolves an IPFS CID and optional path through public gateways, returning text, parsed JSON, or base64 with content type, size, and gateway provenance. 5 MB cap. Use it as a CID fetch API, IPFS gateway API, or Web3 storage fetch. 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): - gateway_used (string): - content_type (string): - size_bytes (string): - content (string): - source (string): --- #### ipfs-fetch — $0.005 USDC URL: https://agentutility.ai/edge-market/ipfs-fetch POST: https://x402.agentutility.ai/ipfs-fetch Price: 0.005 USDC Method: POST Category: developer-tools Tags: ipfs, cid-resolver, ipfs-gateway, nft-metadata, filecoin, web3-storage, decentralized-content, ipfs-fetch, web3, storage, gateway Description: Fetches IPFS content by CID through public gateways and returns it as base64, UTF-8 text, or parsed JSON. 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). Hard cap 5 MB with HEAD pre-flight and streaming size guard so oversized files are rejected before full download. Use it as an IPFS gateway API, CID resolver, Web3 storage retrieval, NFT metadata fetcher, Filecoin gateway, or decentralized content reader. 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. --- #### ipfs-gateway — $0.005 USDC URL: https://agentutility.ai/edge-market/ipfs-gateway POST: https://x402.agentutility.ai/ipfs-gateway Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, ipfs, gateway, ipfs-gateway Alias of: ipfs-fetch Description: Reads a CID through a fallback chain of public IPFS gateways and returns content type, size, gateway used, and body as base64, text, or JSON. Use it as an IPFS gateway API, CID gateway resolver, or decentralized file retrieval tool. 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): - gateway_used (string): - content_type (string): - size_bytes (string): - content (string): - source (string): --- #### lp-lock-check — $0.01 USDC URL: https://agentutility.ai/edge-market/lp-lock-check POST: https://x402.agentutility.ai/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: Checks whether an LP token's liquidity is locked, useful for detecting rug-pull risk before swapping into a new pair. 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. Use it as an LP lock check or liquidity-lock auditor with Unicrypt + Team Finance + burn-address detection. 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.agentutility.ai/nft-floor Price: 0.01 USDC Method: POST Category: uncategorized Tags: nft, floor-price, reservoir, collection-stats, nft-sales, edge-market, nft-floor Description: Returns an NFT collection's floor price and market stats from CoinGecko. Send a CoinGecko collection slug and get floor price in the native token and USD, market cap, 24h volume, floor change over 24h/7d/30d/1y, market cap rank, holder count, and total supply. Covers the NFT collections CoinGecko tracks across major chains. Use it as an NFT floor price API, collection market cap lookup, or NFT floor tracker. Input schema: - collection (string, required): CoinGecko NFT collection slug, e.g. 'bored-ape-yacht-club'. The only input the handler reads. 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.agentutility.ai/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: Estimates price impact and slippage for a DEX swap before you submit it on-chain. 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 it as a slippage estimator, swap-size impact check, size-keyed quote, or depth simulation to size a fill. 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). --- #### protocol-tvl — $0.02 USDC URL: https://agentutility.ai/edge-market/protocol-tvl POST: https://x402.agentutility.ai/protocol-tvl Price: 0.02 USDC Method: POST Category: uncategorized Tags: edge-market, protocol, tvl, protocol-tvl Alias of: defi-llama-protocol Description: Looks up a DeFi protocol's total value locked, resolving slugs such as aave, lido, uniswap, makerdao, or curve-dex into current USD TVL, chain breakdown, metadata, audit links, and optional historical TVL series. Same DefiLlama-backed handler as defi-llama-protocol. Use it as a protocol TVL API or DeFi TVL lookup. Input schema: - protocol (string, required): DefiLlama slug (lowercase, hyphenated). Examples: 'aave', 'lido', 'uniswap', 'makerdao', 'curve-dex'. See defillama.com/protocols for the canonical slug list. - 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: - protocol_slug (string): - name (string): - current_tvl_usd (string): - attribution (string): --- #### safe-multisig-status — $0.005 USDC URL: https://agentutility.ai/edge-market/safe-multisig-status POST: https://x402.agentutility.ai/safe-multisig-status Price: 0.005 USDC Method: POST Category: uncategorized Tags: safe, gnosis-safe, multisig, dao, treasury, onchain Description: Reads a Safe (Gnosis Safe) multisig's on-chain state: owners, threshold, and the pending transaction queue. Returns owners[], threshold, nonce, version, master copy, fallback handler, and guard via batched eth_call on Base / Ethereum / Arbitrum / Optimism / Polygon (no key, no gas), and fetches pending (unexecuted) transactions from the Safe Transaction Service. DAO/treasury agents need this constantly to verify multisig config and watch the execution queue. Use it for Safe multisig status, Safe info, DAO treasury wallet checks, or Safe wallet lookup. Input schema: - address (string, required): Safe contract address (0x + 40 hex). Case-insensitive. - chain (string, optional): Chain to query. Default 'base'. - pending_limit (number, optional): Max pending transactions to return (0-50). Default 10. Set 0 to skip the Safe TX Service call entirely. 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.agentutility.ai/safe-tx-decode Price: 0.003 USDC Method: POST Category: uncategorized Tags: gnosis-safe, multisig, transaction-decoder, calldata, multisend, exectransaction Description: Decodes a Gnosis Safe multisig transaction into its actual on-chain instructions: target contract, ETH value, calldata, call vs delegatecall operation, gas parameters, and signer count. Send a transaction hash and chain, or raw calldata directly, and skip manually parsing execTransaction ABI encoding by hand. Batched MultiSend calls are auto-decoded into their individual sub-transactions with each target, value, and operation broken out. Supports Ethereum, Base, Arbitrum, Optimism, Polygon, and Gnosis Chain. Use it as a Safe transaction decoder, multisig calldata decoder, or execTransaction inspector for treasury review, multisig approval audits, and forensic analysis of Safe wallet activity. Input schema: - tx_hash (string, optional): On-chain hash of the Safe execTransaction call to fetch and decode. Provide this or 'calldata'. - calldata (string, optional): Raw execTransaction calldata to decode directly, skipping the RPC lookup. Provide this or 'tx_hash'. - chain (string, optional): 'ethereum' (default), 'base', 'arbitrum', 'optimism', 'polygon', or 'gnosis'. Only used when resolving tx_hash via RPC. - to (string, optional): Optional Safe address to echo back in the response when not resolvable from tx_hash. 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. --- #### solana-flagged-tokens — $0.005 USDC URL: https://agentutility.ai/edge-market/solana-flagged-tokens POST: https://x402.agentutility.ai/solana-flagged-tokens Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, solana, flagged, tokens, solana-flagged-tokens Description: Feed of recently active Solana tokens flagged for risk from DEX Screener market data. Flags thin liquidity, volume far above liquidity, extreme 24h price move, sell pressure, very new pair age, missing profile context, or missing pair data. Market-data screen only, no private holder graph. Use it as a risky Solana token feed or meme coin risk screen. Input schema: - limit (number, optional): Max flagged tokens to return. Range 1-50. Default 20. - min_liquidity_usd (number, optional): Optional minimum pair liquidity filter. - min_volume_24h_usd (number, optional): Optional minimum 24h volume filter. Output schema: - mode (string): - chain (string): - returned (string): - tokens (string): - caveat (string): - source (string): --- #### solana-token-safety — $0.02 USDC URL: https://agentutility.ai/edge-market/solana-token-safety POST: https://x402.agentutility.ai/solana-token-safety Price: 0.02 USDC Method: POST Category: uncategorized Tags: edge-market, solana, token, safety, solana-token-safety Description: Scores the safety of a Solana SPL token from on-chain security signals, returning a 0-100 safety score, grade, flags, and recommendation. Reads GoPlus Solana token-security signals: mint/freeze/close authorities, transfer hooks, transfer fee, mutable balance/metadata, top-holder concentration, LP holders, and the trusted-token allowlist. EVM tokens: use token-risk-score. Informational on-chain data, not financial advice. Use it as an SPL token rug check, Solana memecoin scam detector, mint + freeze authority check, or holder concentration + LP analysis. Input schema: - mint_address (string, required): Solana SPL token mint address (base58, 32-44 chars). Output schema: - mint_address (string): - chain (string): - safety_score (string): - grade (string): - recommendation (string): - flags (string): - authorities (string): - top_holder_pct (string): - trusted_token (string): - source (string): --- #### solana-token-watchlist — $0.005 USDC URL: https://agentutility.ai/edge-market/solana-token-watchlist POST: https://x402.agentutility.ai/solana-token-watchlist Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, solana, token, watchlist, solana-token-watchlist Description: Solana token price watchlist returns recently profiled and actively boosted tokens with public DEX market data. Send a result limit plus optional liquidity and 24-hour volume filters; receive each token's best pair, USD price, liquidity, volume, buy and sell counts, price change, pair age, links, activity score, and market-data risk flags. It reports market data and does not recommend trades. Use it as a Solana token price API, DEX price feed, boosted-token tracker, or token watchlist for monitoring agents. Input schema: - limit (number, optional): Max tokens to return. Range 1-50. Default 20. - min_liquidity_usd (number, optional): Optional minimum pair liquidity filter. - min_volume_24h_usd (number, optional): Optional minimum 24h volume filter. Output schema: - mode (string): - chain (string): - returned (string): - tokens (string): - caveat (string): - source (string): --- #### solana-trending-tokens — $0.005 USDC URL: https://agentutility.ai/edge-market/solana-trending-tokens POST: https://x402.agentutility.ai/solana-trending-tokens Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, solana, trending, tokens, solana-trending-tokens Description: Ranks trending, actively boosted Solana tokens by liquidity, volume, 24h txns, boost amount, and price movement. Returns pair links, token links, market data, risk flags, and caveats. Use it as a DEX Screener boosted-tokens feed or active Solana meme coin discovery tool. Input schema: - limit (number, optional): Max tokens to return. Range 1-50. Default 20. - min_liquidity_usd (number, optional): Optional minimum pair liquidity filter. - min_volume_24h_usd (number, optional): Optional minimum 24h volume filter. Output schema: - mode (string): - chain (string): - returned (string): - tokens (string): - caveat (string): - source (string): --- #### stablecoin-monitor — $0.005 USDC URL: https://agentutility.ai/edge-market/stablecoin-monitor POST: https://x402.agentutility.ai/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): Stablecoin tickers to check, e.g. ["USDC","USDT"]. Optional, max 20; defaults to 8 majors. - alert_threshold_bps (number, optional): Depeg alert threshold in basis points from $1.00. Optional, 1-10000, default 50. 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.agentutility.ai/stablecoin-peg Price: 0.005 USDC Method: POST Category: utilities Tags: crypto, stablecoin, depeg, monitoring, defi Description: Stablecoin peg monitor. Real-time price + deviation detector 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): Stablecoin tickers to check, e.g. ["USDC","USDT"]. Optional, max 20; defaults to 8 majors. - alert_threshold_bps (number, optional): Depeg alert threshold in basis points from $1.00. Optional, 1-10000, default 50. 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-balance — $0.005 USDC URL: https://agentutility.ai/edge-market/token-balance POST: https://x402.agentutility.ai/token-balance Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, token, balance, token-balance Alias of: erc20-balance Description: Reads a token balance for any wallet, on the same public-RPC backend as erc20-balance and exposed for agents searching for token-balance wording. Returns raw balance, hex balance, decimals, and formatted balance. Use it as a token balance API, ERC-20 balanceOf reader, or on-chain token holdings lookup. 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. Default 'base'; also ethereum, arbitrum, optimism, polygon, bsc, avalanche. - block (any, optional): 'latest' default, or hex/decimal block number. Output schema: - chain (string): - token (string): - wallet (string): - balance_raw (string): - balance (string): --- #### token-burn-stats — $0.005 USDC URL: https://agentutility.ai/edge-market/token-burn-stats POST: https://x402.agentutility.ai/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: Reports token burn stats for any ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism. Walks all transfers TO the canonical burn addresses (0x0...0 and 0x...dEaD) via Etherscan v2 and reports total burned (raw + human), most-recent burn tx + timestamp, count of burn transfers, and burn percentage of total supply. Use it as a total-burned lookup, latest burn tx feed, burn-as-% supply, or supply-burn auditor. 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.agentutility.ai/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: Detects whether an ERC-20 token is a honeypot by simulating a buy + sell via honeypot.is. Returns honeypot status, 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. Use it as an EVM can-i-sell check, rug-pull scanner, sell-tax and buy-tax simulator, or scam token detector for Base, Ethereum, and BSC honeypots. 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-honeypot-api — $0.05 USDC URL: https://agentutility.ai/edge-market/token-honeypot-api POST: https://x402.agentutility.ai/token-honeypot-api Price: 0.05 USDC Method: POST Category: uncategorized Tags: token, honeypot, api, token-honeypot-api Alias of: token-honeypot Description: Checks whether a token is a honeypot, testing sellability, buy tax, sell tax, proxy risk, owner risk, and token-trading warnings. Same honeypot.is-backed handler as token-honeypot. Use it as a token honeypot API, honeypot checker, or buy-sell simulation endpoint. Input schema: - token_address (string, required): 0x-prefixed 20-byte EVM token contract address. - chain (string, optional): EVM chain. Default 'base'. Output schema: - is_honeypot (string): - buy_tax (string): - sell_tax (string): - chain (string): --- #### token-honeypot-check — $0.05 USDC URL: https://agentutility.ai/edge-market/token-honeypot-check POST: https://x402.agentutility.ai/token-honeypot-check Price: 0.05 USDC Method: POST Category: uncategorized Tags: edge-market, token, honeypot, check, token-honeypot-check Alias of: token-honeypot Description: Checks whether an ERC-20 token is a honeypot by simulating buy and sell behavior through honeypot.is. Returns honeypot status, taxes, max sell amounts, contract flags, and risk level. Use it as a token honeypot check, can-I-sell API, or rug-pull detector. 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): - chain (string): - simulation (string): - contract (string): - risk (string): - source (string): --- #### token-risk — $0.10 USDC URL: https://agentutility.ai/edge-market/token-risk POST: https://x402.agentutility.ai/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: Composite token risk score: 0-100 built from honeypot.is, GoPlus Security, and Etherscan contract age. Subscores: honeypot, taxes, holder concentration, liquidity, contract age, ownership. Verdict: safe / caution / high_risk. Use it as a token security audit, rug-pull score, or token safety check. 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.agentutility.ai/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 0-100 security score for any EVM token, built from three independent signals pulled in parallel. Sources: 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). Rolls them 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. Use it as a token risk score, EVM token security audit, rug-pull score, or token safety check for Base, Ethereum, and BSC token vetting. 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-security — $0.10 USDC URL: https://agentutility.ai/edge-market/token-security POST: https://x402.agentutility.ai/token-security Price: 0.10 USDC Method: POST Category: uncategorized Tags: edge-market, token, security, token-security Alias of: token-risk-score Description: Checks token security by scoring an EVM token with honeypot simulation, GoPlus holder and ownership signals, and Etherscan contract age. Returns a 0-100 safety score with warnings. Use it as a token risk API or rug-pull detector. 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): - chain (string): - score (string): - verdict (string): - subscores (string): - warnings (string): - data_sources (string): - source (string): --- #### token-volatility — $0.005 USDC URL: https://agentutility.ai/edge-market/token-volatility POST: https://x402.agentutility.ai/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: Computes historical volatility for any CoinGecko-listed token: log-return standard deviation over the last N days (default 30), annualized by sqrt(365). Returns daily and annualized volatility as percent, count of return observations, and first and last close prices. Backed by CoinGecko's free public market_chart endpoint. Use it as an annualized vol calculator, standard-deviation-of-returns tool, or crypto vol calculator. 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). --- #### trending — $0.005 USDC URL: https://agentutility.ai/edge-market/trending POST: https://x402.agentutility.ai/trending Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, trending Alias of: solana-trending-tokens Description: Trending Solana tokens ranked by liquidity, volume, txns, boost activity, and price movement. Same backend as solana-trending-tokens, exposed under the high-demand buyer slug. Use it as a boosted token feed or active meme coin discovery tool. Input schema: - limit (number, optional): Max tokens to return. Range 1-50. Default 20. - min_liquidity_usd (number, optional): Optional minimum pair liquidity filter. - min_volume_24h_usd (number, optional): Optional minimum 24h volume filter. Output schema: - mode (string): - chain (string): - returned (string): - tokens (string): - caveat (string): - source (string): --- #### tx-receipt-decode — $0.02 USDC URL: https://agentutility.ai/edge-market/tx-receipt-decode POST: https://x402.agentutility.ai/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: Decodes an EVM transaction receipt and every event log from a tx hash. Fetches the receipt + transaction via Etherscan v2 and decodes each 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. Use it as a log decoder, event log reader, receipt parser, Etherscan tx debug, Basescan tx explainer, or tenderly-style trace lite. 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.agentutility.ai/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: Simulates a DEX swap before you trade: 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. Use it as a pre-trade quote, DEX swap simulator, 1inch + LlamaSwap quote, or would-it-succeed check. 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-current-balance — $0.005 USDC URL: https://agentutility.ai/edge-market/wallet-current-balance POST: https://x402.agentutility.ai/wallet-current-balance Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, wallet, current, balance, wallet-current-balance Alias of: erc20-balance Description: Checks a wallet's current ERC-20 token balance, on the same read-only public-RPC backend as erc20-balance. Listed under wallet wording for agents reconciling payment wallets, treasuries, and token holdings. Use it as a wallet current balance API or treasury balance check. 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. Default 'base'; also ethereum, arbitrum, optimism, polygon, bsc, avalanche. - block (any, optional): 'latest' default, or hex/decimal block number. Output schema: - chain (string): - token (string): - wallet (string): - balance (string): - decimals (string): --- #### wallet-details — $0.005 USDC URL: https://agentutility.ai/edge-market/wallet-details POST: https://x402.agentutility.ai/wallet-details Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, wallet, details, wallet-details Description: Returns details for an EVM address on Base, Ethereum, Polygon, Arbitrum, or Optimism: best-effort label/category, EOA-vs-contract status, contract deployer, and creation transaction. Uses an in-handler known-address dictionary plus Etherscan v2 contract-creation lookup. Read-only; no balances, custody, transfers, or investment advice. Use it as a wallet details API, address details endpoint, wallet label, or EVM address lookup. Input schema: - address (string, required): 0x-prefixed 20-byte EVM address. - chain (string, optional): EVM chain. Default 'ethereum'. Output schema: - address (string): - chain (string): - is_contract (string): - label (string): - category (string): - source (string): --- #### wallet-label — $0.005 USDC URL: https://agentutility.ai/edge-market/wallet-label POST: https://x402.agentutility.ai/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: Identifies well-known EVM addresses: CEX hot/cold wallets, DEX routers, NFT marketplaces, popular MEV bots, bridges, and stablecoins. Best-effort labelling against an in-handler dictionary; Etherscan v2 'getcontractcreation' adds is_contract + deployer for unknown contracts. Returns label, category, and the source of the match. Use it as a wallet label, address tagger, known-address lookup, EOA-vs-contract check, or deployer tracer. Input schema: - address (string, optional): 0x-prefixed 20-byte EVM address. - wallet (string, optional): Alias for address; accepts the same 0x-prefixed EVM address. - chain (string, optional): EVM chain. Default 'ethereum'. 'eth' and 'mainnet' map to 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.agentutility.ai/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: Computes wallet token P&L with FIFO cost basis 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. Use it as a realized + unrealized profit calculator or EVM portfolio analytics tool. 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). --- #### watchlist — $0.005 USDC URL: https://agentutility.ai/edge-market/watchlist POST: https://x402.agentutility.ai/watchlist Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-market, watchlist Alias of: solana-token-watchlist Description: Solana token watchlist / active token safety watchlist. Same DEX Screener market-data backend as solana-token-watchlist, exposed under the high-demand buyer slug. Returns price, liquidity, 24h volume, txns, price change, pair age, links, activity score, and risk flags. Input schema: - limit (number, optional): Max tokens to return. Range 1-50. Default 20. - min_liquidity_usd (number, optional): Optional minimum pair liquidity filter. - min_volume_24h_usd (number, optional): Optional minimum 24h volume filter. Output schema: - mode (string): - chain (string): - returned (string): - tokens (string): - caveat (string): - source (string): --- ## EdgeFinance — TradFi signals at agent prices. URL: https://agentutility.ai/edge-finance Endpoints: 91 Price range: $0.002 – $0.05 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.agentutility.ai/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: Tracks what an institutional manager bought and sold each quarter by diffing their 13F filings, e.g. what did Buffett buy this quarter. Diffs the two most recent 13F-HR filings for a manager (by CIK) and returns added (new positions), exited (sold completely), increased (size up), and reduced (size down) buckets with per-position share deltas, dollar deltas, and pct change. Strictly SEC-public 13F-HR data from EDGAR. Use it as a 13F deltas API, institutional holdings change tracker, hedge-fund quarterly trade detector, 13F diff, or a Berkshire + Bridgewater + Citadel + Renaissance position-change feed. 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. --- #### accounts-receivable-aging-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/accounts-receivable-aging-score POST: https://x402.agentutility.ai/accounts-receivable-aging-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, accounts, receivable, aging, score, accounts-receivable-aging-score Description: Scores the health of an accounts receivable book from its aging profile, returning a weighted score and grade. Evaluates current share, severe (90+) delinquency, mid-bucket delinquency, DSO, and bad debt, with drivers and recommendation. Use it as an accounts receivable aging score API, AR portfolio health scorer, or receivables quality score. Input schema: - current_pct (number, required): Percent of AR that is current (0-30 days). - past_due_90_plus_pct (number, required): Percent 90+ days past due. - past_due_30_60_pct (number, optional): Percent 30-60 days past due. Optional. - past_due_60_90_pct (number, optional): Percent 60-90 days past due. Optional. - dso_days (number, optional): Days sales outstanding. Optional, default 45. - bad_debt_pct (number, optional): Bad debt / write-off percent. Optional, default 2. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### amortization-schedule — $0.01 USDC URL: https://agentutility.ai/edge-finance/amortization-schedule POST: https://x402.agentutility.ai/amortization-schedule Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, amortization, schedule, amortization-schedule Alias of: loan-amortization-calculator Description: Computes a loan's amortization schedule and payment breakdown. Same backend as loan-amortization-calculator, focused on scheduled payment, payoff months, total paid, and interest saved. Use it as an amortization schedule API, loan payment schedule, or debt amortization calculator. Input schema: - principal (number, required): Initial loan principal. - annual_rate (number, required): Annual interest rate as percent. - term_months (number, optional): Loan term in months. - term_years (number, optional): Alternative loan term in years when term_months is omitted. - extra_monthly_payment (number, optional): Optional extra monthly principal payment. Default 0. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### asset-based-lending-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/asset-based-lending-score POST: https://x402.agentutility.ai/asset-based-lending-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, asset, based, lending, score, asset-based-lending-score Description: Scores the risk of an asset based lending (ABL) facility, returning a weighted score and grade. Evaluates collateral coverage, collateral quality, advance discipline, monitoring cadence, and dilution, with drivers and recommendation. Use it as an asset based lending score API or ABL facility risk scorer with advance-rate and monitoring analysis. Input schema: - eligible_collateral_value (number, required): Eligible collateral value (USD). - loan_amount (number, required): Loan / facility amount (USD). - advance_rate_pct (number, required): Advance rate against eligible collateral percent. - collateral_quality_score (number, required): Collateral liquidity/quality, 0-100. - monitoring_frequency_per_year (number, optional): Collateral exams per year. Optional, default 4. - dilution_pct (number, optional): Receivables dilution percent. Optional, default 3. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### blended-finance-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/blended-finance-score POST: https://x402.agentutility.ai/blended-finance-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, blended, finance, score, blended-finance-score Description: Scores a blended finance structure on how efficiently concessional capital mobilizes private money, returning a 0-100 structure score. Weighs impact quality, private leverage ratio, concessional capital share, first-loss risk cushion, and governance; returns grade, recommendation, metrics, and drivers. Use it as a blended finance score API, private capital mobilization check, or first-loss impact finance calculator. Input schema: - concessional_capital_pct (number, required): Percent of capital stack that is concessional. - private_leverage_ratio (number, required): Private capital mobilized per $1 concessional capital. - impact_score (number, required): 0-100 impact quality and additionality score. - first_loss_coverage_pct (number, optional): First-loss protection as percent of senior exposure. Default 0. - governance_score (number, optional): 0-100 reporting, covenants, and governance score. Default 70. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### blended-finance-score-api — $0.01 USDC URL: https://agentutility.ai/edge-finance/blended-finance-score-api POST: https://x402.agentutility.ai/blended-finance-score-api Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, blended, finance, score, api, blended-finance-score-api Alias of: blended-finance-score Description: Scores blended finance structures on concessional capital leverage. Same model as blended-finance-score, exposed under the buyer keyword used in demand searches. Use it as a blended finance score API or impact finance risk score. Input schema: - concessional_capital_pct (number, required): Percent of capital stack that is concessional. - private_leverage_ratio (number, required): Private capital mobilized per $1 concessional capital. - impact_score (number, required): 0-100 impact quality and additionality score. - first_loss_coverage_pct (number, optional): First-loss protection as percent of senior exposure. Default 0. - governance_score (number, optional): 0-100 reporting, covenants, and governance score. Default 70. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### bls-occupational-stats — $0.02 USDC URL: https://agentutility.ai/edge-finance/bls-occupational-stats POST: https://x402.agentutility.ai/bls-occupational-stats Price: 0.02 USDC Method: POST Category: uncategorized Tags: edge-finance, bls, labor-stats, wages, employment, occupational-data, bls-api Description: Pull wage, employment level, and growth data straight from the Bureau of Labor Statistics Public Data API by series ID, covering formats like OEWS occupational wages (OEUM...), local-area unemployment (LAU...), and CES employment series. It's a federal, public, free source, and an optional BLS_API_KEY raises the rate limit for heavier lookups. Send series_ids (up to 25 per request) plus an optional start_year and end_year; get back per-series data points with year, period, value, footnotes, and optional net/percent-change calculations. Use it as a BLS wage data API, occupational employment lookup, or labor statistics tool for wage benchmarking, HR market research, or macroeconomic dashboards. Input schema: - series_ids (array, required): BLS series IDs to fetch (e.g. 'LAUCN040010000000005'). Max 25 per request. - start_year (string, optional): Start year for the data range. Must be paired with end_year (the other is mirrored if only one is given). - end_year (string, optional): End year for the data range. Must be paired with start_year (the other is mirrored if only one is given). - include_calculations (boolean, optional): Boolean, default false. When true, includes BLS net/percent change calculations per data point. Output schema: - series_returned (string): Count of series IDs successfully returned by the BLS API in this response. --- #### break-even-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/break-even-calculator POST: https://x402.agentutility.ai/break-even-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, break, even, calculator, break-even-calculator Description: Calculates break-even units and contribution margin for a product's unit economics. Computes contribution margin per unit, margin percent, break-even units, expected profit when expected volume is provided, plus score, drivers, and recommendation. Use it as a break-even calculator API, contribution margin calculator, or fixed cost payback tool. Input schema: - fixed_costs (number, required): Fixed costs to recover. - unit_price (number, required): Revenue per unit. - variable_cost_per_unit (number, required): Variable cost per unit. - expected_units (number, optional): Optional expected unit volume. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### cash-conversion-cycle — $0.01 USDC URL: https://agentutility.ai/edge-finance/cash-conversion-cycle POST: https://x402.agentutility.ai/cash-conversion-cycle Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, cash, conversion, cycle, cash-conversion-cycle Alias of: working-capital-cycle Description: Calculates cash conversion cycle days from receivables, inventory, payables, revenue, and cost of goods sold. Returns DSO, DIO, DPO, working capital tied up, and cash-release opportunity against a target cycle. Use it as a cash conversion cycle API, CCC calculator, or working capital efficiency tool. Input schema: - annual_revenue (number, required): Annual revenue in dollars. - accounts_receivable (number, required): Current accounts receivable balance. - inventory (number, required): Current inventory balance. - accounts_payable (number, required): Current accounts payable balance. - annual_cogs (number, optional): Annual cost of goods sold. Defaults to 65% of annual_revenue when omitted. - target_cash_conversion_days (number, optional): Target cash conversion cycle days. Default 45. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### cash-conversion-cycle-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/cash-conversion-cycle-calculator POST: https://x402.agentutility.ai/cash-conversion-cycle-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, cash, conversion, cycle, calculator, cash-conversion-cycle-calculator Alias of: working-capital-cycle Description: Calculates the cash conversion cycle for working capital optimization. Same calculator as working-capital-cycle. Use it as a cash conversion cycle calculator, working capital optimization API, or DSO DIO DPO analysis. Input schema: - annual_revenue (number, required): Annual revenue in dollars. - accounts_receivable (number, required): Current accounts receivable balance. - inventory (number, required): Current inventory balance. - accounts_payable (number, required): Current accounts payable balance. - annual_cogs (number, optional): Annual cost of goods sold. Defaults to 65% of annual_revenue when omitted. - target_cash_conversion_days (number, optional): Target cash conversion cycle days. Default 45. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### cash-runway-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/cash-runway-calculator POST: https://x402.agentutility.ai/cash-runway-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, cash, runway, calculator, cash-runway-calculator Alias of: startup-runway-calculator Description: Calculates a startup's cash runway from its monthly burn. Same backend as startup-runway-calculator, focused on net monthly burn, static runway, dynamic runway, and burn cut needed for target runway. Use it as a cash runway calculator, startup burn runway API, or founder finance planning tool. Input schema: - cash_balance (number, required): Current cash balance. - monthly_burn (number, required): Monthly operating cash burn before revenue offset. - monthly_revenue (number, optional): Current monthly revenue. Default 0. - monthly_revenue_growth_pct (number, optional): Expected monthly revenue growth percent. Default 0. - target_runway_months (number, optional): Target runway months. Default 18. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### commercial-real-estate-loan-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/commercial-real-estate-loan-score POST: https://x402.agentutility.ai/commercial-real-estate-loan-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, commercial, real, estate, loan, score, commercial-real-estate-loan-score Description: Scores a commercial real estate (CRE) loan for underwriting, returning a weighted score and grade. Evaluates loan-to-value, debt service coverage, debt yield, occupancy, and cap rate, with drivers and recommendation. Use it as a commercial real estate loan score API, CRE underwriting scorer, DSCR + LTV + debt-yield + occupancy analysis, or commercial mortgage risk score. Input schema: - property_value (number, required): Appraised property value (USD). - loan_amount (number, required): Requested loan amount (USD). - noi (number, required): Annual net operating income (USD). - debt_service_annual (number, required): Annual debt service (USD). - occupancy_pct (number, optional): Occupancy percent. Optional, default 92. - cap_rate_pct (number, optional): Capitalization rate percent. Optional. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### contribution-margin-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/contribution-margin-calculator POST: https://x402.agentutility.ai/contribution-margin-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, contribution, margin, calculator, contribution-margin-calculator Alias of: break-even-calculator Description: Calculates contribution margin and break-even units for pricing decisions. Same backend as break-even-calculator, exposed for product pricing and business-plan agents. Use it as a contribution margin calculator, break-even units API, or fixed-cost recovery calculator. Input schema: - fixed_costs (number, required): Fixed costs to recover. - unit_price (number, required): Revenue per unit. - variable_cost_per_unit (number, required): Variable cost per unit. - expected_units (number, optional): Optional expected unit volume. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### dcf-valuation-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/dcf-valuation-calculator POST: https://x402.agentutility.ai/dcf-valuation-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, dcf, valuation, calculator, dcf-valuation-calculator Description: Runs a discounted cash flow (DCF) valuation to get enterprise value, equity value, and value per share. Discounts explicit cash flows, applies an optional Gordon-growth or terminal-multiple terminal value, then nets debt and divides by share count, returning score, drivers, and recommendation. Use it as a DCF valuation calculator API or value per share calculator. Input schema: - cash_flows (array, required): Forecast free cash flows by period, max 50 periods. - discount_rate_pct (number, required): Discount rate percent. - terminal_growth_pct (number, optional): Optional Gordon-growth terminal growth percent; must be below discount rate. - terminal_multiple (number, optional): Optional terminal multiple on final forecast cash flow. - net_debt (number, optional): Net debt subtracted from enterprise value. Negative means net cash. Default 0. - shares_outstanding (number, optional): Optional shares outstanding for value per share. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### debt-payoff-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/debt-payoff-calculator POST: https://x402.agentutility.ai/debt-payoff-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, debt, payoff, calculator, debt-payoff-calculator Alias of: loan-amortization-calculator Description: Calculates debt payoff timelines and the interest saved by extra payments. Same backend as loan-amortization-calculator, exposed for agents comparing loan payoff months, total interest, and extra-principal scenarios. Use it as a debt payoff calculator, extra payment payoff API, or interest savings calculator. Input schema: - principal (number, required): Initial loan principal. - annual_rate (number, required): Annual interest rate as percent. - term_months (number, optional): Loan term in months. - term_years (number, optional): Alternative loan term in years when term_months is omitted. - extra_monthly_payment (number, optional): Optional extra monthly principal payment. Default 0. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### discounted-cash-flow-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/discounted-cash-flow-calculator POST: https://x402.agentutility.ai/discounted-cash-flow-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, discounted, cash, flow, calculator, discounted-cash-flow-calculator Alias of: dcf-valuation-calculator Description: Runs a discounted cash flow valuation for enterprise and equity value. Same backend as dcf-valuation-calculator, exposed under the full buyer keyword for valuation workflows. Use it as a discounted cash flow calculator, DCF valuation API, or enterprise value and equity value calculator. Input schema: - cash_flows (array, required): Forecast free cash flows by period, max 50 periods. - discount_rate_pct (number, required): Discount rate percent. - terminal_growth_pct (number, optional): Optional Gordon-growth terminal growth percent; must be below discount rate. - terminal_multiple (number, optional): Optional terminal multiple on final forecast cash flow. - net_debt (number, optional): Net debt subtracted from enterprise value. Negative means net cash. Default 0. - shares_outstanding (number, optional): Optional shares outstanding for value per share. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### dso-dio-dpo-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/dso-dio-dpo-calculator POST: https://x402.agentutility.ai/dso-dio-dpo-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, dso, dio, dpo, calculator, dso-dio-dpo-calculator Alias of: working-capital-cycle Description: Calculates DSO, DIO, and DPO working capital days. Same backend as working-capital-cycle, focused on receivables, inventory, payables, cash tied up, and release opportunity. Use it as a DSO DIO DPO calculator, working capital days API, or cash conversion cycle components tool. Input schema: - annual_revenue (number, required): Annual revenue in dollars. - accounts_receivable (number, required): Current accounts receivable balance. - inventory (number, required): Current inventory balance. - accounts_payable (number, required): Current accounts payable balance. - annual_cogs (number, optional): Annual cost of goods sold. Defaults to 65% of annual_revenue when omitted. - target_cash_conversion_days (number, optional): Target cash conversion cycle days. Default 45. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### early-payment-discount-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/early-payment-discount-calculator POST: https://x402.agentutility.ai/early-payment-discount-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, early, payment, discount, calculator, early-payment-discount-calculator Alias of: invoice-discount-calculator Description: Calculates the effective APR of an early payment discount. Same calculator as invoice-discount-calculator. Use it as an early payment discount calculator, supplier discount APR tool, or invoice acceleration economics check. Input schema: - invoice_amount (number, required): Gross invoice face value. - days_until_due (number, required): Days until the invoice would otherwise be paid. - discount_pct (number, optional): Discount as percent of invoice amount. Required unless discount_amount is supplied. - discount_amount (number, optional): Discount dollars. Required unless discount_pct is supplied. - advance_rate_pct (number, optional): Percent of invoice advanced immediately. Default 100. - annual_cost_of_capital_pct (number, optional): Benchmark annual cost of capital percent. Default 12. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### earnings-calendar — $0.03 USDC URL: https://agentutility.ai/edge-finance/earnings-calendar POST: https://x402.agentutility.ai/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: Finds a company's next earnings date and its recent earnings-related SEC filings. For a US-listed ticker (or CIK), returns recent and upcoming filings (8-K Item 2.02 Results of Operations, 10-Q, 10-K, NT 10-Q, NT 10-K) with filed_date, fiscal-quarter end, accession number, and EDGAR document URL, plus a next-earnings-date estimate derived from prior filing cadence. SEC EDGAR public data only, no aggregator ToU risk. Use it as an earnings calendar, earnings release schedule, quarterly results date feed, late-filing NT-10 tracker, or earnings-date estimator. 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-calendar-api — $0.03 USDC URL: https://agentutility.ai/edge-finance/earnings-calendar-api POST: https://x402.agentutility.ai/earnings-calendar-api Price: 0.03 USDC Method: POST Category: uncategorized Tags: earnings, calendar, api, earnings-calendar-api Alias of: earnings-calendar Description: Finds company earnings dates from SEC filings: 8-K Item 2.02, 10-Q, 10-K, NT filing signals, fiscal periods, and next-earnings cadence estimates. Same EDGAR-backed handler as earnings-calendar. Use it as an earnings calendar API, next earnings date API, or SEC earnings filing calendar. 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: - ticker (string): - event_count (string): - next_earnings_estimate (string): --- #### earnings-call-transcribe — $0.03 USDC URL: https://agentutility.ai/edge-finance/earnings-call-transcribe POST: https://x402.agentutility.ai/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: Transcribes a company earnings call from its publicly posted investor-relations webcast or replay audio URL, then optionally turns that transcript into a structured summary. Send audio_url plus an optional ticker and a summarize flag; the endpoint runs the audio through Whisper v3 for a full transcript and, when summarize is true, produces prepared remarks, Q&A highlights, guidance changes, and key metrics via LLM. Returns transcript, transcript_chars, duration_seconds, detected language, and the summary object when requested. Use it as an earnings call transcription API, IR webcast transcriber, or earnings call summary generator for earnings-prep agents, investor relations teams, and automated post-call research. Input schema: - audio_url (string, required): Public URL of the earnings call audio/video. Duration capped at 4 hours. - ticker (string, optional): Optional stock ticker for context, included in the summary prompt. - summarize (boolean, optional): If true, adds a structured LLM summary (prepared remarks, Q&A, guidance) after transcription. Default false. - language (string, optional): Optional ISO language code hint for Whisper. Omit to let Whisper auto-detect. 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.agentutility.ai/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): Public URL of the earnings call audio/video. Duration capped at 4 hours. - ticker (string, optional): Optional stock ticker for context, included in the summary prompt. - summarize (boolean, optional): If true, adds a structured LLM summary (prepared remarks, Q&A, guidance) after transcription. Default false. - language (string, optional): Optional ISO language code hint for Whisper. Omit to let Whisper 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. --- #### edgar-filings — $0.01 USDC URL: https://agentutility.ai/edge-finance/edgar-filings POST: https://x402.agentutility.ai/edgar-filings Price: 0.01 USDC Method: POST Category: uncategorized Tags: edgar, filings, edgar-filings Alias of: sec-filing Description: EDGAR filings API / edgar filings lookup / SEC filing search / SEC EDGAR company filings feed. Same backend as sec-filing for agents searching public-company 10-K, 10-Q, 8-K, S-1, DEF 14A, Form 4, and 13F-HR filings by ticker or CIK, with filing metadata, document URLs, optional full text, and optional executive summaries from public-domain SEC data. Input schema: - ticker (string, optional): US-listed stock ticker (e.g. 'AAPL', 'TSLA'). Either ticker or cik is required. - cik (string, optional): SEC Central Index Key (zero-padded or numeric, e.g. '0000320193'). Use when ticker is ambiguous or unavailable. - form_type (string, optional): Filing type. Default '10-K'. Supports 10-K, 10-Q, 8-K, S-1, S-4, DEF 14A, 4, 13F-HR. - limit (number, optional): Max filings to return. 1-20. Default 5 (most-recent-first). - summarize (boolean, optional): If true, runs the latest filing through Venice for an executive-summary tailored to the form. Adds latency. Default false. - include_text (boolean, optional): If true, includes the full clean-text body of the latest filing in the response. Large payload. Default false. Output schema: - ticker (string): - cik (string): - company_name (string): - form_type (string): - filings (string): - latest_text (string): - summary (string): - source (string): --- #### embedded-finance-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/embedded-finance-score POST: https://x402.agentutility.ai/embedded-finance-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, embedded, finance, score, embedded-finance-score Description: Scores an embedded lending, payments, or wallet program on integration quality and risk, returning a 0-100 score. Grades compliance maturity, KYC coverage, API uptime, conversion lift, and chargeback or loss rate, with grade, recommendation, metrics, and drivers. Use it as an embedded finance score API, fintech integration quality check, or compliance KYC uptime conversion chargeback scorer. Input schema: - compliance_score (number, required): 0-100 compliance, licensing, and control maturity. - kyc_coverage_pct (number, required): Percent of users/accounts covered by KYC/fraud checks. - api_uptime_pct (number, required): Recent API uptime percent. - conversion_lift_pct (number, optional): Conversion lift versus baseline. Default 0. - chargeback_rate_pct (number, optional): Chargeback/loss rate percent. Default 1. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### embedded-finance-score-api — $0.01 USDC URL: https://agentutility.ai/edge-finance/embedded-finance-score-api POST: https://x402.agentutility.ai/embedded-finance-score-api Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, embedded, finance, score, api, embedded-finance-score-api Alias of: embedded-finance-score Description: Scores embedded finance programs on compliance and conversion lift. Same model as embedded-finance-score, exposed under the buyer keyword used in demand searches. Use it as an embedded finance score API or fintech integration scoring tool. Input schema: - compliance_score (number, required): 0-100 compliance, licensing, and control maturity. - kyc_coverage_pct (number, required): Percent of users/accounts covered by KYC/fraud checks. - api_uptime_pct (number, required): Recent API uptime percent. - conversion_lift_pct (number, optional): Conversion lift versus baseline. Default 0. - chargeback_rate_pct (number, optional): Chargeback/loss rate percent. Default 1. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### emergency-fund-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/emergency-fund-calculator POST: https://x402.agentutility.ai/emergency-fund-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, emergency, fund, calculator, emergency-fund-calculator Description: Calculates your emergency fund target and how long reaching it will take at your current savings pace. Computes the recommended target (essential monthly expenses x target months), current coverage ratio, months of expenses already saved, shortfall, monthly surplus, and months to reach the target, plus a readiness score, drivers, and recommendation. Use it as an emergency fund calculator API, rainy-day fund target, months-of-expenses runway check, or savings cushion planner. Input schema: - monthly_essential_expenses (number, required): Essential monthly living costs to cover (rent, food, utilities, minimum debt payments). - current_savings (number, required): Liquid savings already set aside for emergencies. - target_months (number, optional): Months of expenses to target. Default 6 (range 1-36). - monthly_income (number, optional): Optional take-home monthly income; used to estimate savings pace. - job_stability_score (number, optional): Optional 0-100 estimate of income/job stability. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### equipment-finance-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/equipment-finance-score POST: https://x402.agentutility.ai/equipment-finance-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, equipment, finance, score, equipment-finance-score Description: Scores the risk of an equipment loan or lease, returning a weighted score and grade. Evaluates lessee credit, collateral coverage, equity cushion, and term-vs-useful-life fit, with drivers and recommendation. Use it as an equipment finance score API or equipment financing risk scorer with collateral coverage analysis. Input schema: - equipment_cost (number, required): Equipment purchase price (USD). - down_payment_pct (number, required): Down payment percent. - useful_life_years (number, required): Equipment useful life in years. - lessee_credit_score (number, required): Borrower/lessee credit quality, 0-100. - resale_value_pct (number, optional): Estimated resale/residual value percent. Optional, default 40. - term_years (number, optional): Financing term in years. Optional, defaults to min(useful life, 5). Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### exchange-rates — $0.002 USDC URL: https://agentutility.ai/edge-finance/exchange-rates POST: https://x402.agentutility.ai/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: Exchange rates. Latest or historical FX rates between currencies, sourced from the European Central Bank (Frankfurter API). 30+ currency pairs. Optional amount conversion. No commercial restrictions. Specify a base currency (default USD), an optional quote currency or list, an optional date (YYYY-MM-DD or 'latest'), and an optional amount to also receive a converted value when a single quote is supplied. 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.agentutility.ai/fda-calendar Price: 0.03 USDC Method: POST Category: uncategorized Tags: edge-finance, fda, adcomm, drug-approvals, biotech-calendar, regulatory-events, fda-calendar Description: Tracks upcoming FDA Advisory Committee (AdComm) meetings, a catalyst calendar for biotech. Pulls upcoming and recent FDA Advisory Committee meeting notices from the Federal Register API (federalregister.gov), filters for AdComm-class meetings, and returns each with title, committee, meeting date, docket info, and source URL. Covers vaccine, oncology, and cardiovascular AdComm dates among others; filter by free-text search and cap result count. Federal public data, no auth. Use it as an FDA AdComm calendar, PDUFA-adjacent catalyst feed, drug-approval committee schedule, biotech FDA event watch, or Federal Register FDA notice scanner. 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. --- #### fda-calendar-api — $0.03 USDC URL: https://agentutility.ai/edge-finance/fda-calendar-api POST: https://x402.agentutility.ai/fda-calendar-api Price: 0.03 USDC Method: POST Category: uncategorized Tags: fda, calendar, api, fda-calendar-api Alias of: fda-calendar Description: Tracks FDA advisory committee meetings, monitoring upcoming and recent AdComm notices, docket ids, committee names, and meeting dates. Same Federal Register-backed handler as fda-calendar. Use it as an FDA calendar API, advisory committee meeting tracker, or biotech catalyst feed. 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: - source (string): - returned (string): - meetings (string): --- #### fec-political-contributions — $0.04 USDC URL: https://agentutility.ai/edge-finance/fec-political-contributions POST: https://x402.agentutility.ai/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: Searches FEC records of political donations to federal candidates, PACs, and super PACs to see who donated to whom. Wraps api.open.fec.gov individual_contributions (Schedule A itemized donor records). Filter by donor name (last+first), recipient committee_id, candidate_id, election cycle, contributor state, and min/max amount; returns itemized contributions with donor name + employer + occupation, recipient committee, amount, date, and FEC source link. Federal public data. Use it as a campaign contributions search, an OpenSecrets-style finance feed, or a lobbyist-money tracker. 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. --- #### home-affordability-payment — $0.01 USDC URL: https://agentutility.ai/edge-finance/home-affordability-payment POST: https://x402.agentutility.ai/home-affordability-payment Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, home, affordability, payment, home-affordability-payment Alias of: mortgage-payment-calculator Description: Estimates the monthly housing payment for home affordability checks. Same backend as mortgage-payment-calculator, returning PITI, escrow components, optional housing DTI, score, and recommendation. Use it as a home affordability payment API, monthly mortgage payment calculator, or housing DTI estimator. Input schema: - home_price (number, required): Purchase price or property value. - annual_rate (number, required): Annual mortgage rate as percent, e.g. 6.75. - term_years (number, required): Loan term in years. - down_payment (number, optional): Cash down payment. Default 0. - loan_amount (number, optional): Optional explicit loan amount; defaults to home_price minus down_payment. - annual_property_tax (number, optional): Annual property tax. Default 0. - annual_insurance (number, optional): Annual homeowners insurance. Default 0. - monthly_hoa (number, optional): Monthly HOA dues. Default 0. - monthly_pmi (number, optional): Monthly PMI. Default 0. - gross_monthly_income (number, optional): Optional borrower gross monthly income for housing DTI. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### insider-form-4 — $0.01 USDC URL: https://agentutility.ai/edge-finance/insider-form-4 POST: https://x402.agentutility.ai/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: Tracks SEC Form 4 insider transactions: recent officer, director, and 10%+ beneficial owner trades for a US-listed ticker (or CIK). Each transaction includes the reporting owner, role (officer / director / 10%+ owner), filing date, period of report, transaction code (P=purchase, S=sale, A=grant, M=exercise, F=tax, etc.), shares, price, post-transaction holdings, and EDGAR document URL. Public-domain SEC EDGAR data — no auth, no rate-limit headache. Use it as an insider trading feed, Section 16 tracker, executive buy-sell tracker, or EDGAR Form 4 normalizer. Input schema: - ticker (string, optional): US-listed ticker (e.g. 'AAPL', 'TSLA'). 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 Form 4 filings to return. 1-50. Default 10. - include_derivatives (boolean, optional): If true, includes derivative-security transactions (options, RSUs, performance shares). 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.agentutility.ai/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. 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): Boolean, default true. Set false to return only non-derivative (common stock) transactions. 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. --- #### inventory-finance-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/inventory-finance-score POST: https://x402.agentutility.ai/inventory-finance-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, inventory, finance, score, inventory-finance-score Description: Scores the risk of an inventory financing facility, returning a weighted score and grade. Evaluates turnover, obsolescence risk, advance discipline, and margin cushion, with drivers and recommendation. Use it as an inventory finance score API or an inventory turns + obsolescence + advance-rate risk scorer. Input schema: - inventory_value (number, required): Eligible inventory value (USD). - advance_rate_pct (number, required): Advance rate against inventory percent. - inventory_turns (number, required): Annual inventory turns. - obsolescence_pct (number, optional): Obsolescence / shrink percent. Optional, default 5. - gross_margin_pct (number, optional): Gross margin percent. Optional, default 35. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### invoice-discount-api — $0.01 USDC URL: https://agentutility.ai/edge-finance/invoice-discount-api POST: https://x402.agentutility.ai/invoice-discount-api Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, invoice, discount, api, invoice-discount-api Alias of: invoice-discount-calculator Description: Calculates early payment discount APR and factoring economics. Same calculator as invoice-discount-calculator, exposed under likely buyer search terms. Use it as an invoice discount API or early payment discount APR API. Input schema: - invoice_amount (number, required): Gross invoice face value. - days_until_due (number, required): Days until the invoice would otherwise be paid. - discount_pct (number, optional): Discount as percent of invoice amount. Required unless discount_amount is supplied. - discount_amount (number, optional): Discount dollars. Required unless discount_pct is supplied. - advance_rate_pct (number, optional): Percent of invoice advanced immediately. Default 100. - annual_cost_of_capital_pct (number, optional): Benchmark annual cost of capital percent. Default 12. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### invoice-discount-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/invoice-discount-calculator POST: https://x402.agentutility.ai/invoice-discount-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, invoice, discount, calculator, invoice-discount-calculator Description: Calculates the true cost of an early payment discount or invoice factoring offer. Computes discount dollars, net cash received, effective APR, advance amount, and premium versus cost of capital for invoice acceleration decisions. Use it as an invoice discount calculator API, early payment discount APR tool, factoring discount economics check, or AR acceleration calculator. Input schema: - invoice_amount (number, required): Gross invoice face value. - days_until_due (number, required): Days until the invoice would otherwise be paid. - discount_pct (number, optional): Discount as percent of invoice amount. Required unless discount_amount is supplied. - discount_amount (number, optional): Discount dollars. Required unless discount_pct is supplied. - advance_rate_pct (number, optional): Percent of invoice advanced immediately. Default 100. - annual_cost_of_capital_pct (number, optional): Benchmark annual cost of capital percent. Default 12. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### invoice-factoring-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/invoice-factoring-calculator POST: https://x402.agentutility.ai/invoice-factoring-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, invoice, factoring, calculator, invoice-factoring-calculator Alias of: invoice-discount-calculator Description: Calculates the economics of factoring an invoice: advance, discount, and effective APR. Same backend as invoice-discount-calculator, focused on advance rate, discount amount, effective APR, and capital-cost premium. Use it as an invoice factoring calculator, factoring discount APR API, or invoice advance economics tool. Input schema: - invoice_amount (number, required): Gross invoice face value. - days_until_due (number, required): Days until the invoice would otherwise be paid. - discount_pct (number, optional): Discount as percent of invoice amount. Required unless discount_amount is supplied. - discount_amount (number, optional): Discount dollars. Required unless discount_pct is supplied. - advance_rate_pct (number, optional): Percent of invoice advanced immediately. Default 100. - annual_cost_of_capital_pct (number, optional): Benchmark annual cost of capital percent. Default 12. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### invoice-factoring-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/invoice-factoring-score POST: https://x402.agentutility.ai/invoice-factoring-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, invoice, factoring, score, invoice-factoring-score Description: Scores the risk and quality of an invoice factoring facility, returning a weighted score and grade. Evaluates debtor credit, advance-rate economics, fee burden, dilution, and debtor concentration, with drivers and recommendation. Use it as an invoice factoring score API, receivables factoring risk score, or factoring deal quality scorer. Input schema: - debtor_credit_score (number, required): Obligor/debtor credit quality, 0-100. - advance_rate_pct (number, required): Advance rate as percent of invoice face value. - factoring_fee_pct (number, required): Factoring fee/discount percent. - dilution_rate_pct (number, optional): Receivables dilution percent. Optional, default 3. - debtor_concentration_pct (number, optional): Top-debtor share of the book percent. Optional, default 40. - avg_days_to_pay (number, optional): Average days to collection. Optional, default 45. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### kalshi-markets — $0.005 USDC URL: https://agentutility.ai/edge-finance/kalshi-markets POST: https://x402.agentutility.ai/kalshi-markets Price: 0.005 USDC Method: POST Category: uncategorized Tags: prediction-markets, kalshi, event-contracts, edge-finance, market-data, probabilities, kalshiex Description: Lists live Kalshi event contract markets from api.elections.kalshi.com, with filters for status, series ticker, event ticker, free-text query, and minimum volume. Prices converted from cents to 0-1 probabilities for easy cross-venue compare. DATA only, no order entry. Use it as a Kalshi API, CFTC-regulated prediction markets browser, or KalshiEX markets list. 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. --- #### litigation-finance-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/litigation-finance-score POST: https://x402.agentutility.ai/litigation-finance-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, litigation, finance, score, litigation-finance-score Description: Scores the investment merit of a litigation finance opportunity. Evaluates claim value, probability of success, legal budget, expected duration, collectability, and enforceability, returning expected value after legal costs, budget-to-claim ratio, a 0-100 score, grade, recommendation, and driver breakdown. Use it as a lawsuit investment merit score, legal claim funding calculator, or case finance underwriting tool. Input schema: - claim_value (number, required): Expected gross claim or settlement value. - probability_of_success (number, required): Probability from 0 to 1. - legal_budget (number, required): Expected remaining legal budget. - duration_months (number, required): Expected time to resolution. - counterparty_collectability (number, optional): 0-100 ability to collect from defendant/counterparty. Default 70. - enforceability_score (number, optional): 0-100 jurisdiction and award enforceability. Default 70. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### litigation-finance-score-api — $0.01 USDC URL: https://agentutility.ai/edge-finance/litigation-finance-score-api POST: https://x402.agentutility.ai/litigation-finance-score-api Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, litigation, finance, score, api, litigation-finance-score-api Alias of: litigation-finance-score Description: Scores litigation finance and legal claim funding risk. Same finance model as litigation-finance-score, exposed under the buyer keyword used in demand searches. Use it as a litigation finance score API, legal claim finance risk API, or case funding scorer. Input schema: - claim_value (number, required): Expected gross claim or settlement value. - probability_of_success (number, required): Probability from 0 to 1. - legal_budget (number, required): Expected remaining legal budget. - duration_months (number, required): Expected time to resolution. - counterparty_collectability (number, optional): 0-100 ability to collect from defendant/counterparty. Default 70. - enforceability_score (number, optional): 0-100 jurisdiction and award enforceability. Default 70. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### loan-amortization-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/loan-amortization-calculator POST: https://x402.agentutility.ai/loan-amortization-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, loan, amortization, calculator, loan-amortization-calculator Description: Calculates a loan's amortization and shows how extra payments shorten payoff and cut interest. Computes scheduled monthly payment, payoff months, total interest, total paid, and interest saved from extra monthly payments. Use it as a loan amortization calculator API, debt payoff schedule, or extra payment interest savings calculator. Input schema: - principal (number, required): Initial loan principal. - annual_rate (number, required): Annual interest rate as percent. - term_months (number, optional): Loan term in months. - term_years (number, optional): Alternative loan term in years when term_months is omitted. - extra_monthly_payment (number, optional): Optional extra monthly principal payment. Default 0. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### ltv-cac-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/ltv-cac-calculator POST: https://x402.agentutility.ai/ltv-cac-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, ltv, cac, calculator, ltv-cac-calculator Alias of: unit-economics-calculator Description: Calculates the LTV to CAC ratio and payback period for SaaS unit economics. Same backend as unit-economics-calculator, returning LTV, LTV/CAC, CAC payback months, margin, churn, score, and recommendation. Use it as an LTV CAC calculator, SaaS unit economics API, or payback period calculator. Input schema: - arpu (number, required): Average monthly revenue per user/account. - gross_margin_pct (number, required): Gross margin percent. - monthly_churn_pct (number, required): Monthly customer churn percent. - cac (number, required): Customer acquisition cost. - payback_target_months (number, optional): Target CAC payback months. Default 12. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### market-filter — $0.005 USDC URL: https://agentutility.ai/edge-finance/market-filter POST: https://x402.agentutility.ai/market-filter Price: 0.005 USDC Method: POST Category: uncategorized Tags: market, filter, market-filter Alias of: polymarket-markets Description: Filters Polymarket prediction markets by query, category, tag, liquidity, open/closed status, and sort order, on a demand-matching route. Data-only public market research endpoint; no wallet filtering or trade execution. Use it as a Polymarket filter API or market screener. Input schema: - query (string, optional): Free-text filter applied to question, description, and slug. - category (string, optional): Filter by Polymarket category substring, 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: 'volume24hr', 'liquidity', 'endDate', or 'startDate'. Omit for default gamma-api order. - ascending (boolean, optional): Sort direction when order is set. Default false (descending). - min_liquidity (number, optional): Minimum liquidity in USD. Output schema: - markets (string): - count (string): --- #### markets — $0.005 USDC URL: https://agentutility.ai/edge-finance/markets POST: https://x402.agentutility.ai/markets Price: 0.005 USDC Method: POST Category: uncategorized Tags: markets Alias of: polymarket-markets Description: Lists and searches Polymarket prediction markets, backed by gamma-api public market data under an exact buyer-demand slug. Filter active/closed markets by query, category, tag, liquidity, sort order, limit, and offset. Returns questions, slugs, outcomes, implied prices, liquidity, volume, and URLs. Data-only; no trading or order routing. Use it as a markets API or prediction markets list and search. Input schema: - query (string, optional): Free-text filter applied to question, description, and slug. - category (string, optional): Filter by Polymarket category substring. - tag (string, optional): Polymarket tag slug filter. - active (boolean, optional): Default true. - closed (boolean, optional): Default false. - limit (number, optional): 1-100. Default 20. - offset (number, optional): Pagination offset. - order (string, optional): Sort field: 'volume24hr', 'liquidity', 'endDate', or 'startDate'. Omit for default gamma-api order. - ascending (boolean, optional): Sort direction when order is set. Default false (descending). - min_liquidity (number, optional): Minimum liquidity in USD. Output schema: - markets (string): - count (string): - attribution (string): --- #### merchant-cash-advance-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/merchant-cash-advance-score POST: https://x402.agentutility.ai/merchant-cash-advance-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, merchant, cash, advance, score, merchant-cash-advance-score Description: Scores the risk of a merchant cash advance (MCA) deal, returning a weighted score and grade. Evaluates revenue strength, factor-rate burden, holdback sustainability, revenue stability, and business tenure, with drivers and recommendation. Use it as a merchant cash advance score API, MCA deal risk scorer, or small business revenue financing score. Input schema: - monthly_revenue (number, required): Average monthly revenue (USD). - factor_rate (number, required): MCA factor rate, 1.0-2.0. - holdback_pct (number, required): Daily/weekly revenue holdback percent. - revenue_volatility_pct (number, optional): Revenue volatility percent. Optional, default 20. - months_in_business (number, optional): Months in business. Optional, default 24. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### mortgage-payment-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/mortgage-payment-calculator POST: https://x402.agentutility.ai/mortgage-payment-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, mortgage, payment, calculator, mortgage-payment-calculator Description: Calculates a full monthly mortgage payment including principal, interest, taxes, insurance, HOA, and PMI. Computes loan amount, principal-and-interest payment, escrow components, total monthly payment, optional housing DTI, score, drivers, and recommendation. Use it as a mortgage payment calculator API, PITI calculator, or home affordability payment estimator. Input schema: - home_price (number, required): Purchase price or property value. - annual_rate (number, required): Annual mortgage rate as percent, e.g. 6.75. - term_years (number, required): Loan term in years. - down_payment (number, optional): Cash down payment. Default 0. - loan_amount (number, optional): Optional explicit loan amount; defaults to home_price minus down_payment. - annual_property_tax (number, optional): Annual property tax. Default 0. - annual_insurance (number, optional): Annual homeowners insurance. Default 0. - monthly_hoa (number, optional): Monthly HOA dues. Default 0. - monthly_pmi (number, optional): Monthly PMI. Default 0. - gross_monthly_income (number, optional): Optional borrower gross monthly income for housing DTI. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### mortgage-refinance-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/mortgage-refinance-calculator POST: https://x402.agentutility.ai/mortgage-refinance-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, mortgage, refinance, calculator, mortgage-refinance-calculator Alias of: refinance-analysis-calculator Description: Calculates mortgage refinance savings and the break-even point. Same backend as refinance-analysis-calculator, surfaced for buyers comparing current loan balance, current rate, new rate, closing costs, monthly savings, and break-even months. Use it as a mortgage refinance calculator, refi savings calculator, or refinance break-even analysis. Input schema: - current_loan_balance (number, required): Current unpaid principal balance. - current_rate (number, required): Current annual interest rate as percent, e.g. 7.25. - new_rate (number, required): Proposed annual interest rate as percent, e.g. 5.95. - remaining_years (number, required): Years remaining on current loan. - new_term_years (number, optional): Proposed refinance term in years. Defaults to remaining_years. - closing_costs (number, optional): Total refinance closing costs financed or paid out of pocket. Default 0. - months_to_stay (number, optional): Expected holding period in months. Default is new term length. - current_monthly_payment (number, optional): Optional actual current monthly payment override. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### patent-search — $0.05 USDC URL: https://agentutility.ai/edge-finance/patent-search POST: https://x402.agentutility.ai/patent-search Price: 0.05 USDC Method: POST Category: data Tags: patent, uspto, ip, intellectual-property, prior-art, research, rd, due-diligence, patents Description: Searches issued US patents and published applications through the USPTO Open Data Portal. Filter by free-text keywords, inventor last-name, assignee/owner, CPC class (e.g. 'G06N' for AI/ML), filing-date floor/ceiling, and limit. Returns each match's application number, title, abstract, inventors, assignees, filing/publication dates, and CPC classifications, plus an optional Venice plain-English summary of the top result. Use it as a USPTO patent search, US patent database, Google Patents alternative, prior-art finder, freedom-to-operate research tool, inventor and assignee patent lookup, CPC classification browser, patent-filing date-range query, or patent landscape feed. Input schema: - query (string, required): Free-text search keywords (e.g. 'quantum error correction', 'mRNA vaccine'). - inventor (string, optional): Inventor last-name filter (case-insensitive, e.g. 'Hassabis'). - assignee (string, optional): Assignee/owner name filter (e.g. 'Google', 'IBM Corporation'). - cpc (string, optional): CPC classification code prefix (e.g. 'G06N' for AI/ML, 'A61K' for pharmaceuticals). - date_from (string, optional): Filing-date floor in YYYY-MM-DD format. Inclusive. - date_to (string, optional): Filing-date ceiling in YYYY-MM-DD format. Inclusive. - limit (number, optional): Max patents to return. 1-50. Default 10 (most-recent-first). - summarize (boolean, optional): If true, attaches a Venice plain-English summary to the top result. Adds latency. Default false. 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. --- #### patent-search-api — $0.05 USDC URL: https://agentutility.ai/edge-finance/patent-search-api POST: https://x402.agentutility.ai/patent-search-api Price: 0.05 USDC Method: POST Category: uncategorized Tags: patent, search, api, patent-search-api Alias of: patent-search Description: Search USPTO patents by keyword, inventor, assignee, CPC class, or filing date range. Returns abstracts, inventors, assignees, and publication numbers from the USPTO Open Data backend — a patent lookup and prior-art search endpoint for agents. Input schema: - query (string, required): Free-text search keywords (e.g. 'quantum error correction', 'mRNA vaccine'). - inventor (string, optional): Inventor last-name filter (case-insensitive, e.g. 'Hassabis'). - assignee (string, optional): Assignee/owner name filter (e.g. 'Google', 'IBM Corporation'). - cpc (string, optional): CPC classification code prefix (e.g. 'G06N' for AI/ML, 'A61K' for pharmaceuticals). - date_from (string, optional): Filing-date floor in YYYY-MM-DD format. Inclusive. - date_to (string, optional): Filing-date ceiling in YYYY-MM-DD format. Inclusive. - limit (number, optional): Max patents to return. 1-50. Default 10 (most-recent-first). - summarize (boolean, optional): If true, attaches a Venice plain-English summary to the top result. Adds latency. Default false. Output schema: - query (string): - returned (string): - patents (string): --- #### piti-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/piti-calculator POST: https://x402.agentutility.ai/piti-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, piti, calculator, piti-calculator Alias of: mortgage-payment-calculator Description: Calculates a PITI mortgage payment: principal, interest, taxes, and insurance. Same backend as mortgage-payment-calculator, exposed under the short real-estate finance keyword for monthly housing payment workflows. Use it as a PITI calculator, principal interest tax insurance payment API, or mortgage payment estimate. Input schema: - home_price (number, required): Purchase price or property value. - annual_rate (number, required): Annual mortgage rate as percent, e.g. 6.75. - term_years (number, required): Loan term in years. - down_payment (number, optional): Cash down payment. Default 0. - loan_amount (number, optional): Optional explicit loan amount; defaults to home_price minus down_payment. - annual_property_tax (number, optional): Annual property tax. Default 0. - annual_insurance (number, optional): Annual homeowners insurance. Default 0. - monthly_hoa (number, optional): Monthly HOA dues. Default 0. - monthly_pmi (number, optional): Monthly PMI. Default 0. - gross_monthly_income (number, optional): Optional borrower gross monthly income for housing DTI. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### polymarket-filter — $0.005 USDC URL: https://agentutility.ai/edge-finance/polymarket-filter POST: https://x402.agentutility.ai/polymarket-filter Price: 0.005 USDC Method: POST Category: uncategorized Tags: polymarket, filter, polymarket-filter Alias of: polymarket-markets Description: Filters and searches active Polymarket prediction markets by category, keyword query, tag, liquidity threshold, and sort order. Send category, query, tag, active/closed flags, min_liquidity, limit, and order (by 24h volume, liquidity, or dates); the endpoint pulls a page from Polymarket's public gamma-api and applies the query, category, and liquidity filters server-side, returning markets with question, outcomes, outcome_prices, volume, and liquidity for each. This is market-data filtering only. It does not filter wallets by trade history and does not place trades. Use it as a Polymarket filter API, prediction market search tool, or market-data screener for forecasting research, sentiment monitoring, and arbitrage scanning. Input schema: - query (string, optional): Free-text filter applied to question, description, and slug. - category (string, optional): Filter by Polymarket category substring, 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: 'volume24hr', 'liquidity', 'endDate', or 'startDate'. Omit for default gamma-api order. - ascending (boolean, optional): Sort direction when order is set. Default false (descending). - min_liquidity (number, optional): Minimum liquidity in USD. Output schema: - markets (string): - count (string): --- #### polymarket-kalshi-arbitrage — $0.02 USDC URL: https://agentutility.ai/edge-finance/polymarket-kalshi-arbitrage POST: https://x402.agentutility.ai/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: Scans for arbitrage between Polymarket and Kalshi prediction markets. 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. Use it as a cross-venue spread scanner, event price arbitrage detector, or Polymarket vs Kalshi comparison. 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.agentutility.ai/polymarket-leaderboard Price: 0.005 USDC Method: POST Category: uncategorized Tags: edge-finance, polymarket, prediction-markets, leaderboard, top-traders, whale-tracking, profit-rankings Description: Returns the Polymarket leaderboard: 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. Use it to find top traders, Polymarket whales, profit or volume leaderboards, and prediction market rankings. 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.agentutility.ai/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: Lists live Polymarket prediction markets from gamma-api, with filters for category, tag, free-text query, and 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. Use it as a Polymarket API, prediction market data feed, crypto-settled betting odds source, event odds lookup, or Polymarket browse endpoint. 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-search — $0.005 USDC URL: https://agentutility.ai/edge-finance/polymarket-search POST: https://x402.agentutility.ai/polymarket-search Price: 0.005 USDC Method: POST Category: uncategorized Tags: polymarket, search, polymarket-search Alias of: polymarket-markets Description: Searches Polymarket prediction markets by question, description, and slug over the returned market page, with optional category/tag/liquidity filters. Data-only; no betting, trading, or order execution. Use it as a Polymarket search API or market query endpoint. Input schema: - query (string, optional): Free-text filter applied to question, description, and slug. - category (string, optional): Filter by Polymarket category substring, 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. - min_liquidity (number, optional): Minimum liquidity in USD. Output schema: - markets (string): - count (string): --- #### polymarket-trades — $0.005 USDC URL: https://agentutility.ai/edge-finance/polymarket-trades POST: https://x402.agentutility.ai/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: Recent trades from any 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. A data-only Polymarket trade feed for prediction-market and on-chain bet-history research. 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. --- #### prediction-markets — $0.005 USDC URL: https://agentutility.ai/edge-finance/prediction-markets POST: https://x402.agentutility.ai/prediction-markets Price: 0.005 USDC Method: POST Category: uncategorized Tags: prediction, markets, prediction-markets Alias of: polymarket-markets Description: List and search active Polymarket prediction markets with outcome probabilities, liquidity, volume, end dates, and URLs. Data-only market research for event odds — no trade signals, custody, or execution. Input schema: - query (string, optional): Free-text filter applied to question, description, and slug. - category (string, optional): Filter by Polymarket category substring, 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. - min_liquidity (number, optional): Minimum liquidity in USD. Output schema: - markets (string): - count (string): --- #### project-finance-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/project-finance-score POST: https://x402.agentutility.ai/project-finance-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, project, finance, score, project-finance-score Description: Scores the bankability of a project finance structure for infrastructure deals, returning a 0-100 score. Weighs debt service coverage, debt-to-equity leverage, offtake contract quality, construction risk, and sponsor strength; returns grade, recommendation, metrics, and drivers. Use it as a project finance score API, infrastructure finance structure quality check, or DSCR leverage offtake construction-risk calculator. Input schema: - dscr (number, required): Debt service coverage ratio, e.g. 1.42. - debt_to_equity (number, required): Debt/equity ratio, e.g. 2.1. - offtake_score (number, required): 0-100 offtake contract and counterparty quality. - construction_risk_score (number, optional): 0-100 construction risk; higher means riskier. Default 40. - sponsor_strength (number, optional): 0-100 sponsor execution and balance-sheet strength. Default 70. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### project-finance-score-api — $0.01 USDC URL: https://agentutility.ai/edge-finance/project-finance-score-api POST: https://x402.agentutility.ai/project-finance-score-api Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, project, finance, score, api, project-finance-score-api Alias of: project-finance-score Description: Scores project finance deals on DSCR, offtake, and construction risk. Same model as project-finance-score, exposed under the buyer keyword used in demand searches. Use it as a project finance score API, DSCR project risk scoring tool, or offtake and construction risk calculator. Input schema: - dscr (number, required): Debt service coverage ratio, e.g. 1.42. - debt_to_equity (number, required): Debt/equity ratio, e.g. 2.1. - offtake_score (number, required): 0-100 offtake contract and counterparty quality. - construction_risk_score (number, optional): 0-100 construction risk; higher means riskier. Default 40. - sponsor_strength (number, optional): 0-100 sponsor execution and balance-sheet strength. Default 70. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### purchase-order-finance-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/purchase-order-finance-score POST: https://x402.agentutility.ai/purchase-order-finance-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, purchase, order, finance, score, purchase-order-finance-score Description: Scores the risk of a purchase order (PO) financing deal, returning a weighted score and grade. Evaluates end-buyer credit, supplier reliability, margin cushion, and fulfillment speed, with drivers and recommendation. Use it as a purchase order finance score API or PO financing risk scorer with supplier reliability + buyer credit + margin analysis. Input schema: - po_value (number, required): Purchase order value (USD). - supplier_reliability_score (number, required): Supplier delivery reliability, 0-100. - buyer_credit_score (number, required): End-buyer credit quality, 0-100. - gross_margin_pct (number, required): Gross margin on the order percent. - lead_time_days (number, optional): Fulfillment lead time in days. Optional, default 45. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### refi-break-even-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/refi-break-even-calculator POST: https://x402.agentutility.ai/refi-break-even-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, refi, break, even, calculator, refi-break-even-calculator Alias of: refinance-analysis-calculator Description: Calculates how many months a mortgage refinance takes to pay back its closing costs. Same backend as refinance-analysis-calculator, focused on break-even months, net savings over hold horizon, and payment delta. Use it as a refi break-even calculator, closing-cost payback calculator, or mortgage refinance savings API. Input schema: - current_loan_balance (number, required): Current unpaid principal balance. - current_rate (number, required): Current annual interest rate as percent, e.g. 7.25. - new_rate (number, required): Proposed annual interest rate as percent, e.g. 5.95. - remaining_years (number, required): Years remaining on current loan. - new_term_years (number, optional): Proposed refinance term in years. Defaults to remaining_years. - closing_costs (number, optional): Total refinance closing costs financed or paid out of pocket. Default 0. - months_to_stay (number, optional): Expected holding period in months. Default is new term length. - current_monthly_payment (number, optional): Optional actual current monthly payment override. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### refinance-analysis-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/refinance-analysis-calculator POST: https://x402.agentutility.ai/refinance-analysis-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, refinance, analysis, calculator, refinance-analysis-calculator Description: Analyzes whether a mortgage refinance makes financial sense. Compares the current loan against the proposed refinance, computes current and new payment, monthly savings, break-even months, and gross and net savings over the hold horizon, then scores whether the refi economics are attractive. Use it as a rate-and-term refi calculator, break-even month calculator, closing-cost payback tool, or monthly payment savings estimator. Input schema: - current_loan_balance (number, required): Current unpaid principal balance. - current_rate (number, required): Current annual interest rate as percent, e.g. 7.25. - new_rate (number, required): Proposed annual interest rate as percent, e.g. 5.95. - remaining_years (number, required): Years remaining on current loan. - new_term_years (number, optional): Proposed refinance term in years. Defaults to remaining_years. - closing_costs (number, optional): Total refinance closing costs financed or paid out of pocket. Default 0. - months_to_stay (number, optional): Expected holding period in months. Default is new term length. - current_monthly_payment (number, optional): Optional actual current monthly payment override. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### refinance-analysis-calculator-api — $0.01 USDC URL: https://agentutility.ai/edge-finance/refinance-analysis-calculator-api POST: https://x402.agentutility.ai/refinance-analysis-calculator-api Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, refinance, analysis, calculator, api, refinance-analysis-calculator-api Alias of: refinance-analysis-calculator Description: Analyzes whether a mortgage refinance pays off, including the break-even point. Same calculator as refinance-analysis-calculator, exposed under the buyer keyword used in demand searches. Use it as a refinance analysis calculator API, mortgage refinance API, or refi break-even API. Input schema: - current_loan_balance (number, required): Current unpaid principal balance. - current_rate (number, required): Current annual interest rate as percent, e.g. 7.25. - new_rate (number, required): Proposed annual interest rate as percent, e.g. 5.95. - remaining_years (number, required): Years remaining on current loan. - new_term_years (number, optional): Proposed refinance term in years. Defaults to remaining_years. - closing_costs (number, optional): Total refinance closing costs financed or paid out of pocket. Default 0. - months_to_stay (number, optional): Expected holding period in months. Default is new term length. - current_monthly_payment (number, optional): Optional actual current monthly payment override. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### revenue-based-financing-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/revenue-based-financing-score POST: https://x402.agentutility.ai/revenue-based-financing-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, revenue, based, financing, score, revenue-based-financing-score Description: Scores a revenue based financing (RBF) facility, returning a weighted score and grade. Evaluates revenue scale, growth, margin quality, repayment burden (cap multiple), and retention, with drivers and recommendation. Use it as a revenue based financing score API, RBF deal scorer, or recurring-revenue lending risk score with MRR + growth + cap-multiple analysis. Input schema: - mrr (number, required): Monthly recurring revenue (USD). - growth_rate_pct (number, required): Monthly revenue growth percent. - gross_margin_pct (number, required): Gross margin percent. - revenue_multiple (number, required): Repayment cap as a multiple of advanced amount. - churn_rate_pct (number, optional): Monthly revenue churn percent. Optional, default 5. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### roi-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/roi-calculator POST: https://x402.agentutility.ai/roi-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, roi, calculator, roi-calculator Description: Calculates return on investment from an initial investment plus final value or net profit. Returns ROI percent, annualized return, money multiple, score, drivers, and recommendation. Use it as an ROI calculator API, CAGR calculator, or money multiple calculator. Input schema: - initial_investment (number, required): Initial invested capital. - final_value (number, optional): Ending value. Optional if net_profit is supplied. - net_profit (number, optional): Net profit. Optional if final_value is supplied. - years (number, optional): Holding period in years. Default 1. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### rule-of-40-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/rule-of-40-calculator POST: https://x402.agentutility.ai/rule-of-40-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, rule, of, 40, calculator, rule-of-40-calculator Alias of: saas-metrics-score Description: Calculates the rule of 40 from ARR growth rate plus EBITDA (or gross) margin, then folds it into a full operating-metrics score alongside net revenue retention, burn multiple, magic number, and logo churn. Same calculator as saas-metrics-score, listed here for buyers who specifically search rule of 40. Send arr, growth_rate_pct, gross_margin_pct, net_revenue_retention_pct, burn_multiple, magic_number, ebitda_margin_pct, and logo_churn_pct; the response returns score, grade, a written recommendation, the underlying metrics, and per-driver weights. The response shows every metric and driver used in the score. Use it as a rule of 40 calculator, SaaS benchmark score, or operating-efficiency check for diligence and investor updates. Input schema: - arr (number, required): Annual recurring revenue. - growth_rate_pct (number, required): Annual ARR growth rate percent. - gross_margin_pct (number, required): Gross margin percent. - net_revenue_retention_pct (number, required): Net revenue retention percent. - burn_multiple (number, optional): Net burn divided by net new ARR. Optional. - magic_number (number, optional): Sales efficiency magic number. Optional. - ebitda_margin_pct (number, optional): EBITDA margin percent for rule-of-40. Defaults to 0 when omitted. - logo_churn_pct (number, optional): Annual logo churn percent. Optional. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### saas-benchmark-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/saas-benchmark-score POST: https://x402.agentutility.ai/saas-benchmark-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, saas, benchmark, score, saas-benchmark-score Alias of: saas-metrics-score Description: Grades a SaaS company's operating metrics against benchmarks. Same backend as saas-metrics-score, exposed for SaaS diligence agents. Use it as a SaaS benchmark score API, operating metrics grader, or an ARR growth NRR gross margin burn multiple magic number analysis. Input schema: - arr (number, required): Annual recurring revenue. - growth_rate_pct (number, required): Annual ARR growth rate percent. - gross_margin_pct (number, required): Gross margin percent. - net_revenue_retention_pct (number, required): Net revenue retention percent. - burn_multiple (number, optional): Net burn divided by net new ARR. Optional. - magic_number (number, optional): Sales efficiency magic number. Optional. - ebitda_margin_pct (number, optional): EBITDA margin percent for rule-of-40. Defaults to 0 when omitted. - logo_churn_pct (number, optional): Annual logo churn percent. Optional. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### saas-metrics-api — $0.01 USDC URL: https://agentutility.ai/edge-finance/saas-metrics-api POST: https://x402.agentutility.ai/saas-metrics-api Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, saas, metrics, api, saas-metrics-api Alias of: saas-metrics-score Description: Scores SaaS operating metrics: rule of 40, net revenue retention, burn multiple, magic number, and logo churn, then returns a single grade with a written recommendation. Same operating-finance calculator as saas-metrics-score, offered under a name buyers searching for a general SaaS metrics tool are more likely to type. Send arr, growth_rate_pct, gross_margin_pct, net_revenue_retention_pct, burn_multiple, magic_number, ebitda_margin_pct, and logo_churn_pct; get back a score, grade, recommendation, the computed metrics, and per-driver scoring detail. The response shows the computed metrics and per-driver scoring detail. Use it as a SaaS metrics API, rule-of-40 calculator, or operating benchmark scorer for diligence checklists and board decks. Input schema: - arr (number, required): Annual recurring revenue. - growth_rate_pct (number, required): Annual ARR growth rate percent. - gross_margin_pct (number, required): Gross margin percent. - net_revenue_retention_pct (number, required): Net revenue retention percent. - burn_multiple (number, optional): Net burn divided by net new ARR. Optional. - magic_number (number, optional): Sales efficiency magic number. Optional. - ebitda_margin_pct (number, optional): EBITDA margin percent for rule-of-40. Defaults to 0 when omitted. - logo_churn_pct (number, optional): Annual logo churn percent. Optional. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### saas-metrics-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/saas-metrics-score POST: https://x402.agentutility.ai/saas-metrics-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, saas, metrics, score, saas-metrics-score Description: Scores a SaaS business on the rule of 40 and core operating metrics. Computes rule-of-40, retention, gross margin, burn efficiency, sales efficiency, logo churn, weighted score, and driver notes. Use it as a SaaS metrics score API, net revenue retention score, burn multiple and magic number analysis, or SaaS benchmark score. Input schema: - arr (number, required): Annual recurring revenue. - growth_rate_pct (number, required): Annual ARR growth rate percent. - gross_margin_pct (number, required): Gross margin percent. - net_revenue_retention_pct (number, required): Net revenue retention percent. - burn_multiple (number, optional): Net burn divided by net new ARR. Optional. - magic_number (number, optional): Sales efficiency magic number. Optional. - ebitda_margin_pct (number, optional): EBITDA margin percent for rule-of-40. Defaults to 0 when omitted. - logo_churn_pct (number, optional): Annual logo churn percent. Optional. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### sec-13f-api — $0.05 USDC URL: https://agentutility.ai/edge-finance/sec-13f-api POST: https://x402.agentutility.ai/sec-13f-api Price: 0.05 USDC Method: POST Category: uncategorized Tags: sec, 13f, api, sec-13f-api Alias of: 13f-deltas Description: Track how institutional investors changed their stock positions between two SEC 13F-HR filings, no manual XML diffing required. Same 13f-deltas backend: given a CIK, it pulls the two most recent 13F-HR filings and diffs them into positions added, exited, increased, and reduced, each with dollar and share deltas. Send a CIK and an optional holdings limit; get back the delta lists ready for a fund-tracking dashboard or due-diligence workflow. Use it as a SEC 13F API, hedge fund position tracker, or institutional holdings delta feed. 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: - cik (string): - added (string): - increased (string): - reduced (string): --- #### sec-filing — $0.01 USDC URL: https://agentutility.ai/edge-finance/sec-filing POST: https://x402.agentutility.ai/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: Fetches, parses, and summarizes SEC EDGAR filings for any public company by ticker or CIK. Resolves ticker to CIK against EDGAR, returns structured filing metadata (form, filed_date, accession_number, period_of_report, primary_document_url) for the most recent N filings of a chosen form type, optionally pulls the latest filing's full clean text, and optionally runs it through a Venice executive summary tuned to the form type. Covers 10-K, 10-Q, 8-K, S-1, S-4, DEF 14A, Form 4, and 13F-HR: annual and quarterly reports, proxies, insider trading, and institutional holdings. 100% public-domain SEC data, no auth. Use it as a SEC filings API, SEC filing search by ticker or CIK, or public-company filing pull. Input schema: - ticker (string, optional): US-listed stock ticker (e.g. 'AAPL', 'TSLA'). Either ticker or cik is required. - cik (string, optional): SEC Central Index Key (zero-padded or numeric, e.g. '0000320193'). Use when ticker is ambiguous or unavailable. - form_type (string, optional): Filing type. Default '10-K'. Supports 10-K, 10-Q, 8-K, S-1, S-4, DEF 14A, 4, 13F-HR. - limit (number, optional): Max filings to return. 1-20. Default 5 (most-recent-first). - summarize (boolean, optional): If true, runs the latest filing through Venice for an executive-summary tailored to the form. Adds latency. Default false. - include_text (boolean, optional): If true, includes the full clean-text body of the latest filing in the response. Large payload. Default false. 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. --- #### sec-filings — $0.01 USDC URL: https://agentutility.ai/edge-finance/sec-filings POST: https://x402.agentutility.ai/sec-filings Price: 0.01 USDC Method: POST Category: uncategorized Tags: sec, filings, sec-filings Alias of: sec-filing Description: Searches SEC EDGAR company filings by ticker or CIK: 10-K, 10-Q, 8-K, S-1, DEF 14A, Form 4, and 13F-HR. Same SEC EDGAR backend as sec-filing, with plural buyer wording for agents searching filing feeds. Use it as a SEC filings API or EDGAR company filing search. Input schema: - ticker (string, optional): US-listed stock ticker (e.g. 'AAPL', 'TSLA'). Either ticker or cik is required. - cik (string, optional): SEC Central Index Key (zero-padded or numeric, e.g. '0000320193'). Use when ticker is ambiguous or unavailable. - form_type (string, optional): Filing type. Default '10-K'. Supports 10-K, 10-Q, 8-K, S-1, S-4, DEF 14A, 4, 13F-HR. - limit (number, optional): Max filings to return. 1-20. Default 5 (most-recent-first). - summarize (boolean, optional): If true, runs the latest filing through Venice for an executive-summary tailored to the form. Adds latency. Default false. - include_text (boolean, optional): If true, includes the full clean-text body of the latest filing in the response. Large payload. Default false. Output schema: - ticker (string): - cik (string): - company_name (string): - form_type (string): - filings (string): - latest_text (string): - summary (string): - source (string): --- #### sec-xbrl-api — $0.05 USDC URL: https://agentutility.ai/edge-finance/sec-xbrl-api POST: https://x402.agentutility.ai/sec-xbrl-api Price: 0.05 USDC Method: POST Category: uncategorized Tags: sec, xbrl, api, sec-xbrl-api Alias of: xbrl-financials Description: Serves SEC XBRL fundamentals as a time series, replacing paid fundamentals feeds with public SEC line-item data. Same xbrl-financials handler. Use it as a SEC XBRL API, EDGAR company facts source, or fundamentals time-series endpoint. 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): - series (string): --- #### startup-runway-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/startup-runway-calculator POST: https://x402.agentutility.ai/startup-runway-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, startup, runway, calculator, startup-runway-calculator Description: Calculates a startup's cash runway and the burn cut needed to hit a target. Computes net monthly burn, static runway, dynamic runway with revenue growth, burn reduction needed for target runway, score, drivers, and recommendation. Use it as a startup runway calculator API, burn multiple check, or founder finance planning tool. Input schema: - cash_balance (number, required): Current cash balance. - monthly_burn (number, required): Monthly operating cash burn before revenue offset. - monthly_revenue (number, optional): Current monthly revenue. Default 0. - monthly_revenue_growth_pct (number, optional): Expected monthly revenue growth percent. Default 0. - target_runway_months (number, optional): Target runway months. Default 18. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### supply-chain-finance-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/supply-chain-finance-score POST: https://x402.agentutility.ai/supply-chain-finance-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, supply, chain, finance, score, supply-chain-finance-score Description: Scores the design quality of a supply chain finance (SCF) program from 0-100. Evaluates buyer credit, supplier risk, discount economics, days accelerated, automation maturity, and supplier concentration, returning score, grade, recommendation, metrics, and a weighted driver breakdown. Use it as an early-pay discount score, reverse factoring calculator, or supplier finance underwriting tool. Input schema: - supplier_risk_score (number, required): 0-100 supplier operational risk; higher means riskier. - buyer_credit_score (number, required): 0-100 buyer payment strength; higher is better. - discount_apr (number, required): Annualized discount rate percent offered to suppliers. - days_accelerated (number, required): Number of days payment is accelerated. - automation_score (number, optional): 0-100 invoice approval and reconciliation maturity. Default 70. - supplier_concentration_pct (number, optional): Percent exposure to largest supplier or supplier cohort. Default 20. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### supply-chain-finance-score-api — $0.01 USDC URL: https://agentutility.ai/edge-finance/supply-chain-finance-score-api POST: https://x402.agentutility.ai/supply-chain-finance-score-api Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, supply, chain, finance, score, api, supply-chain-finance-score-api Alias of: supply-chain-finance-score Description: Scores supply chain finance and supplier finance risk. Same finance model as supply-chain-finance-score, exposed under the buyer keyword used in demand searches. Use it as a supply chain finance score API, supplier finance risk API, or invoice acceleration scorer. Input schema: - supplier_risk_score (number, required): 0-100 supplier operational risk; higher means riskier. - buyer_credit_score (number, required): 0-100 buyer payment strength; higher is better. - discount_apr (number, required): Annualized discount rate percent offered to suppliers. - days_accelerated (number, required): Number of days payment is accelerated. - automation_score (number, optional): 0-100 invoice approval and reconciliation maturity. Default 70. - supplier_concentration_pct (number, optional): Percent exposure to largest supplier or supplier cohort. Default 20. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### tariff-duty-scenario — $0.02 USDC URL: https://agentutility.ai/edge-finance/tariff-duty-scenario POST: https://x402.agentutility.ai/tariff-duty-scenario Price: 0.02 USDC Method: POST Category: uncategorized Tags: edge-finance, tariff, duty, scenario, tariff-duty-scenario Description: Calculates import duty what-if scenarios: current vs proposed duty and landed-cost deltas from caller-supplied values, rates, freight, insurance, quantity, origin, destination, and optional HTS code. Scenario math only: does not choose final HTS classification, act as customs broker, or file customs documents. Use it as a tariff duty scenario calculator, landed cost delta API, or HTS cost scenario tool. Input schema: - product_value (number, required): Commercial value of the goods before duty. - current_duty_rate_pct (number, required): Current duty rate percent, e.g. 7.5. - proposed_duty_rate_pct (number, required): Proposed or alternate duty rate percent. - freight (number, optional): Optional freight amount included in customs-value scenario. - insurance (number, optional): Optional insurance amount included in customs-value scenario. - quantity (number, optional): Optional unit count for per-unit landed cost. - currency (string, optional): Currency code. Default USD. - hts_code (string, optional): Optional caller-supplied HTS code. - country_of_origin (string, optional): Country of origin of the goods. Optional, free text, max 80 chars. - destination_country (string, optional): Destination country for the shipment. Optional, free text, max 80 chars. - product_description (string, optional): Free-text product description used to generate follow-up broker questions. Optional, max 1000 chars. Output schema: - customs_value (string): - current (string): - proposed (string): - delta (string): - boundary (string): --- #### trade-finance-risk-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/trade-finance-risk-score POST: https://x402.agentutility.ai/trade-finance-risk-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, trade, finance, risk, score, trade-finance-risk-score Description: Scores the risk of a trade finance transaction from 0-100. Evaluates buyer credit, country and sanctions risk, tenor, collateral coverage, documentation quality, and FX risk, returning score, grade, recommendation, metrics, and weighted drivers. Use it as an import-export finance underwriting tool, LC transaction risk calculator, or a country, buyer, collateral, and documentation scorer. Input schema: - buyer_credit_score (number, required): 0-100 buyer credit quality. - country_risk_score (number, required): 0-100 country/sanctions risk; higher means riskier. - tenor_days (number, required): Transaction tenor in days. - collateral_coverage_pct (number, optional): Collateral as percent of exposure. Default 0. - documentation_quality (number, optional): 0-100 LC/invoice/bill-of-lading quality. Default 70. - fx_risk_score (number, optional): 0-100 FX risk; higher means riskier. Default 35. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### trade-finance-risk-score-api — $0.01 USDC URL: https://agentutility.ai/edge-finance/trade-finance-risk-score-api POST: https://x402.agentutility.ai/trade-finance-risk-score-api Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, trade, finance, risk, score, api, trade-finance-risk-score-api Alias of: trade-finance-risk-score Description: Scores trade finance and export finance risk, including tenor and collateral. Same calculator as trade-finance-risk-score, exposed under the buyer keyword used in demand searches. Use it as a trade finance risk score API, export finance risk API, or tenor and collateral scoring tool. Input schema: - buyer_credit_score (number, required): 0-100 buyer credit quality. - country_risk_score (number, required): 0-100 country/sanctions risk; higher means riskier. - tenor_days (number, required): Transaction tenor in days. - collateral_coverage_pct (number, optional): Collateral as percent of exposure. Default 0. - documentation_quality (number, optional): 0-100 LC/invoice/bill-of-lading quality. Default 70. - fx_risk_score (number, optional): 0-100 FX risk; higher means riskier. Default 35. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### trademark-search — $0.03 USDC URL: https://agentutility.ai/edge-finance/trademark-search POST: https://x402.agentutility.ai/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: Looks up any US trademark by serial number or registration number via the federal public TSDR API. Returns mark text, owner, status, filing date, classes, and goods/services. Use it as a trademark search, USPTO trademark lookup, or federal trademark database query. 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. --- #### transition-finance-score — $0.01 USDC URL: https://agentutility.ai/edge-finance/transition-finance-score POST: https://x402.agentutility.ai/transition-finance-score Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, transition, finance, score, transition-finance-score Description: Scores the credibility of a climate transition plan for financing, returning a 0-100 credibility score. Weighs baseline emissions, target reduction, years to target, verification quality, and capex intensity; returns annual abatement, grade, recommendation, and weighted drivers. Use it as a transition finance score API, emissions reduction finance calculator, or transition-aligned capital scoring tool. Input schema: - baseline_emissions_tco2e (number, required): Current baseline emissions in metric tons CO2e. - target_reduction_pct (number, required): Target percent reduction by target year. - target_years (number, required): Years until target date. - verification_score (number, optional): 0-100 measurement, reporting, and third-party assurance quality. Default 65. - capex_to_revenue_pct (number, optional): Transition capex as percent of revenue. Default 20. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### transition-finance-score-api — $0.01 USDC URL: https://agentutility.ai/edge-finance/transition-finance-score-api POST: https://x402.agentutility.ai/transition-finance-score-api Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, transition, finance, score, api, transition-finance-score-api Alias of: transition-finance-score Description: Scores climate transition finance plans on credibility. Same model as transition-finance-score, exposed under the buyer keyword used in demand searches. Use it as a transition finance score API or emissions-reduction finance score. Input schema: - baseline_emissions_tco2e (number, required): Current baseline emissions in metric tons CO2e. - target_reduction_pct (number, required): Target percent reduction by target year. - target_years (number, required): Years until target date. - verification_score (number, optional): 0-100 measurement, reporting, and third-party assurance quality. Default 65. - capex_to_revenue_pct (number, optional): Transition capex as percent of revenue. Default 20. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### unit-economics-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/unit-economics-calculator POST: https://x402.agentutility.ai/unit-economics-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, unit, economics, calculator, unit-economics-calculator Description: Calculates SaaS unit economics: LTV, LTV to CAC, and CAC payback period. Computes monthly gross profit, estimated customer lifetime, LTV, LTV/CAC, CAC payback months, score, drivers, and recommendation. Use it as a unit economics calculator API or an ARPU gross margin churn calculator. Input schema: - arpu (number, required): Average monthly revenue per user/account. - gross_margin_pct (number, required): Gross margin percent. - monthly_churn_pct (number, required): Monthly customer churn percent. - cac (number, required): Customer acquisition cost. - payback_target_months (number, optional): Target CAC payback months. Default 12. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### uspto-trademark-search — $0.03 USDC URL: https://agentutility.ai/edge-finance/uspto-trademark-search POST: https://x402.agentutility.ai/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: Looks up the current status of a US trademark by serial number or registration number against the USPTO's own TSDR (Trademark Status and Document Retrieval) database. This is an ID lookup, not free-text search; USPTO does not publish a public free-text trademark search API. Send serial_number or registration_number and get back mark text, owner, status category, filing date, registration date, Nice classification classes, and goods/services descriptions. Use it as a trademark status checker, USPTO TSDR lookup, or trademark registration verification tool for brand due diligence, IP monitoring, and agent-led trademark checks before filing or licensing. 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. --- #### working-capital-calculator — $0.01 USDC URL: https://agentutility.ai/edge-finance/working-capital-calculator POST: https://x402.agentutility.ai/working-capital-calculator Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, working, capital, calculator, working-capital-calculator Alias of: working-capital-cycle Description: Calculates working capital efficiency, cash conversion days, and cash-release opportunity from operating balances. Returns DSO, DIO, DPO, working capital tied up, and the gap to a target cycle. Use it as a working capital calculator, cash tied-up calculator, or operating liquidity analysis API. Input schema: - annual_revenue (number, required): Annual revenue in dollars. - accounts_receivable (number, required): Current accounts receivable balance. - inventory (number, required): Current inventory balance. - accounts_payable (number, required): Current accounts payable balance. - annual_cogs (number, optional): Annual cost of goods sold. Defaults to 65% of annual_revenue when omitted. - target_cash_conversion_days (number, optional): Target cash conversion cycle days. Default 45. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### working-capital-cycle — $0.01 USDC URL: https://agentutility.ai/edge-finance/working-capital-cycle POST: https://x402.agentutility.ai/working-capital-cycle Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, working, capital, cycle, working-capital-cycle Description: Calculates the cash conversion cycle and how much cash is tied up in working capital. Computes days sales outstanding, days inventory outstanding, days payables outstanding, cash conversion cycle, working capital tied up, and cash release opportunity versus target. Use it as a working capital cycle API, DSO DIO DPO analysis, or cash release opportunity scorer. Input schema: - annual_revenue (number, required): Annual revenue in dollars. - accounts_receivable (number, required): Current accounts receivable balance. - inventory (number, required): Current inventory balance. - accounts_payable (number, required): Current accounts payable balance. - annual_cogs (number, optional): Annual cost of goods sold. Defaults to 65% of annual_revenue when omitted. - target_cash_conversion_days (number, optional): Target cash conversion cycle days. Default 45. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### working-capital-cycle-api — $0.01 USDC URL: https://agentutility.ai/edge-finance/working-capital-cycle-api POST: https://x402.agentutility.ai/working-capital-cycle-api Price: 0.01 USDC Method: POST Category: uncategorized Tags: edge-finance, working, capital, cycle, api, working-capital-cycle-api Alias of: working-capital-cycle Description: Calculates the working capital cycle and cash conversion cycle. Same business finance calculator as working-capital-cycle, exposed under the buyer keyword used in demand searches. Use it as a working capital cycle API, cash conversion cycle API, or DSO DIO DPO calculator. Input schema: - annual_revenue (number, required): Annual revenue in dollars. - accounts_receivable (number, required): Current accounts receivable balance. - inventory (number, required): Current inventory balance. - accounts_payable (number, required): Current accounts payable balance. - annual_cogs (number, optional): Annual cost of goods sold. Defaults to 65% of annual_revenue when omitted. - target_cash_conversion_days (number, optional): Target cash conversion cycle days. Default 45. Output schema: - calculator (string): - score (string): - grade (string): - recommendation (string): - metrics (string): - drivers (string): - warnings (string): - source (string): --- #### xbrl-api — $0.05 USDC URL: https://agentutility.ai/edge-finance/xbrl-api POST: https://x402.agentutility.ai/xbrl-api Price: 0.05 USDC Method: POST Category: uncategorized Tags: xbrl, api, xbrl-api Alias of: xbrl-financials Description: Pulls public financial statement data from SEC Company Facts: revenue, net income, EPS, assets, cash, operating cash flow, units, form type, and fiscal period metadata. Same backend as xbrl-financials. Use it as an XBRL API or SEC company facts API. 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): - requested_metrics (string): - source (string): --- #### xbrl-financials — $0.05 USDC URL: https://agentutility.ai/edge-finance/xbrl-financials POST: https://x402.agentutility.ai/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: Pulls company fundamentals as structured time-series straight from SEC XBRL filings. For a US-listed ticker (or CIK), returns revenue, net_income, EPS (basic/diluted), total_assets, cash, operating_cash_flow, and dozens more line items, each with value, unit (USD, USD/shares, shares), period start/end, fiscal year/quarter, form (10-K / 10-Q), and underlying XBRL concept. Wraps the EDGAR Company Facts API; public-domain SEC data, a Bloomberg/CapIQ-substitute for fundamentals. Use it as a SEC XBRL financials API, income-statement and balance-sheet feed, revenue + net-income + EPS history source, or 10-K + 10-Q line-item extractor. 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: 59 Price range: $0.01 – $0.50 USDC/call Lead endpoint: image-generate-ultra Pitch: Image, video, music, and voice generation with fast Venice models, pro creative models, and flagship Google/OpenAI image 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 / Venice each have great APIs but require separate keys and separate billing. Synthforge collapses the stack into one paid endpoint per capability, with generated images returned as permanent fal-hosted PNG URLs. ### endpoints #### ad-banner-image-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/ad-banner-image-expand POST: https://x402.agentutility.ai/ad-banner-image-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, ad, banner, image, expand, ad-banner-image-expand Alias of: image-expand Description: Expands existing images into wide, square, or portrait ad banner placements. Same Bria Expand backend as image-expand. Use it as an ad banner image expand API, paid social canvas outpaint, or campaign creative extender. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### ad-creative-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/ad-creative-image-generate POST: https://x402.agentutility.ai/ad-creative-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, ad, creative, image, generate, ad-creative-image-generate Alias of: image-generate Description: Generates ad creative images: SFW marketing visuals, concept images, and campaign thumbnails from prompts. Same backend as image-generate. Use it as a campaign visual generator or paid social creative API. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in px, 256-1024. Snapped to a multiple of 16. Default 1024. - height (number, optional): Output height in px, 256-1024. Snapped to a multiple of 16. Default 1024. - tier (string, optional): Model shorthand: 'fast' (z-image-turbo), 'creative' (chroma), 'anime' (wai-Illustrious), or 'sd35' (venice-sd35). Default fast. - model (string, optional): Explicit Venice model override, restricted to this endpoint's cheap allow-list. Use tier instead unless you need a specific model. - steps (number, optional): Optional diffusion step count passed to Venice. - cfg_scale (number, optional): Optional classifier-free guidance scale passed to Venice. - seed (number, optional): Optional integer seed for reproducible output. - negative_prompt (string, optional): Optional text describing what to avoid in the image. Output schema: - image_url (string): - model (string): - width (string): - height (string): - source (string): --- #### app-icon-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/app-icon-image-generate POST: https://x402.agentutility.ai/app-icon-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, app, icon, image, generate, app-icon-image-generate Alias of: image-generate Description: Generate app icon concepts, product marks, and launch visuals from a text prompt, ready for a mobile home screen or a SaaS dashboard. Same image-generate backend, restricted to SFW square outputs sized for icon use. Send a prompt describing the mark plus width, height, and a speed tier; get back a hosted image URL and the model used to render it. Use it as an app icon generator API, icon concept tool, or SaaS logo mark generator. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### app-store-screenshot-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/app-store-screenshot-expand POST: https://x402.agentutility.ai/app-store-screenshot-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, app, store, screenshot, expand, app-store-screenshot-expand Alias of: image-expand Description: Expands mobile app screenshots into store, ad, and product-page layouts. Same Bria Expand backend as image-expand. Use it as an app store screenshot expand API, screenshot backdrop extender, or launch asset outpaint. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### background-remove — $0.08 USDC URL: https://agentutility.ai/synthforge/background-remove POST: https://x402.agentutility.ai/background-remove Price: 0.08 USDC Method: POST Category: uncategorized Tags: synthforge, background, remove, background-remove Alias of: remove-bg Description: Removes the background from a public image URL and returns the subject with alpha transparency. Optional crop_to_bbox. fal.ai imageutils/rembg. Use it as a background remove API, image background remover, or transparent PNG foreground cutout. Input schema: - image_url (string, required): Source image URL. Must be http or https. - crop_to_bbox (boolean, optional): If true, crops the output to the foreground subject's bounding box. Optional; defaults to false. Output schema: - image_url (string): - width (string): - height (string): --- #### background-remover — $0.08 USDC URL: https://agentutility.ai/synthforge/background-remover POST: https://x402.agentutility.ai/background-remover Price: 0.08 USDC Method: POST Category: uncategorized Tags: synthforge, background, remover, background-remover Alias of: remove-bg Description: Removes the background from product, portrait, and object images, returning alpha PNG foreground cutouts with optional crop-to-bounding-box behavior. Same remove-bg backend. Use it as a background remover API, to remove image background, or for transparent PNG cutouts. Input schema: - image_url (string, required): Source image URL. Must be http or https. - crop_to_bbox (boolean, optional): If true, crops the output to the foreground subject's bounding box. Optional; defaults to false. Output schema: - image_url (string): - alpha (string): --- #### banner-image-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/banner-image-expand POST: https://x402.agentutility.ai/banner-image-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, banner, image, expand, banner-image-expand Alias of: image-expand Description: Stretches an existing product or brand photo into a wide banner, hero, or ad canvas by generating new background content around it rather than cropping or distorting the original. Runs on the same image-expand outpainting backend: send image_url, target canvas_width and canvas_height, and an optional prompt describing the extended scene; get back the finished image_url plus its width and height. Use it as a banner image expand API, hero image outpainting tool, website header extender, or ad creative resizer for turning square product shots into wide-format assets. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### blog-header-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/blog-header-image-generate POST: https://x402.agentutility.ai/blog-header-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, blog, header, image, generate, blog-header-image-generate Alias of: image-generate Description: Generates blog header images: SFW header images, newsletter visuals, and documentation illustrations from prompts. Same backend as image-generate. Use it as an article hero image or editorial illustration generator. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in px, 256-1024. Snapped to a multiple of 16. Default 1024. - height (number, optional): Output height in px, 256-1024. Snapped to a multiple of 16. Default 1024. - tier (string, optional): Model shorthand: 'fast' (z-image-turbo), 'creative' (chroma), 'anime' (wai-Illustrious), or 'sd35' (venice-sd35). Default fast. - model (string, optional): Explicit Venice model override, restricted to this endpoint's cheap allow-list. Use tier instead unless you need a specific model. - steps (number, optional): Optional diffusion step count passed to Venice. - cfg_scale (number, optional): Optional classifier-free guidance scale passed to Venice. - seed (number, optional): Optional integer seed for reproducible output. - negative_prompt (string, optional): Optional text describing what to avoid in the image. Output schema: - image_url (string): - model (string): - width (string): - height (string): - source (string): --- #### book-cover-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/book-cover-image-generate POST: https://x402.agentutility.ai/book-cover-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, book, cover, image, generate, book-cover-image-generate Alias of: image-generate Description: Generates SFW book cover art concepts, genre mood boards, and launch visuals from a prompt. Same image-generate backend. Use it as a book cover image generator API, ebook cover concept tool, or publishing creative source. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### brand-logo-concept-image — $0.01 USDC URL: https://agentutility.ai/synthforge/brand-logo-concept-image POST: https://x402.agentutility.ai/brand-logo-concept-image Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, brand, logo, concept, image, brand-logo-concept-image Alias of: image-generate Description: Generates SFW logo concept boards, abstract marks, and brand direction visuals from prompts. Same fast Venice-backed backend as image-generate. Use it as a brand logo concept image API, for startup logo visual ideation, or as a mark concept generator. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### course-thumbnail-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/course-thumbnail-expand POST: https://x402.agentutility.ai/course-thumbnail-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, course, thumbnail, expand, course-thumbnail-expand Alias of: image-expand Description: Expands existing screenshots, instructor photos, or diagrams into 16:9 course thumbnails. Same image-expand backend. Use it as a course thumbnail expand API, tutorial cover outpaint, or education hero image extender. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### course-thumbnail-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/course-thumbnail-image-generate POST: https://x402.agentutility.ai/course-thumbnail-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, course, thumbnail, image, generate, course-thumbnail-image-generate Alias of: image-generate Description: Generates SFW course thumbnails, lesson covers, learning-path artwork, and academy launch visuals, without text rendering. Same fast image-generate backend. Use it as a course thumbnail image generator API, education cover art tool, or tutorial hero image source. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### ecommerce-lifestyle-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/ecommerce-lifestyle-image-generate POST: https://x402.agentutility.ai/ecommerce-lifestyle-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, ecommerce, lifestyle, image, generate, ecommerce-lifestyle-image-generate Alias of: image-generate Description: Generates SFW ecommerce lifestyle scenes and ad visuals around product prompts. Same image-generate backend. Use it as an ecommerce lifestyle image generator API, product lifestyle creative tool, or marketplace campaign image source. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### email-header-image-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/email-header-image-expand POST: https://x402.agentutility.ai/email-header-image-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, email, header, image, expand, email-header-image-expand Alias of: image-expand Description: Expands existing product, event, or editorial images into wide email-header canvases. Same image-expand backend. Use it as an email header image expand API, newsletter banner outpaint, or lifecycle email creative extender. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### event-poster-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/event-poster-image-generate POST: https://x402.agentutility.ai/event-poster-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, event, poster, image, generate, event-poster-image-generate Alias of: image-generate Description: Generates SFW event artwork, launch posters, and campaign backgrounds without relying on stock art. Same fast image-generate backend. Use it as an event poster image generator API, conference visual tool, or meetup campaign image source. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### fashion-lookbook-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/fashion-lookbook-image-generate POST: https://x402.agentutility.ai/fashion-lookbook-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, fashion, lookbook, image, generate, fashion-lookbook-image-generate Alias of: image-generate Description: Generates SFW fashion visuals: clothing concepts, seasonal lookbook scenes, and ecommerce fashion creative from prompts. Same image-generate backend. Use it as a fashion lookbook image generator API, apparel campaign visual tool, or style mood board source. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### flux-2-pro — $0.04 USDC URL: https://agentutility.ai/synthforge/flux-2-pro POST: https://x402.agentutility.ai/flux-2-pro Price: 0.04 USDC Method: POST Category: uncategorized Tags: synthforge, flux, 2, pro, flux-2-pro Alias of: image-generate-pro Description: Generates SFW images with Venice's flux-2-pro model on a dedicated endpoint. Fixed-model route for buyers searching specifically for Flux 2 Pro / FLUX.2 Pro image generation; use image-generate-pro when you want a selectable premium model tier. 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, 1024]. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024]. Default 1024. - 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): - model (string): - width (string): - height (string): - tier (string): - source (string): --- #### game-asset-concept-image — $0.01 USDC URL: https://agentutility.ai/synthforge/game-asset-concept-image POST: https://x402.agentutility.ai/game-asset-concept-image Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, game, asset, concept, image, game-asset-concept-image Alias of: image-generate Description: Game asset concept image API / character prop environment concept generator. Same image-generate backend, exposed for agents drafting SFW game art concepts, item thumbnails, environment mood boards, and prototype visual assets. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### gpt-image — $0.30 USDC URL: https://agentutility.ai/synthforge/gpt-image POST: https://x402.agentutility.ai/gpt-image Price: 0.30 USDC Method: POST Category: uncategorized Tags: synthforge, gpt, image, gpt-image Alias of: image-generate-ultra Description: Generates SFW images with Venice's gpt-image-2 model on a dedicated endpoint. Fixed-model route for OpenAI GPT Image 2 generation where instruction following and text rendering matter. Priced separately because GPT Image 2 has higher upstream cost than image-generate-ultra's $0.20 model set. 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. - steps (number, optional): Optional diffusion step count passed to Venice. - cfg_scale (number, optional): Optional classifier-free guidance scale passed to Venice. - seed (number, optional): Optional integer seed for reproducible output. - negative_prompt (string, optional): Optional text describing what to avoid in the image. Output schema: - image_url (string): - model (string): - width (string): - height (string): - tier (string): - source (string): --- #### healthcare-campaign-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/healthcare-campaign-image-generate POST: https://x402.agentutility.ai/healthcare-campaign-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, healthcare, campaign, image, generate, healthcare-campaign-image-generate Alias of: image-generate Description: Generates SFW healthcare, wellness, clinic, and patient-education campaign visuals, without medical claims. Same image-generate backend. Use it as a healthcare campaign image generator API, clinic marketing visual tool, or wellness program creative source. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### image-describe-api — $0.02 USDC URL: https://agentutility.ai/synthforge/image-describe-api POST: https://x402.agentutility.ai/image-describe-api Price: 0.02 USDC Method: POST Category: uncategorized Tags: synthforge, image, describe, api, image-describe-api Alias of: describe-image Description: Describes images from public URLs, producing captions, accessibility alt text, short descriptions, and visual summaries. Same image-description backend. Use it as an image describe API, image captioning service, or alt text generator. Input schema: - image_url (string, required): URL of the image to analyze. Must be http or https. - mode (string, optional): Analysis mode: 'describe' (default), 'alt_text', 'ocr', 'tags', or 'caption'. - prompt (string, optional): Optional. Custom instruction that overrides the mode's default prompt. Output schema: - description (string): - mode (string): --- #### image-edit — $0.02 USDC URL: https://agentutility.ai/synthforge/image-edit POST: https://x402.agentutility.ai/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: Edits an image from a plain-text instruction, mask-free: describe the change and the model applies it to the whole image. Default model: nano-banana-pro. Returns a permanent fal-hosted PNG URL. Use it for instruction-based image editing, text-driven photo edits, nano-banana image editing, or GPT-image-2 edits. 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.agentutility.ai/image-expand Price: 0.15 USDC Method: POST Category: ai Tags: outpaint, expand, image, ai, bria, generative Description: Extends a source photo onto a larger canvas, generating realistic new background and content beyond its original edges instead of just stretching or cropping it. Send image_url with canvas_width and canvas_height, optionally original_width/original_height and original_x/original_y to place the source image within the new canvas, plus an optional prompt, negative_prompt, and seed for control. Returns the expanded image_url with its final width, height, and seed, using a commercially licensed outpainting model. Use it as an image outpainting API, AI image expansion tool, or background extender for product photos and social crops. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. 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.agentutility.ai/image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: image-generation, text-to-image, ai-art, synthforge, venice, z-image-turbo, chroma, anime Description: Generate an SFW hosted PNG from a text prompt when an agent needs an AI image generator it can call again in a production workflow. Send a prompt with optional width, height, style tier, allowed model, and seed; receive the image URL, resolved model, final dimensions, prompt, seed, and timing in one response. Save those fields to regenerate an approved asset or change one control for a fresh variant. Choose fast for quick image work, creative for stylized marketing art, anime for illustration, or sd35 for Stable Diffusion-style output. Use it as an AI image generator API, text-to-image API, prompt-to-PNG API, or hosted image-generation endpoint. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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.06 USDC URL: https://agentutility.ai/synthforge/image-generate-pro POST: https://x402.agentutility.ai/image-generate-pro Price: 0.06 USDC Method: POST Category: uncategorized Tags: image-generation, text-to-image, synthforge, flux-2-pro, recraft, seedream, text-in-image, premium-image Description: Premium text-to-image API for repeatable product, campaign, and design assets when a standard draft needs a selected model tier. Send a prompt with optional dimensions, tier, and seed; receive a hosted PNG URL plus the resolved model, final canvas, prompt, seed, and timing. Keep the tier, dimensions, and seed fixed to rerun an approved asset. Tiers: 'balanced' (flux-2-pro, default), 'recraft' (recraft-v4), 'seedream' (seedream-v4), 'grok' (grok-imagine-image), and 'qwen' (qwen-image). Use it for Flux 2 Pro, Recraft, Seedream, Qwen Image, or Grok Imagine image generation. Input schema: - prompt (string, required): Image description. Up to 3000 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. balanced=flux-2-pro (default), recraft=recraft-v4, seedream=seedream-v4, grok=grok-imagine-image, qwen=qwen-image. - model (string, optional): Override the model. Allowed: flux-2-pro, qwen-image, qwen-image-2, recraft-v4, seedream-v4, seedream-v5-lite, grok-imagine-image, 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.22 USDC URL: https://agentutility.ai/synthforge/image-generate-ultra POST: https://x402.agentutility.ai/image-generate-ultra Price: 0.22 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: Flagship text-to-image generation for top proprietary Venice models that fit a $0.22 retail price. Tiers: 'nano-banana' (nano-banana-pro, default, Google Gemini Image 3), 'nano-banana-2' (cheaper Google variant), 'nano-banana-lite' (nano-banana-2-lite budget variant), and 'grok-sota' (grok-imagine-image-quality). Output is capped to 1024x1024 to keep wholesale within retail; for GPT Image 2 use the dedicated gpt-image endpoint. 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, nano-banana-lite=nano-banana-2-lite, grok-sota=grok-imagine-image-quality. - model (string, optional): Override the model. Allowed: nano-banana-pro, nano-banana-2, nano-banana-2-lite, 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.agentutility.ai/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: Inpaints an image by replacing the masked region 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. Use it for mask-based image edits, object replacement, mask-driven face swap, or generative fill. 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.50 USDC URL: https://agentutility.ai/synthforge/image-to-video POST: https://x402.agentutility.ai/image-to-video Price: 0.50 USDC Method: POST Category: uncategorized Tags: synthforge, video-generation, image-to-video, animation, seedance, motion-from-photo Description: Animates a still image into video via fal.ai Bytedance Seedance. Optional prompt steers the motion (camera moves, subject motion). Returns a hosted MP4 URL plus fal request id and seed. Use it for image-to-video, Seedance image-to-video, motion-from-photo, or camera movement on a photo. Input schema: - image_url (string, required): Public http(s) URL of the source image. fal.ai fetches it directly. - prompt (string, optional): Optional motion description (e.g. 'camera slowly zooms in'). - duration (string, optional): Clip length. Default '5s'. - resolution (string, optional): Resolution. Default '720p'. - model (string, optional): Override the fal.ai model. Default 'fal-ai/bytedance/seedance/v1/pro/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): fal.ai model used, typically "fal-ai/bytedance/seedance/v1/pro/image-to-video". - prompt (string): Echo of the optional motion prompt that steered camera/subject movement. - fal_request_id (string): fal.ai upstream request ID for tracing this image-to-video render. - seed (number): Seed used by the fal.ai Seedance generation, when returned. - source (string): Origin tag for the render, typically "fal-ai". --- #### linkedin-banner-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/linkedin-banner-expand POST: https://x402.agentutility.ai/linkedin-banner-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, linkedin, banner, expand, linkedin-banner-expand Alias of: image-expand Description: Expands existing photos into wide LinkedIn banner and social-profile header canvases. Same Bria Expand backend as image-expand. Use it as a LinkedIn banner expand API, profile header outpainting tool, or brand banner image extender. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### marketplace-product-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/marketplace-product-expand POST: https://x402.agentutility.ai/marketplace-product-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, marketplace, product, expand, marketplace-product-expand Alias of: image-expand Description: Expands marketplace product images, adapting product shots to marketplace, catalog, and ad aspect ratios. Same Bria Expand backend as image-expand. Use it as a product image expand API, ecommerce photo canvas extender, or product listing outpaint. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### mobile-story-image-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/mobile-story-image-expand POST: https://x402.agentutility.ai/mobile-story-image-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, mobile, story, image, expand, mobile-story-image-expand Alias of: image-expand Description: Expands existing images into tall story, reel-cover, and short-form promotional canvases. Same image-expand backend. Use it as a mobile story image expand API, vertical social outpaint, or Instagram TikTok story extender. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### music-generate — $0.08 USDC URL: https://agentutility.ai/synthforge/music-generate POST: https://x402.agentutility.ai/music-generate Price: 0.08 USDC Method: POST Category: uncategorized Tags: synthforge, music-generation, text-to-music, ai-music, generative-audio, instrumental, vocals, minimax-music Description: Generates music from a text prompt via Venice using ACE-Step 1.5. Optional lyrics input. Produces 60, 90, or 120 seconds of music; shorter requests round up to 60 seconds. Returns a permanent fal-hosted audio URL. Use it for AI music generation, text-to-music, generative songs, and instrumental or vocal music. Input schema: - prompt (string, required): Genre / mood / instrumentation description. - duration_seconds (number, optional): Requested length in seconds. ACE-Step rounds up to 60, 90, or 120 seconds. Default 60. - lyrics (string, optional): Optional lyrics. The model will sing them. - model (string, optional): Override the Venice music model. Default 'ace-step-15'. 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). --- #### nano-banana — $0.22 USDC URL: https://agentutility.ai/synthforge/nano-banana POST: https://x402.agentutility.ai/nano-banana Price: 0.22 USDC Method: POST Category: uncategorized Tags: synthforge, nano, banana, nano-banana Alias of: image-generate-ultra Description: Generates SFW images with Venice's nano-banana-pro model on a dedicated endpoint. Fixed-model route for Nano Banana Pro / Google Gemini Image generation, strong visual reasoning, layout-aware creative, and high-end text-to-image output. 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. - steps (number, optional): Optional diffusion step count passed to Venice. - cfg_scale (number, optional): Optional classifier-free guidance scale passed to Venice. - seed (number, optional): Optional integer seed for reproducible output. - negative_prompt (string, optional): Optional text describing what to avoid in the image. Output schema: - image_url (string): - model (string): - width (string): - height (string): - tier (string): - source (string): --- #### nano-banana-2-lite — $0.08 USDC URL: https://agentutility.ai/synthforge/nano-banana-2-lite POST: https://x402.agentutility.ai/nano-banana-2-lite Price: 0.08 USDC Method: POST Category: uncategorized Tags: synthforge, nano, banana, 2, lite, nano-banana-2-lite Alias of: image-generate-ultra Description: Generates SFW images with Venice's nano-banana-2-lite model on a dedicated low-cost endpoint. Fixed-model route for cheaper Nano Banana / Google image generation where buyers want the Nano Banana family at a lower price than nano-banana-pro. 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. - steps (number, optional): Optional diffusion step count passed to Venice. - cfg_scale (number, optional): Optional classifier-free guidance scale passed to Venice. - seed (number, optional): Optional integer seed for reproducible output. - negative_prompt (string, optional): Optional text describing what to avoid in the image. Output schema: - image_url (string): - model (string): - width (string): - height (string): - tier (string): - source (string): --- #### newsletter-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/newsletter-image-generate POST: https://x402.agentutility.ai/newsletter-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, newsletter, image, generate, newsletter-image-generate Alias of: image-generate Description: Generates SFW newsletter artwork, digest headers, and publication graphics. Same image-generate backend. Use it as a newsletter image generator API, email header illustration tool, or editorial campaign visual source. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### podcast-cover-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/podcast-cover-expand POST: https://x402.agentutility.ai/podcast-cover-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, podcast, cover, expand, podcast-cover-expand Alias of: image-expand Description: Expands guest photos, product images, or show art into podcast-cover dimensions. Same image-expand backend. Use it as a podcast cover expand API, episode art outpaint, or square artwork canvas extender. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### podcast-cover-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/podcast-cover-image-generate POST: https://x402.agentutility.ai/podcast-cover-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, podcast, cover, image, generate, podcast-cover-image-generate Alias of: image-generate Description: Generates SFW podcast cover art: square cover concepts, guest episode art, channel thumbnails, and audio-show campaign visuals. Same Venice-backed image-generate backend. Use it as a podcast cover image generator API, episode art tool, or show artwork concept source. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### presentation-hero-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/presentation-hero-image-generate POST: https://x402.agentutility.ai/presentation-hero-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, presentation, hero, image, generate, presentation-hero-image-generate Alias of: image-generate Description: Generates SFW presentation visuals: deck openers, product narrative visuals, and board-slide hero images. Same image-generate backend. Use it as a presentation hero image generator API, pitch deck visual tool, or slide cover image source. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### product-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/product-image-generate POST: https://x402.agentutility.ai/product-image-generate Price: 0.01 USDC Method: POST Category: uncategorized Tags: synthforge, product, image, generate, product-image-generate Alias of: image-generate Description: Generates product images for ecommerce: SFW product concepts, studio-style mockups, and catalog creative from prompts. Same fast Venice-backed backend as image-generate. Use it as an ecommerce product creative or marketplace listing image generation API. Input schema: - prompt (string, required): Product image prompt. Up to 2000 chars. - width (number, optional): Output width in px, 256-1024. Snapped to a multiple of 16. Default 1024. - height (number, optional): Output height in px, 256-1024. Snapped to a multiple of 16. Default 1024. - tier (string, optional): Model shorthand: 'fast' (z-image-turbo), 'creative' (chroma), 'anime' (wai-Illustrious), or 'sd35' (venice-sd35). Default fast. - model (string, optional): Explicit Venice model override, restricted to this endpoint's cheap allow-list. Use tier instead unless you need a specific model. - steps (number, optional): Optional diffusion step count passed to Venice. - cfg_scale (number, optional): Optional classifier-free guidance scale passed to Venice. - seed (number, optional): Optional integer seed for reproducible output. - negative_prompt (string, optional): Optional text describing what to avoid in the image. Output schema: - image_url (string): - model (string): - width (string): - height (string): - source (string): --- #### product-photo-background-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/product-photo-background-expand POST: https://x402.agentutility.ai/product-photo-background-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, product, photo, background, expand, product-photo-background-expand Alias of: image-expand Description: Expands tight product crops into marketplace, catalog, and lifestyle ad canvases by extending the background. Same image-expand backend. Use it as a product photo background expand API, ecommerce product outpaint, or studio backdrop extender. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### product-photo-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/product-photo-expand POST: https://x402.agentutility.ai/product-photo-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, product, photo, expand, product-photo-expand Alias of: image-expand Description: Expands the canvas around an existing product shot for product-detail pages, marketplaces, and catalog creative. Same Bria Expand backend as image-expand. Use it as a product photo outpainting API, ecommerce image expand, or product hero image extender. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### qwen-image — $0.04 USDC URL: https://agentutility.ai/synthforge/qwen-image POST: https://x402.agentutility.ai/qwen-image Price: 0.04 USDC Method: POST Category: uncategorized Tags: synthforge, qwen, image, qwen-image Alias of: image-generate-pro Description: Generates SFW images with Venice's qwen-image model on a dedicated endpoint. Fixed-model route for Qwen Image generation, text-in-image attempts, bilingual prompt following, diagrams, posters, and structured visual concepts. 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, 1024]. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024]. Default 1024. - steps (number, optional): Optional diffusion step count passed to Venice. - cfg_scale (number, optional): Optional classifier-free guidance scale passed to Venice. - seed (number, optional): Optional integer seed for reproducible output. - negative_prompt (string, optional): Optional text describing what to avoid in the image. Output schema: - image_url (string): - model (string): - width (string): - height (string): - tier (string): - source (string): --- #### real-estate-ad-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/real-estate-ad-image-generate POST: https://x402.agentutility.ai/real-estate-ad-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, real, estate, ad, image, generate, real-estate-ad-image-generate Alias of: image-generate Description: Generates SFW real estate ad visuals: property marketing imagery, neighborhood concept art, open-house ads, and listing campaign backgrounds. Same image-generate backend. Use it as a real estate ad image generator API, property campaign visual tool, or listing promotion creative source. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### real-estate-hero-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/real-estate-hero-expand POST: https://x402.agentutility.ai/real-estate-hero-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, real, estate, hero, expand, real-estate-hero-expand Alias of: image-expand Description: Expands room, exterior, and neighborhood photos into wide property-page and ad hero canvases. Same image-expand backend. Use it as a real estate hero image expand API, listing banner outpaint, or property website image extender. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### real-estate-photo-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/real-estate-photo-expand POST: https://x402.agentutility.ai/real-estate-photo-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, real, estate, photo, expand, real-estate-photo-expand Alias of: image-expand Description: Extends an existing room or exterior photo into a wider hero crop or vertical social version for listing creatives. Same backend as image-expand. Use it as a real estate photo outpainting API, property listing image expand, or room photo canvas extender. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### real-estate-render-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/real-estate-render-generate POST: https://x402.agentutility.ai/real-estate-render-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, real, estate, render, generate, real-estate-render-generate Alias of: image-generate Description: Generates SFW real estate visuals: listing concepts, room mood boards, exterior concepts, and property campaign imagery. Same image-generate backend. Use it as a real estate render generator API, property marketing image tool, or interior concept visual source. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### recraft — $0.06 USDC URL: https://agentutility.ai/synthforge/recraft POST: https://x402.agentutility.ai/recraft Price: 0.06 USDC Method: POST Category: uncategorized Tags: synthforge, recraft Alias of: image-generate-pro Description: Generates SFW design and illustration images with Venice's recraft-v4 model on a dedicated endpoint. Fixed-model route for Recraft image generation, brand visuals, icon concepts, design mockups, and text-aware illustration. 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, 1024]. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024]. Default 1024. - steps (number, optional): Optional diffusion step count passed to Venice. - cfg_scale (number, optional): Optional classifier-free guidance scale passed to Venice. - seed (number, optional): Optional integer seed for reproducible output. - negative_prompt (string, optional): Optional text describing what to avoid in the image. Output schema: - image_url (string): - model (string): - width (string): - height (string): - tier (string): - source (string): --- #### remove-background — $0.08 USDC URL: https://agentutility.ai/synthforge/remove-background POST: https://x402.agentutility.ai/remove-background Price: 0.08 USDC Method: POST Category: uncategorized Tags: synthforge, remove, background, remove-background Alias of: remove-bg Description: Removes the background from an image URL and returns the subject as a PNG with alpha channel. Optional crop_to_bbox. fal.ai imageutils/rembg. Use it as a background remove API or transparent PNG cutout. Input schema: - image_url (string, required): Source image URL. Must be http or https. - crop_to_bbox (boolean, optional): If true, crops the output to the foreground subject's bounding box. Optional; defaults to false. Output schema: - image_url (string): - width (string): - height (string): --- #### remove-bg — $0.08 USDC URL: https://agentutility.ai/synthforge/remove-bg POST: https://x402.agentutility.ai/remove-bg Price: 0.08 USDC Method: POST Category: ai Tags: background, rembg, image, remove, transparent Description: Removes the background from an image and returns a foreground cutout with alpha channel. Optional crop_to_bbox. fal.ai imageutils/rembg. Use it as an AI background remover, background eraser, or transparent PNG cutout tool. Input schema: - image_url (string, required): Source image URL. Must be http or https. - crop_to_bbox (boolean, optional): If true, crops the output to the foreground subject's bounding box. Optional; defaults to 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. --- #### restaurant-menu-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/restaurant-menu-image-generate POST: https://x402.agentutility.ai/restaurant-menu-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, restaurant, menu, image, generate, restaurant-menu-image-generate Alias of: image-generate Description: Generates SFW restaurant imagery: dish concepts, menu hero visuals, and local restaurant ad creative. Same image-generate backend. Use it as a restaurant menu image generator API, food concept visual tool, or hospitality creative source. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in pixels. Range [256, 1024], snapped to multiples of 16. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024], 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): - model (string): - width (string): - height (string): - source (string): --- #### seedance-video — $0.50 USDC URL: https://agentutility.ai/synthforge/seedance-video POST: https://x402.agentutility.ai/seedance-video Price: 0.50 USDC Method: POST Category: uncategorized Tags: seedance, video, text-to-video, ai, generative, fal-ai Alias of: text-to-video Description: Generates AI video with fal.ai Bytedance Seedance. Duration, aspect ratio, and resolution are configurable. Same backend as text-to-video under a model-named slug for direct discovery by agents searching for Seedance. Use it for Seedance video generation, text-to-video AI, and cinematic AI clips. 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 fal.ai model. Default 'fal-ai/bytedance/seedance/v1/pro/text-to-video'. Output schema: - video_url (string): URL to the generated MP4 clip from fal.ai Bytedance Seedance. - 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): fal.ai model slug used, typically fal-ai/bytedance/seedance/v1/pro/text-to-video. - prompt (string): Text prompt echoed back that drove the Seedance video generation. - fal_request_id (string): fal.ai upstream request ID for tracing this generation. - seed (number): Seed used by the fal.ai Seedance generation, when returned. - source (string): Upstream backend identifier, typically fal-ai, indicating which provider rendered the clip. --- #### seedream — $0.06 USDC URL: https://agentutility.ai/synthforge/seedream POST: https://x402.agentutility.ai/seedream Price: 0.06 USDC Method: POST Category: uncategorized Tags: synthforge, seedream Alias of: image-generate-pro Description: Generates SFW images with Venice's seedream-v4 model on a dedicated endpoint. Fixed-model route for Seedream image generation, photoreal creative, product concepts, and fast high-quality campaign visuals. 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, 1024]. Default 1024. - height (number, optional): Output height in pixels. Range [256, 1024]. Default 1024. - steps (number, optional): Optional diffusion step count passed to Venice. - cfg_scale (number, optional): Optional classifier-free guidance scale passed to Venice. - seed (number, optional): Optional integer seed for reproducible output. - negative_prompt (string, optional): Optional text describing what to avoid in the image. Output schema: - image_url (string): - model (string): - width (string): - height (string): - tier (string): - source (string): --- #### social-crop-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/social-crop-expand POST: https://x402.agentutility.ai/social-crop-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, social, crop, expand, social-crop-expand Alias of: image-expand Description: Adapts one image into square, portrait, landscape, and banner canvases. Same backend as image-expand, for agents reformatting creative per platform. Use it as a social crop expand API, Instagram TikTok LinkedIn crop extender, or image aspect-ratio outpainting tool. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- #### social-image-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/social-image-generate POST: https://x402.agentutility.ai/social-image-generate Price: 0.011 USDC Method: POST Category: uncategorized Tags: synthforge, social, image, generate, social-image-generate Alias of: image-generate Description: Generates safe-for-work images sized for social posts, in square, portrait, and landscape formats, from a text prompt. Send prompt plus optional width, height, and tier (fast, creative, anime, or sd35, each mapped to a Venice image model); the endpoint always renders with safe_mode on and returns image_url, the resolved model, and final width and height. Same backend as image-generate, so pricing and model behavior match that endpoint's cheap tier. Use it as a social media image generator, post visual generator, or LinkedIn, X, and Instagram creative API for marketing teams and agents that need on-brand visuals without touching a design tool. Input schema: - prompt (string, required): Image description. Up to 2000 chars. - width (number, optional): Output width in px, 256-1024. Snapped to a multiple of 16. Default 1024. - height (number, optional): Output height in px, 256-1024. Snapped to a multiple of 16. Default 1024. - tier (string, optional): Model shorthand: 'fast' (z-image-turbo), 'creative' (chroma), 'anime' (wai-Illustrious), or 'sd35' (venice-sd35). Default fast. - model (string, optional): Explicit Venice model override, restricted to this endpoint's cheap allow-list. Use tier instead unless you need a specific model. - steps (number, optional): Optional diffusion step count passed to Venice. - cfg_scale (number, optional): Optional classifier-free guidance scale passed to Venice. - seed (number, optional): Optional integer seed for reproducible output. - negative_prompt (string, optional): Optional text describing what to avoid in the image. Output schema: - image_url (string): - model (string): - width (string): - height (string): - source (string): --- #### sound-effect-generate — $0.01 USDC URL: https://agentutility.ai/synthforge/sound-effect-generate POST: https://x402.agentutility.ai/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: Generates sound effects from a text prompt via Venice using elevenlabs-sound-effects-v2. Duration 0.5-22 seconds. Returns a permanent fal-hosted audio URL (or Venice-hosted when applicable). Use it as a text-to-SFX tool, Foley generator, ElevenLabs sound effects endpoint, or ambient audio synth. 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.agentutility.ai/text-to-speech Price: 0.05 USDC Method: POST Category: ai Tags: tts, speech, audio, voice, ai Description: Converts text to speech with 30+ voices and 5 audio formats. Morpheus primary for Kokoro, Venice fallback and alternate TTS models (xAI / ElevenLabs / Orpheus / MiniMax / Gemini), with fal.ai storage for hosted audio URLs. Use it as a TTS API or voice generator. Input schema: - text (string, required): Text to synthesize, up to 4,000 characters. - voice (string, optional): Model-specific voice ID. Default af_sky; onyx maps to the Kokoro am_onyx voice. - model (string, optional): TTS model ID. Default tts-kokoro; the voice must be compatible with the selected model. - speed (number, optional): Playback speed from 0.25 to 4. Default 1. - format (string, optional): Audio format. Default mp3. 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.50 USDC URL: https://agentutility.ai/synthforge/text-to-video POST: https://x402.agentutility.ai/text-to-video Price: 0.50 USDC Method: POST Category: uncategorized Tags: synthforge, text-to-video, video-generation, generative-video, ai-video, seedance, prompt-to-video Description: Generates video from a text prompt via fal.ai Bytedance Seedance. Duration, aspect ratio, and resolution are configurable. Returns a hosted MP4 URL plus fal request id and seed. Use it for AI video, Seedance generation, generative video, and cinematic clips from a prompt. 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 fal.ai model. Default 'fal-ai/bytedance/seedance/v1/pro/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): fal.ai model that produced the clip, typically fal-ai/bytedance/seedance/v1/pro/text-to-video. - prompt (string): Text prompt that was sent to fal.ai to generate the video. - fal_request_id (string): fal.ai upstream request ID for tracing or support tickets. - seed (number): Seed used by the fal.ai Seedance generation, when returned. - source (string): Origin tag for the result, typically fal-ai. --- #### voice — $0.05 USDC URL: https://agentutility.ai/synthforge/voice POST: https://x402.agentutility.ai/voice Price: 0.05 USDC Method: POST Category: ai Tags: tts, speech, audio, voice, ai Description: Turn written text into spoken audio you can drop straight into a player or app. Send text (up to 4,000 characters) with an optional voice, model, speed, and output format of mp3, wav, opus, aac, or flac, and get back a hosted audio_url plus file size and content type, no base64 handling required. Runs on Venice's text-to-speech models with 30+ selectable voices and adjustable playback speed from 0.25x to 4x. Use it as a text-to-speech API, voice synthesis tool, or narration generator for voiceovers, IVR prompts, or accessibility read-aloud features. Input schema: - text (string, required): Text to synthesize into speech. Max 4000 chars. - voice (string, optional): Voice id, e.g. 'af_sky'. Optional, default 'af_sky'. - model (string, optional): TTS model id. Optional, default 'tts-kokoro'. - speed (number, optional): Playback speed multiplier. Optional, 0.25-4, default 1. - format (string, optional): Output audio format: mp3, wav, opus, aac, or flac. Optional, default mp3. 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. --- #### youtube-thumbnail-expand — $0.15 USDC URL: https://agentutility.ai/synthforge/youtube-thumbnail-expand POST: https://x402.agentutility.ai/youtube-thumbnail-expand Price: 0.15 USDC Method: POST Category: uncategorized Tags: synthforge, youtube, thumbnail, expand, youtube-thumbnail-expand Alias of: image-expand Description: Expands source images into YouTube thumbnail and video-cover canvases. Same Bria Expand backend as image-expand. Use it as a YouTube thumbnail expand API, video thumbnail outpaint, or 16:9 image extender. Input schema: - image_url (string, required): Source image URL to expand. - canvas_width (number, required): Target canvas width in pixels. 256-4096. - canvas_height (number, required): Target canvas height in pixels. 256-4096. - original_width (number, optional): Width of the original image within the new canvas. Optional; must pair with original_height. - original_height (number, optional): Height of the original image within the new canvas. Optional; must pair with original_width. - original_x (number, optional): X offset of the original image within the new canvas. Optional; must pair with original_y. - original_y (number, optional): Y offset of the original image within the new canvas. Optional; must pair with original_x. - prompt (string, optional): Text hint describing what to generate in the expanded area. Optional. - seed (number, optional): Random seed for reproducible output. Optional; random if omitted. Output schema: - image_url (string): - width (string): - height (string): --- ## Mediakit — One endpoint per format. Pay per call. URL: https://agentutility.ai/mediakit Endpoints: 67 Price range: $0.003 – $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 #### add-watermark — $0.02 USDC URL: https://agentutility.ai/mediakit/add-watermark POST: https://x402.agentutility.ai/add-watermark Price: 0.02 USDC Method: POST Category: uncategorized Tags: mediakit, add, watermark, add-watermark Alias of: watermark Description: Stamp a text or image watermark onto a PDF, image, or video file. Send a file_url plus either text or image_url, with optional position, opacity, font, rotation, and margin controls, and it runs the CloudConvert watermark task and returns an output_url in the same format as the input. Covers PDFs, common raster formats like PNG/JPG/GIF/WEBP, and video formats like MP4/MOV/WEBM. Use it as a watermarking API, PDF stamping tool, or video/image branding overlay endpoint. Input schema: - file_url (string, required): URL of the PDF, image, or video to watermark. Format inferred from extension. - text (string, optional): Watermark text. Use this or image_url, not both. - image_url (string, optional): URL of an image to use as the watermark. Use this or text, not both. - font_size (number, optional): Optional. Watermark text font size, 6-400. - font_color (string, optional): Optional. Text color as 6-digit hex, e.g. '#FF0000'. - opacity (number, optional): Optional. Watermark opacity, 0-100. - rotation (number, optional): Optional. Watermark rotation in degrees, -360 to 360. - position_vertical (string, optional): Optional. Vertical placement: 'top', 'center', or 'bottom'. - position_horizontal (string, optional): Optional. Horizontal placement: 'left', 'center', or 'right'. Output schema: - output_url (string): - watermark_type (string): - input_format (string): --- #### audio-loudnorm — $0.02 USDC URL: https://agentutility.ai/mediakit/audio-loudnorm POST: https://x402.agentutility.ai/audio-loudnorm Price: 0.02 USDC Method: POST Category: media Tags: audio, loudnorm, podcast, normalization, ebu-r128 Description: Normalize audio loudness to a target LUFS level for podcasts, YouTube, and Spotify delivery. Send an audio_url plus an optional target_lufs (defaults to -16) and true_peak, and it probes duration, runs two-pass EBU R128 loudness normalization, and returns a hosted MP3 URL with the applied target and duration in seconds. Common presets: -23 for broadcast, -16 for podcasts, -14 for streaming platforms. Use it as a loudness normalizer, LUFS correction API, or audio mastering step before publishing. Input schema: - audio_url (string, required): URL of the audio file to normalize. Rejected if longer than 60 minutes. - target_lufs (number, optional): Default -16. Range -30 to -10. - true_peak (number, optional): Default -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.agentutility.ai/audio-transcribe Price: 0.01 USDC Method: POST Category: uncategorized Tags: mediakit, audio, transcription, speech-to-text, asr, whisper, subtitles, whisper-large-v3 Description: Transcribes audio to text with whisper-large-v3. Server-side fetches the audio URL (max 25 MB), relays it to Venice's audio/transcriptions endpoint, 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. Use it as a speech-to-text or multi-language ASR endpoint with OpenAI Whisper API compatibility. 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.agentutility.ai/compress-pdf Price: 0.005 USDC Method: POST Category: media Tags: pdf, compress, optimize, shrink Description: Shrink a PDF's file size without manually tuning compression settings. Send a pdf_url and an optional profile: web (default), print, archive, mrc for scanned documents, or max. It runs CloudConvert's optimize task and returns a pdf_url along with original_size_bytes, compressed_size_bytes, and saved_percent. Use it as a PDF compressor, PDF size reducer, or PDF optimization API before emailing or uploading large documents. Input schema: - pdf_url (string, required): URL of the PDF to compress. Must be http(s). - profile (string, optional): Optional. Compression profile: 'web' (default), 'print', 'archive', 'mrc', or '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.agentutility.ai/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