Create a Dataset

Creates a new dataset.

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

Request Body

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

Last updated