Animica x402 Directory

Directory / workbot1.oddsys.org

workbot1.oddsys.org/transform

Convert raw HTML into clean markdown — typically cuts page tokens 80-85%. Push model: client sends the HTML, no fetching. $0.005 USDC per call on Base mainnet.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://workbot1.oddsys.org/transform'

# -> 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://workbot1.oddsys.org/transform'

Endpoint: https://workbot1.oddsys.org/transform. Operated by workbot1.oddsys.org, 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.

Other endpoints on workbot1.oddsys.org

workbot1.oddsys.org/chunk

Split a document into token-bounded chunks at natural boundaries (paragraphs/sentences), with optional overlap. Ready-to-embed pieces for RAG, no tokens spent o…

POST · $0.005

workbot1.oddsys.org/decode-tx

Decode EVM calldata or a Base-mainnet transaction into human-readable form: function selector, matched signature, named args, plus ERC-20/USDC transfer events f…

POST · $0.005

workbot1.oddsys.org/detect

Detect and locate objects in an image (YOLOX-nano, 80 COCO classes): counts plus bounding boxes in source pixels, optional class filter. $0.01 USDC per call on …

POST · $0.01

workbot1.oddsys.org/embed

Generate sentence embeddings (all-MiniLM-L6-v2, 384-dim, mean-pooled + L2-normalized) for up to 96 texts per call. Drop-in compatible with any all-MiniLM-L6-v2 …

POST · $0.002

workbot1.oddsys.org/extract

Extract structured JSON from a web page: title, byline, published date, OpenGraph/meta, JSON-LD, links resolved to absolute, images. $0.002 USDC per call on Bas…

POST · $0.002

workbot1.oddsys.org/fetch

Fetch a public web page and return clean markdown (or structured JSON) — URL in, agent-ready content out, typically 80-85% fewer tokens than raw HTML. Handles r…

POST · $0.005

workbot1.oddsys.org/fx

Live foreign-exchange reference rates (European Central Bank daily fixes, ~30 major currencies): any cross-rate from any base, optional amount conversion. Refre…

POST · $0.001

workbot1.oddsys.org/image

Modify an image in one composable call: crop, resize, greyscale, re-encode (PNG/JPEG/WebP). Optional expiring-URL delivery. $0.002 USDC per call on Base mainnet…

POST · $0.002

workbot1.oddsys.org/ocr

OCR a scanned PDF into clean text (Tesseract, English, up to 25 pages). Text-layer PDFs fast-path to the /pdf extractor at the same price. $0.01 USDC per call o…

POST · $0.01

workbot1.oddsys.org/ocr-deep

High-page-count OCR: scanned PDF into clean text (Tesseract, English, machine-printed documents), up to 100 pages per call — four times the /ocr cap. Runs under…

POST · $0.03

workbot1.oddsys.org/pdf

Extract clean markdown from text-layer PDFs (base64 or raw). No OCR — scanned PDFs get a clear 422 pointing to /ocr. $0.002 USDC per call on Base mainnet.

POST · $0.002

workbot1.oddsys.org/phone

Validate and normalize phone numbers (Google libphonenumber): validity, E.164/international/national formats, country, region, and line type (mobile/fixed/VoIP)…

POST · $0.002

All 16 endpoints on workbot1.oddsys.org →