Add Empty Rows
Add empty rows to an existing dataset.
POST
https://api.futureagi.com/model-hub/develops/{id}/add_empty_rows/ Authentication
Path parameters
id
UUID of the target dataset.
Request body
num_rows
Number of empty rows to add.
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.