Authorizations
API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with 'Bearer '. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.
Body
Name of the knowledge base.
Description of the knowledge base (optional).
The indexing technique to use.
high_quality, economy Access permissions for the knowledge base.
only_me, all_team_members, partial_members The provider of the knowledge base.
vendor, external ID of the external knowledge API (if provider is 'external').
ID of the external knowledge (if provider is 'external').
Name of the embedding model.
Provider of the embedding model.
Response
Successfully created dataset.