cURL
curl --request POST \ --url https://api.dimred.com/api/v2/{slug}/datasets \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "project_id": "<string>", "dataset_name": "<string>", "dataset_source": "<string>", "is_core": false }'
{ "status": "<string>", "data": { "dataset_id": "<string>" }, "message": "<string>" }
Creates a new dataset for a specific project.
API key for authentication
Organization slug
Project ID
Dataset name
Dataset source
Whether this is a core dataset
Dataset created successfully
Show child attributes