POST
/
processalldocuments
curl --request POST \
  --url https://{domain}-be.glean.com/api/index/v1/processalldocuments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "datasource": "<string>"
}'

Authorizations

Authorization
string
header
required

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

Body

application/json

Describes the request body of the /processalldocuments API call

datasource
string

If provided, process documents only for this custom datasource. Otherwise all uploaded documents are processed.

Response

200
_mintlify/placeholder

OK