cURL
curl --request POST \ --url https://api.cartesia.ai/datasets/ \ --header 'Authorization: Bearer <token>' \ --header 'Cartesia-Version: <cartesia-version>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "id": "<string>", "name": "<string>", "created_at": "<string>", "description": "<string>" }
Create a new dataset
Cartesia API key
API version header. Must be set to the API version, e.g. '2024-06-10'.
2024-06-10
2024-11-13
2025-04-16
"2025-04-16"
Request to create a new dataset
Name for the new dataset
Optional description for the dataset
A collection of files used for fine-tuning models
Unique identifier for the dataset
Name of the dataset
Timestamp when the dataset was created
Optional description of the dataset