Create Dataset
Create a new dataset with rows and columns in your organization.
POST
https://api.futureagi.com/model-hub/develops/create-dataset-manually/ Authentication
Request body
dataset_name
Name for the dataset.
number_of_rows
Number of empty rows to create.
number_of_columns
Number of columns to create.
Response
200 OK message
Confirmation message.
dataset_id
UUID of the created dataset.
rows_created
Number of rows created.
columns_created
Number of columns created.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
429
Resource limit reached.
500
Unexpected server error.