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>",
"datasetId": "<string>",
"description": "<string>",
"rows": [
123
]
}
'Create dataset split
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>",
"datasetId": "<string>",
"description": "<string>",
"rows": [
123
]
}
'Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Dataset split created successfully
Was this page helpful?