Create a Dataset

Creates a new dataset.

POST https://api.autogon.ai/api/v1/engine/dataset/

Request Body

NameTypeDescription

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

{
    "id": 1,
    "app_id": "",
    "project_name": "",
    "project_description": "",
    "project_compiled_models": null,
    "created_at": ""
}

Last updated