Clone Dataset — API
Create a full copy of an existing dataset, preserving all columns and rows, under a new name specified in the request body.
POST
https://api.futureagi.com/model-hub/develops/clone-dataset/{id}/ Authentication
Path parameters
id
UUID of the source dataset to clone.
Request body
new_dataset_name
Name for the cloned dataset.
Response
200 OK message
Confirmation message.
dataset_id
UUID of the cloned dataset.
dataset_name
Name of the cloned dataset.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
The source dataset could not be found.
429
Resource limit reached.
500
Unexpected server error.