Add Rows from File
Add rows to an existing dataset by uploading a file.
POST
https://api.futureagi.com/model-hub/develops/add_rows_from_file/ Authentication
Request body
file
File containing row data. Supported formats: .csv, .xls, .xlsx, .json, .jsonl.
dataset_id
UUID of the target dataset.
Response
200 OK data
Confirmation message.
status
Status of the API response.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
Dataset not found.
429
Resource limit reached.
500
Unexpected server error.