Animica x402 Directory

Directory

fetchharbor.benlab.download

fetchharbor.benlab.download publishes 9 machine-payable endpoints over the x402 protocol, priced from $0.005 to $0.05 per call. Each was probed directly; the response code below is what it returned.

Endpoints

EndpointMethodPriceProbe
/audio/convert POST $0.015 402
/audio/subtitles POST $0.035 402
/audio/transcribe POST $0.025 402
/audio/transcribe-summary POST $0.05 402
/chat POST $0.01 402
/html-to-md GET $0.005 402
/pdf-parse GET $0.01 402
/scrape GET $0.01 402
/v1/audio/speech POST $0.04 402

What these endpoints do

fetchharbor.benlab.download/audio/convert

Convert bounded audio to WAV, MP3, Opus, or FLAC with fixed server-side FFmpeg arguments in an isolated worker. Returns base64 JSON and retains no media.

POST · $0.015 · probe 402

fetchharbor.benlab.download/audio/subtitles

Transcribe bounded audio and generate deterministic SRT or WebVTT subtitle text locally. Audio, transcripts, and subtitles are not retained.

POST · $0.035 · probe 402

fetchharbor.benlab.download/audio/transcribe

Transcribe up to five minutes of base64 audio in the isolated local media worker. Returns detected language, duration, and text without retaining the source audio or transcript.

POST · $0.025 · probe 402

fetchharbor.benlab.download/audio/transcribe-summary

Transcribe bounded audio and explicitly pass the resulting text to the operator's local Ollama model for a concise summary. No input or output content is retained.

POST · $0.05 · probe 402

fetchharbor.benlab.download/chat

Generate one bounded assistant response with the operator's self-hosted Ollama model. Use for short, single-message inference where local processing is preferred. Accepts up to 8,000 characters and re…

POST · $0.01 · probe 402

fetchharbor.benlab.download/html-to-md

Convert a supplied HTML string into deterministic, LLM-ready Markdown. Preserves headings, links, lists, emphasis, and code without fetching a URL or invoking an AI model. Input is bounded to 2,000,00…

GET · $0.005 · probe 402

fetchharbor.benlab.download/pdf-parse

Extract embedded text from a public PDF URL or multipart upload for research and retrieval pipelines. Returns text, page count, and character count; scanned-image OCR is not included. Remote and uploa…

GET · $0.01 · probe 402

fetchharbor.benlab.download/scrape

Fetch one public HTTP(S) URL for research, extraction, or agent workflows. Returns the final URL, upstream status, content type, and decoded content. Private, local, metadata, and reserved destination…

GET · $0.01 · probe 402

fetchharbor.benlab.download/v1/audio/speech

Generate private, locally processed English speech from bounded text. Returns WAV audio as base64 JSON, uses a fixed voice allowlist, and does not retain or log submitted text.

POST · $0.04 · probe 402