Scrape a single page
Pass a URL, get back one page of clean markdown. Headers, lists, code blocks, and tables preserved.
Syttra turns any public webpage into clean, AI-ready content. Give it a URL, get back markdown, plain text, or structured data — ready to feed your LLM pipeline or RAG index.
Pass a URL, get back one page of clean markdown. Headers, lists, code blocks, and tables preserved.
Follow internal links up to a depth limit. Same-domain only. robots.txt and ToS enforced.
Markdown or plain text today. HTML, PDF, and Word in v1.1.
Async-first: create a job, poll status, download results when ready.
Every request carries an API key in the Authorization: Bearer sk_live_... header. Keys are per-account, rotatable, and hashed at rest.
POST /v1/jobs with your URL and options. Returns 202 Accepted with a job ID — Syttra queues the work, you move on.
GET /v1/jobs/{id} returns the job state: queued → running → completed (or failed).
GET /v1/jobs/{id}/result streams the cleaned content back. Cached for 24h, then deleted.