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>"
}
Process a document
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>"
}
Document processed successfully
The response is of type object
.