Skip to main content
POST
Create Dataset

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Body

application/json
workspaceId
string
required

Unique identifier for the workspace

name
string
required

Name of the dataset

folderId
string | null

Unique identifier for the folder

createDefaultColumns
boolean

Create default columns for the dataset. Columns Input and Expected Output will get created by default

columns
object[]

Columns for the dataset

Response

Dataset created successfully

The response is of type object.