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 (sk_car_...). Get one at play.cartesia.ai/keys.
sk_car_...
API version header.
2024-06-10
2024-11-13
2025-04-16
2026-03-01
"2026-03-01"
ID of the dataset to update
Request to update an existing dataset
New name for the dataset
New description for the dataset
Was this page helpful?