Schedules the processing of uploaded documents

Schedules the immediate processing of documents uploaded through the indexing API. By default the uploaded documents will be processed asynchronously but this API can be used to schedule processing of all documents on demand.

SecurityBearerAuth
Request
Request Body schema: application/json
datasource
string

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

Responses
200

OK

400

Bad Request

401

Not Authorized

429

The rate limit for invoking /processalldocuments has been hit

post/processalldocuments
Request samples
application/json
{
  • "datasource": "string"
}