Data Sources
Create Data Source
Creates a new data source and associates it with a knowledge engine
POST
Body
multipart/form-data
JSON string containing data source metadata.
Example:
{
"name": "Annual Report 2023",
"type": "file",
"knowledge_engine_id": "kng_abc123xyz789"
}
The file to upload
Response
201 - application/json
Unix timestamp when this entity was created
Unique identifier for the data source
ID of the knowledge engine this data source belongs to
Name of the data source
Custom attributes and fields
Current status of the data source
Available options:
processing
, processed
Type of the data source
Available options:
file
, ticket