Actions
Crawl URLs
Crawls the specified URLs, extracts records from them, and adds them to the index. If a crawl is running (the crawler’s reindexing property is true), the records are added to a temporary index.
POST
This operation is rate-limited to 500 requests every 24 hours.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Crawler ID. Universally unique identifier (UUID) of the crawler.
Example:
"e0f6db8a-24f5-4092-83a4-1b2c6cb6d809"
Body
application/json
Response
OK
Universally unique identifier (UUID) of the task.
Example:
"98458796-b7bb-4703-8b1b-785c1080b110"
Last modified on March 23, 2026