🗄️ Datasources
Add a Datasource
This endpoint creates and stores a Datasource with the provided details.
POST
/
v1
/
datasources
Auth Headers
An API key for your org.
A Client ID for your org.
Body
Name of the Datasource.
Type of the source. File or Text.
Flag indicating whether auto-extraction is enabled. If disabled, it will short-cirtuit to bypass extraction.
An array containing metadata fields. Each object should have name
, type
,
description
, and autoExtract
properties.