API Documentation
Quiz Submissions Multiplayer
Quiz Submissions Singleplayer
Share
Documents
Documents
Process a document
Process a document
POST
/
api
/
v1
/
admin
/
documents
/
process
Copy
curl --request POST \
--url http://localhost:8787/api/v1/admin/documents/process
Copy
{
"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
.
Copy
curl --request POST \
--url http://localhost:8787/api/v1/admin/documents/process
Copy
{
"success": true,
"message": "<string>",
"documentId": 123,
"pageCount": 123,
"textLength": 123,
"chunkCount": 123,
"embeddingType": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.