Skip to main content
POST
/
1
/
crawlers
{
  "id": "e0f6db8a-24f5-4092-83a4-1b2c6cb6d809"
}
Required ACL: editSettings

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
config
object
required

Crawler configuration.

name
string
required

Name of the crawler.

Maximum string length: 64
Example:

"test-crawler"

Response

OK

id
string
required

Universally unique identifier (UUID) of the crawler.

Example:

"e0f6db8a-24f5-4092-83a4-1b2c6cb6d809"

Last modified on March 23, 2026