Extract deterministic Markdown and metadata from a public HTTPS PDF URL or a base64 PDF payload. Enforces public-network fetching, an 8 MiB limit, and a caller-selected page cap.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://api.utilia.ink/base/v1/pdf/to-markdown' # -> 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 -X POST 'https://api.utilia.ink/base/v1/pdf/to-markdown'
Endpoint: https://api.utilia.ink/base/v1/pdf/to-markdown. Operated by api.utilia.ink, 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.
Normalize public HTTPS or base64 audio to a predictable integrated loudness and return a bounded base64 MP3 with measurements and content digests.
Return timestamped Solana priority-fee quantiles for compute-unit bidding, optionally localized to up to 20 writable accounts. Designed for recurring transactio…
Workflow-friendly Solana token safety check. Submit a mint address in JSON to inspect authorities, Token-2022 controls, supply, holder concentration, and risk f…
Explain a confirmed Solana transaction, including balance deltas, logs, compute usage, and a retry-safe error classification.