Loading...
Loading...
Fetch a public web page and return it as clean Markdown with its title. Capped at 2 MB. Called as GET /v1/doc/url-to-markdown, it takes url and returns sourceBytes, title, markdown, characters. This is the third-highest-demand category observed on-chain: an agent given a link needs the readable text, not the markup, and cannot run a browser itself. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.003, paid in USDC on Base over x402.
npx skill4agent add fittings-sh/fittings fittings-doc-url-to-markdowndoc.url-to-markdownhttps://fittings.shGET https://fittings.sh/v1/doc/url-to-markdown| Field | Type | Required | Notes |
|---|---|---|---|
| string | yes | Public http(s) URL |
{
"url": "https://example.com/"
}| Price | $0.003 per call, metered per bytes |
| Source | live fetch of the caller-supplied URL |
| Licence | permissive |
| Attribution | Content belongs to the origin publisher |
fittingscall.mjscurl -sO https://fittings.sh/skill/call.mjscurl -s https://fittings.sh/catalog/doc.url-to-markdown | jq402 Payment Required# Dry run. Prints the quote and pays nothing, because no key is set.
node call.mjs doc.url-to-markdown url=https://example.com/
# For real: a wallet holding USDC on Base, and nothing else.
export FITTINGS_PRIVATE_KEY=0x...
node call.mjs doc.url-to-markdown url=https://example.com/FITTINGS_PRIVATE_KEYFITTINGS_MAX_PRICE@x402/core@x402/evmfittingshttps://fittings.sh/catalog/search?q=...