Skip to main content

Create Project

Create Project

POST 

/api/2/auto_eval/project/create

Create a new Project

Request

Body

    name string

    Human-readable name for the project, if one exists.

    description string

    Human-readable description of the project, if one exists.

    organizationId string

    Organization to associate the project with, if applicable

Responses

Successful operation

Schema

    project

    object

    required

    id stringrequired
    createdAt date-timerequired
    updatedAt date-timerequired
    deletedAt date-time
    creatorId string
    name stringrequired
    description string
    organizationId string
    organizationName string
Loading...