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-docsBearer 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