Directory / fetchharbor.benlab.download
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 uploaded PDFs are limited to the operator-configured maximum size.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://fetchharbor.benlab.download/pdf-parse' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://fetchharbor.benlab.download/pdf-parse'
Endpoint: https://fetchharbor.benlab.download/pdf-parse. Operated by fetchharbor.benlab.download, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
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 aud…
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 retain…
Generate one bounded assistant response with the operator's self-hosted Ollama model. Use for short, single-message inference where local processing is preferre…
Convert a supplied HTML string into deterministic, LLM-ready Markdown. Preserves headings, links, lists, emphasis, and code without fetching a URL or invoking a…
Fetch one public HTTP(S) URL for research, extraction, or agent workflows. Returns the final URL, upstream status, content type, and decoded content. Private, l…
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…