POST
/
api
/
v1
/
admin
/
documents
/
process
curl --request POST \
  --url http://localhost:8787/api/v1/admin/documents/process
{
  "success": true,
  "message": "<string>",
  "documentId": 123,
  "pageCount": 123,
  "textLength": 123,
  "chunkCount": 123,
  "embeddingType": "<string>"
}

Response

200 - application/json

Document processed successfully

The response is of type object.