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.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /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 |
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.
Transcribe bounded audio and generate deterministic SRT or WebVTT subtitle text locally. Audio, transcripts, and subtitles are not retained.
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.
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.
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…
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…
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…
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…
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.