Add data to a knowledge base
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the knowledge base to add the data to
1"The capital of France is Paris"
The key of the document
"paris_123"
The metadata of the document
{ "category": "product", "price": 100 }The configuration for the document
Successful Response