curl --request POST \
--url http://localhost:3000/api/knowledge-bases/{kbId}/documents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form documentGroup=product-docscurl --request POST \
--url http://localhost:3000/api/knowledge-bases/{kbId}/documents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form documentGroup=product-docsDocumentation Index
Fetch the complete documentation index at: https://docs.gomobile.ma/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Knowledge base ID
Document group for organizing documents within a knowledge base
100"product-docs"
Document accepted for processing