POST
/
v1
/
datasets
/
splits
curl --request POST \
  --url https://api.getmaxim.ai/v1/datasets/splits \
  --header 'Content-Type: application/json' \
  --header 'x-maxim-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "datasetId": "<string>",
  "rows": [
    123
  ]
}'
"<any>"

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Body

application/json

Response

201
application/json
Dataset split created successfully

The response is of type any.