Directory / workbot1.oddsys.org
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 on Base mainnet.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://workbot1.oddsys.org/ocr' # -> 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/ocr'
Endpoint: https://workbot1.oddsys.org/ocr. 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.
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…
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…
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 …
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 …
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…
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…
Live foreign-exchange reference rates (European Central Bank daily fixes, ~30 major currencies): any cross-rate from any base, optional amount conversion. Refre…
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…
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…
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.
Validate and normalize phone numbers (Google libphonenumber): validity, E.164/international/national formats, country, region, and line type (mobile/fixed/VoIP)…
Generate a QR code from text as PNG (base64) or SVG. Custom module size, quiet-zone margin, and hex colours. Deterministic, capacity-capped at 2953 bytes. Set d…