📕
Datasets
Create datasets through the API
post
https://www.trybaseplate.io
/api/datasets
Creates a dataset
Parameters
Header
Authorization*
Baseplate API key. Must be in the format
"Bearer $BASEPLATE_API_KEY"
Content-Type
application/json
Body
name*
Name of the dataset
description
Description for the dataset
columns
Array
Array of strings for column names.
embedded
Boolean
If true, this operation will create an embedded dataset.
Responses
200: OK
401: Unauthorized
Last modified 11d ago