Directory / x402-seller-0ay3.onrender.com
Summarize text (article, transcript, report) into a given number of sentences, via Claude Haiku 4.5. Preserves the source text's language. JSON body: {text: string (max 8000 chars), max_sentences?: integer 1-10 (default 3)}.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://x402-seller-0ay3.onrender.com/api/ai/summarize' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://x402-seller-0ay3.onrender.com/api/ai/summarize'
Endpoint: https://x402-seller-0ay3.onrender.com/api/ai/summarize. Operated by x402-seller-0ay3.onrender.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Text classification (sentiment analysis, topic tagging, intent detection, moderation labels...) into one of your own labels, with a confidence score, via Claude…
Extract JSON from text — pull structured fields (invoice data, contact info, product specs, any custom schema) out of unstructured text, via Claude Haiku 4.5. J…
Translate text into any target language, via Claude Haiku 4.5. JSON body: {text: string (max 8000 chars), target_lang: string (e.g. French, es, Japanese)}.
Latest known block (number, timestamp, hash) of an EVM blockchain, read live via a public RPC endpoint (viem) — no API key, no aggregator. Parameter: ?chain=<ba…
Current gas price on an EVM blockchain, read live via a public RPC endpoint (viem) — no API key, no aggregator. Also available as dedicated routes: GET /api/gas…
Current USD price of one or more cryptocurrencies (ETH price, BTC price, any token by symbol or contract address), source DefiLlama. Parameter: ?coins=ethereum,…
Top DeFi protocols ranked by TVL (total value locked), highest first, source DefiLlama. Optional parameter: ?limit=<n> (1 to 100, default 20).
Circulating market cap of the top stablecoins (USDT, USDC, DAI...), highest first, source DefiLlama. Optional parameter: ?limit=<n> (1-100, default 20).
Current TVL (total value locked) of a specific DeFi protocol, source DefiLlama. Parameter: ?protocol=<slug> (default: aave).
Current TVL (total value locked) of an entire blockchain (all protocols combined) — chain-wide TVL, source DefiLlama. Parameter: ?chain=<slug> (e.g. base, ether…
Best DeFi yields (APY) across lending/liquidity pools, highest first, source DefiLlama. Optional parameters: ?chain=<slug> (e.g. base), ?min_tvl=<usd> (minimum …
DNS records lookup for a domain: A, AAAA, MX, TXT, NS. A record type with no entries returns an empty array, not an error. Parameter: ?domain=<domain name> (e.g…