workbot1.oddsys.org publishes 16 machine-payable endpoints over the x402 protocol, priced from $0.001 to $0.03 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /chunk | POST | $0.005 | 402 |
| /decode-tx | POST | $0.005 | 402 |
| /detect | POST | $0.01 | 402 |
| /embed | POST | $0.002 | 200 |
| /extract | POST | $0.002 | 402 |
| /fetch | POST | $0.005 | 402 |
| /fx | POST | $0.001 | 402 |
| /image | POST | $0.002 | 402 |
| /ocr | POST | $0.01 | 402 |
| /ocr-deep | POST | $0.03 | 402 |
| POST | $0.002 | 402 | |
| /phone | POST | $0.002 | 402 |
| /qr | POST | $0.005 | 402 |
| /rerank | POST | $0.002 | 402 |
| /screen | POST | $0.02 | 402 |
| /transform | POST | $0.005 | 402 |
Split a document into token-bounded chunks at natural boundaries (paragraphs/sentences), with optional overlap. Ready-to-embed pieces for RAG, no tokens spent on the splitting logic.
Decode EVM calldata or a Base-mainnet transaction into human-readable form: function selector, matched signature, named args, plus ERC-20/USDC transfer events from the receipt — verify an x402 settlem…
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 Base mainnet.
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 index. Pairs with /chunk for a complete …
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 Base mainnet.
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 redirects and compression.
Live foreign-exchange reference rates (European Central Bank daily fixes, ~30 major currencies): any cross-rate from any base, optional amount conversion. Refreshed daily; response carries the rate da…
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.
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.
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 a 240s wall-clock budget; slower docume…
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). Single number or batches up to 100.
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 delivery to "url" to receive a short-live…
Rerank candidate texts against a query with a cross-encoder (ms-marco-MiniLM-L-6-v2): joint query+document scoring, much sharper than cosine similarity over embeddings. Returns ranked indices with 0-1…
Fuzzy sanctions screening against the US OFAC SDN list (public-domain source, refreshed daily): name in, scored matches with programs and aliases out. Batches up to 50. Coverage is OFAC SDN only — sta…
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.