Animica x402 Directory

Directory / medien.halowerk.com

medien.halowerk.com/v1/tts

Takes a text and returns it spoken, as MP3, WAV, Opus, FLAC or raw linear16, encoded base64 with its media type and the resulting running time. The voice is chosen freely from the provider catalogue — over a hundred voices across languages and accents — and is validated against that catalogue before the request goes out, so a mistyped voice name comes back immediately with a list of near matches instead of a provider error.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://medien.halowerk.com/v1/tts'

# -> 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://medien.halowerk.com/v1/tts'

Endpoint: https://medien.halowerk.com/v1/tts. Operated by medien.halowerk.com, 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.

Other endpoints on medien.halowerk.com

medien.halowerk.com/v1/bg-remove

Takes an image by URL or inline base64 and returns it with the background removed, as PNG or WebP with a real alpha channel, together with the share of the fram…

GET · $0.01

medien.halowerk.com/v1/c2pa-verify

Takes one media file by URL or inline base64 and reads its C2PA manifest store. The answer says whether a manifest is present at all, whether the cryptographic …

GET · $0.002

medien.halowerk.com/v1/diarize

Takes an audio or video file by URL or inline base64 and reports who spoke when. Every turn comes back with its speaker label, start and end time, duration, wor…

GET · $0.025

medien.halowerk.com/v1/doc-convert

Takes one file, by URL or inline base64, and returns it in the format you ask for. Text documents go through pandoc, so DOCX, ODT, EPUB, HTML, Markdown, RST, Or…

GET · $0.005

medien.halowerk.com/v1/doc-diff

Takes two documents, by URL, inline base64 or raw text, extracts the text of each and compares them. Paragraphs are the unit: the answer lists every block that …

GET · $0.002

medien.halowerk.com/v1/doc-translate

Takes a document as text, a public URL or inline base64 — PDF, DOCX, ODT, HTML and Markdown are read — and returns it translated into the target language. Struc…

GET · $0.006

medien.halowerk.com/v1/image-dupe

Takes between two and eight images by URL or inline base64 and compares each pair. Three perceptual hashes are computed, because each fails differently: an aver…

GET · $0.005

medien.halowerk.com/v1/keyframes

Takes a video by URL or inline base64 and reports where the picture changes. FFmpeg measures the difference between consecutive frames; every jump above the thr…

GET · $0.01

medien.halowerk.com/v1/msds-extract

Downloads one public PDF up to 5 MiB through SSRF-safe redirect checks or accepts extracted text, runs pdftotext in a private temporary directory, and determini…

GET · $0.01

medien.halowerk.com/v1/pdf-fill

Called without "fields" it inspects: every AcroForm field of the PDF comes back with its name, type, current value, whether it is required or read-only, the per…

GET · $0.005

medien.halowerk.com/v1/stt

Takes an audio or video file by URL or inline base64 and returns the transcript: the full text, every word with start and end time and its own confidence, the u…

GET · $0.02

All 12 endpoints on medien.halowerk.com →