Skip to main content
CLI extraction commands normalize source content into JSON files that later flow into chunk or into the one-command ingest workflow. Add --output-dir when you want files for the next stage. Without it, commands return summary counts and errors.

Scrape Websites

Website extraction needs the url extra and browser setup.
Always cap --max-pages on a full crawl.
Dead-letter queue retry is SDK-only today. Use SDK extraction for DLQ capture and retry.

Parse Documents

Raw bytes input is SDK-only. Use SDK extraction for upload/object-storage bytes.

Fetch REST APIs

Cursor/offset pagination strategies and JSON request bodies are configured through SDK extraction or REST extraction. The CLI covers headers and query params.

Next Stage

Ingest

Skip files and run extraction through storage.

Chunking

Chunk extraction output.