🗄️ Datasources
Add a Datasource
This endpoint creates and stores a Datasource with the provided details.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.getmetal.io/llms.txt
Use this file to discover all available pages before exploring further.
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.