Create a New Project

Creates a new project.

Creates a new project.

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

Creates a new project.

Request Body

NameTypeDescription

project_name*

string

Unique name of project

project_description*

String

short description for project

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

Last updated