Playground

Try every endpoint

Upload a file, paste a URL, define a schema — see the response in real time. No setup required.

Analyze

POST /api/v1/analyze

Ask questions about any document. The agent reasons, computes, and returns answers with citations.

Sandboxed computation
Full reasoning trace
Financial reports, invoice audits

Cross-Analyze

POST /api/v1/analyze/cross

Validate and cross-reference 2-5 documents. Compare invoices against contracts, check consistency.

Per-document citations
Mix files and URLs
Invoice vs contract, 3-way reconciliation

Extract

POST /api/v1/extract

Define a schema, send any file or URL, get structured JSON back with confidence scores.

Files + URLs, same endpoint
Visual field builder
SEC filings, invoices, websites

Screenshot

GET /{'{url}'}

Capture any URL as JPEG, GIF, or MP4. Configure viewport, dark mode, full page, and CSS selectors.

Device presets — mobile, tablet, desktop
Full page capture, dark mode, custom viewports
JPEG, GIF animation, MP4 video output

Markdown

GET /md/{'{url}'}

Convert any URL or document to clean markdown. JavaScript rendered, boilerplate stripped. Ready for LLM context.

JS-rendered pages — not raw HTML
Boilerplate and nav stripped automatically
Works with PDFs, articles, documentation sites