Add Rows from Existing Dataset
Add rows from one dataset to another using column mapping.
POST
https://api.futureagi.com/model-hub/develops/{id}/add_rows_from_existing_dataset/ Authentication
Path parameters
id
UUID of the target dataset.
Request body
source_dataset_id
UUID of the source dataset to copy rows from.
column_mapping
Mapping of source column UUIDs to target column UUIDs.
Response
200 OK data
Row import details.
message
Confirmation message.
rows_added
Number of rows added.
status
Status of the API response.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
Source or target dataset not found.
429
Resource limit reached.
500
Unexpected server error.