Skip to main content
POST
/
v1
/
knowledge-base
/
documents
/
process
Trigger processing of knowledge base documents
curl --request POST \
  --url http://localhost:3333/v1/knowledge-base/documents/process \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "runId": "<string>",
  "publicAccessToken": "<string>",
  "message": "<string>"
}

Body

application/json

The body is of type object.

Response

200 - application/json

Document processing triggered

success
boolean
runId
string
publicAccessToken
string | null
message
string