cURL
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>"
Create dataset split
API key for authentication
Dataset split created successfully
The response is of type any.
any
Was this page helpful?