Validate the URL
Submit one public HTTP or HTTPS URL. Network target validation rejects disallowed destinations.
POST resolve.exende.dev/v1/resolveResolve API · Agent infrastructure
Turn public web pages, PDFs, JSON, CSV, text, and supported image metadata into bounded, machine-readable output.
x402 v2 · USDC on Base · Discoverable in Bazaar
POST resolve.exende.dev/v1/resolveHTML · PDF · JSON · CSV · Text · ImagesGET /v1/resolves/{id}A focused HTTP workflow
Submit one public HTTP or HTTPS URL. Network target validation rejects disallowed destinations.
POST resolve.exende.dev/v1/resolveResolve probes the format and selects a supported extraction path. Browser rendering is conditional.
HTML · PDF · JSON · CSV · Text · ImagesUse the returned job-scoped read token to retrieve the bounded result without another Exende payment.
GET /v1/resolves/{id}The request contract
Static HTML is fetched first. Browser rendering is used when requested or when page signals indicate that static HTML is not useful. Other supported formats follow deterministic extraction paths.
Resolve v1 does not use an LLM or OCR. Output and retention are bounded; consult the contract for supported formats and extraction limits.
Explore the full API referencebash
Initial request returns HTTP 402 payment requirements
curl -i -X POST \
https://resolve.exende.dev/v1/resolve \
-H "Content-Type: application/json" \
--data '{
"url": "https://example.com/report.pdf",
"output": "auto",
"render": "auto"
}'Built for agent workflows
An x402-aware client reads the HTTP 402 payment requirements, settles the exact USDC amount, and retries with its payment signature.
Payment model
Jobs Data subscriptions and credits are a separate access model. Infrastructure creation uses its own documented contract and payment requirements.
View Bazaar discovery