Upload Live Data
Knowledge
Upload Live Data
Push data about defined entities.
POST
Upload Live Data
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
The actual raw json to be stored. This can be either a string or a JSON object. The JSON object format is: { "Sales_History": {"Buyer": "John Doe", "Amount": 100000, "Date": "2021-01-01"}}}
Required string length:
1 - 30000Example:
"{ \"Sales_History\": {\"Buyer\": \"John Doe\", \"Amount\": 100000, \"Date\": \"2021-01-01\"}}}"
Type of knowledge to store
Minimum string length:
1Example:
"listing"
Unique identifier for the user storing the knowledge
Example:
"user_123"
Project identifier to associate the knowledge with
Example:
"project_abc"
Response
Accepted

