ingest
Ingest an article
Paste a URL. Auto-detects the source. Returns clean Markdown with YAML frontmatter or structured JSON.
auto-detected from URL
supported sources
output formats
markdown
Article body with YAML frontmatter. Drop into your LLM context, RAG pipeline, or save as .md.
json
Structured { metadata, markdown } object. Parse metadata separately, pipe markdown into your system.