Add data to a knowledge base
Documentation Index
Fetch the complete documentation index at: https://docs.opper.ai/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.
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