202 Accepted with a jobId; poll getJobStatus
until the job completes. Set refreshCadence to re-crawl on a schedule, or omit it and
trigger re-crawls manually with resyncWebSource.
Required fields: rootUrl, indexName
Example request
Linked documents
When
parseDocuments is true, PDF and DOCX links discovered during the crawl are parsed
into the index. Limits: 50 MB per file and at most 20 linked documents per crawl run.
Oversized, unreachable, or unsupported files (e.g. .doc, .xlsx, .pptx) are skipped and
the crawl still completes.
Errors
400whenrootUrlorindexNameis missing, a limit is out of range,rootUrlis not a public website address, ormodelIdis not supported for website crawling.403when the model is not enabled for your organization.409when a build is already in progress forindexName.503when website crawling is temporarily unavailable.