Create Empty Dataset

Create a new empty dataset with optional pre-created rows.

POST https://api.futureagi.com/model-hub/develops/create-empty-dataset/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Request body

new_dataset_name string Required

Name for the dataset.

model_type string Optional

Model type classification for the dataset. Example: GenerativeLLM.

row integer Optional

Number of empty rows to pre-create.

Response

200 OK
message string
Confirmation message.
dataset_id string
UUID of the created dataset.
dataset_name string
Name of the created dataset.
dataset_model_type string
Model type assigned to the dataset.

Errors

400 Bad Request Optional
Invalid request parameters.
401 Unauthorized Optional
Invalid or missing API credentials.
429 Too Many Requests Optional
Resource limit reached.
500 Internal Server Error Optional
Unexpected server error.
GET /
Authentication
REQUEST
 
RESPONSE