Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Document processed successfully