Agent Compression & Data Services

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.

EndpointPriceWhat it does
POST /v1/compress$0.02Compress messy unstructured text into a dense, token-minimal JSON object.
POST /v1/extract$0.03Extract structured fields from raw text or HTML into clean JSON.
POST /v1/clean$0.01Strip HTML, boilerplate and noise from text, returning clean plaintext.
POST /v1/summarize$0.02Produce a dense summary of a document at a target length.
POST /v1/classify$0.02Classify text into one of a caller-supplied set of labels, with confidence.
POST /v1/translate$0.02Translate text into a target language, preserving meaning and formatting.
POST /v1/sentiment$0.01Analyze sentiment of text, returning a label and a -1..1 score.
POST /v1/keywords$0.01Extract the most important keywords / tags from text.
POST /v1/entities$0.03Named-entity recognition: people, orgs, places, dates, amounts from text.
POST /v1/redact$0.02Detect and mask PII (emails, phones, names, IDs) in text.
POST /v1/json-repair$0.01Repair malformed/truncated JSON into a valid JSON object.
POST /v1/markdown$0.02Convert HTML or messy text into clean, well-structured Markdown.
POST /v1/detect-language$0.01Detect the language of text, returning name, ISO code and confidence.
POST /v1/moderate$0.01Flag unsafe content by category (hate, violence, sexual, self-harm, etc.).
POST /v1/rewrite$0.02Rewrite text in a target style or tone (formal, casual, concise, etc.).
POST /v1/fetch$0.03Fetch a URL and return its main content as clean Markdown or plaintext.
POST /v1/scrape$0.04Fetch a URL and extract caller-specified fields into structured JSON.
POST /v1/detect-injection$0.02Detect prompt-injection and jailbreak attempts in untrusted input.

Payments go to 0x22DE39071D40FbfdC0962c34c593fb863DA75dF6.