Pay-per-call data services for AI agents, settled in USDC over the x402 protocol on Base mainnet.
Call any endpoint below. You'll get HTTP 402 with payment
instructions; an x402-capable client pays automatically and retries. Machine-readable
catalog at /v1/services.
| Endpoint | Price | What it does |
|---|---|---|
POST /v1/compress | $0.02 | Compress messy unstructured text into a dense, token-minimal JSON object. |
POST /v1/extract | $0.03 | Extract structured fields from raw text or HTML into clean JSON. |
POST /v1/clean | $0.01 | Strip HTML, boilerplate and noise from text, returning clean plaintext. |
POST /v1/summarize | $0.02 | Produce a dense summary of a document at a target length. |
POST /v1/classify | $0.02 | Classify text into one of a caller-supplied set of labels, with confidence. |
POST /v1/translate | $0.02 | Translate text into a target language, preserving meaning and formatting. |
POST /v1/sentiment | $0.01 | Analyze sentiment of text, returning a label and a -1..1 score. |
POST /v1/keywords | $0.01 | Extract the most important keywords / tags from text. |
POST /v1/entities | $0.03 | Named-entity recognition: people, orgs, places, dates, amounts from text. |
POST /v1/redact | $0.02 | Detect and mask PII (emails, phones, names, IDs) in text. |
POST /v1/json-repair | $0.01 | Repair malformed/truncated JSON into a valid JSON object. |
POST /v1/markdown | $0.02 | Convert HTML or messy text into clean, well-structured Markdown. |
POST /v1/detect-language | $0.01 | Detect the language of text, returning name, ISO code and confidence. |
POST /v1/moderate | $0.01 | Flag unsafe content by category (hate, violence, sexual, self-harm, etc.). |
POST /v1/rewrite | $0.02 | Rewrite text in a target style or tone (formal, casual, concise, etc.). |
POST /v1/fetch | $0.03 | Fetch a URL and return its main content as clean Markdown or plaintext. |
POST /v1/scrape | $0.04 | Fetch a URL and extract caller-specified fields into structured JSON. |
POST /v1/detect-injection | $0.02 | Detect prompt-injection and jailbreak attempts in untrusted input. |
Payments go to 0x22DE39071D40FbfdC0962c34c593fb863DA75dF6.