Skip to main content
POST
/
v2
/
kb
/
crawl-jobs
/
kb-package
Create Crawl Job from KB Package
curl --request POST \
  --url http://localhost:3000/api/v2/kb/crawl-jobs/kb-package \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "kbPackageId": "<string>",
  "studioId": "<string>",
  "workspaceId": "<string>"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
kbPackageId
string
required
studioId
string
required
workspaceId
string
required

Response

Crawl job created successfully

I