Add as New Dataset
Create a new dataset from selected columns of an existing dataset or experiment.
POST
https://api.futureagi.com/model-hub/develops/add-as-new/ Authentication
Request body
dataset_id
UUID of the source dataset or experiment.
name
Name for the new dataset.
columns
Mapping of source column UUIDs to new column names.
Response
200 OK message
Confirmation message.
dataset_id
UUID of the created dataset.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
Source dataset not found.
429
Resource limit reached.
500
Unexpected server error.