Crawl Web Pages
Crawls the given pages for asynchronous ingestion.
One call creates one document covering every URL in the list, not one document per URL. Like file upload, a 202 means queued, not indexed - poll the document status endpoint until it reports ‘completed’.
There is no document update endpoint. Re-crawling the same URLs creates a second document while the first remains; to refresh, delete and re-crawl.
Path Parameters
Knowledge Base ID.
Body
Request body for crawling web pages into a knowledge base.
Pages to crawl. One call creates one document covering every URL in this list, not one document per URL.
Response
Crawl accepted and queued. Not yet searchable.
Acknowledgement that a document was accepted for asynchronous ingestion.
Server-minted identifier for the submitted document. Keep it - you need it to poll the status endpoint.
Always 'processing' at submission time.
processing, completed, failed Human-readable detail, for example 'File processing started'.

