Create a Dataset
Creates a new dataset.
POST
https://api.autogon.ai/api/v1/engine/dataset/
Request Body
Name | Type | Description |
---|---|---|
dataset_name* | string | name of dataset |
cover_image* | String | cover image of the dataset |
dataset_url* | String | URL to the dataset (if it is a file. use the upload endpoint to generate a link) |
dataset_description* | String | Short description of the dataset |
dataset_type* | String | if it is a file. use the upload endpoint to get the file type |
dataset_size* | String | if it is a file. use the upload endpoint to get the file size |
Last updated