cURL
curl --request PATCH \ --url https://api.cartesia.ai/datasets/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Cartesia-Version: <cartesia-version>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
Update an existing 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"
ID of the dataset to update
Request to update an existing dataset
New name for the dataset
New description for the dataset