Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Ingest URLs, documents, and APIs over HTTP.
{ "url": "https://example.com/docs", "mode": "each", "max_depth": 3, "max_pages": 200, "output_format": "json" }
{ "url": [ "https://example.com/docs", {"url": "https://example.com/blog", "mode": "full", "max_depth": 1} ] }
{ "folder": "files/docs/", "output_format": "json" }
{ "url": "https://api.example.com/posts", "title": "Blog posts", "headers": {"Authorization": "Bearer token"}, "pagination": {"type": "page", "param": "page", "size_param": "per_page", "size": 100}, "max_pages": 10 }
{ "documents": 5, "failed": 0, "outputs": [...], "errors": [] }