Create Source
Create a new data source.
Headers
Authorization
Header authentication of the form Bearer <token>
Request
This endpoint expects an object.
name
The name of the source.
embedding
The hande for the embedding config used by the source.
embedding_chunk_size
The chunk size of the embedding.
embedding_config
(Legacy) The embedding configuration used by the source.
description
The description of the source.
metadata
Metadata associated with the source.
Response
Successful Response
name
The name of the source.
embedding_config
The embedding configuration used by the source.
id
The human-friendly ID of the Source
description
The description of the source.
metadata
Metadata associated with the source.
created_by_id
The id of the user that made this Tool.
last_updated_by_id
The id of the user that made this Tool.
created_at
The timestamp when the source was created.
updated_at
The timestamp when the source was last updated.