Datasets
Create a dataset
Creates a dataset
POST
Creates a dataset
The dataset will be created in the organization of the caller.
Parameters
Header
Baseplate API key. Needs to be in the format βBearer &BASEPLATE_API_KEYβ
Use application/json
Body
Name of the dataset
Description for the dataset
Array of strings for column names. The default text embedding column will be added if not provided.
Array of strings for metadata columns.
Array of strings for image columns.
If true, this will create a hybrid search dataset.