Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.

Body

application/json
name
string
required

The project name.

Maximum length: 64
taskType
enum<string>
required

The task type of the project.

Available options:
llm-base,
tabular-classification,
tabular-regression,
text-classification
description
string | null

The project description.

Maximum length: 280
gitRepo
object

Response

201 - application/json
id
string
required

The project id.

workspaceId
string | null
required

The workspace id.

creatorId
string | null
required

The project creator id.

name
string
required

The project name.

Maximum length: 64
dateCreated
string
required

The project creation date.

dateUpdated
string
required

The project last updated date.

source
enum<string> | null
required

The source of the project.

Available options:
web,
api,
null
taskType
enum<string>
required

The task type of the project.

Available options:
llm-base,
tabular-classification,
tabular-regression,
text-classification
versionCount
integer
required

The number of versions (commits) in the project.

Required range: x > 0
inferencePipelineCount
integer
required

The number of inference pipelines in the project.

Required range: x > 0
goalCount
integer
required

The total number of tests in the project.

Required range: x > 0
developmentGoalCount
integer
required

The number of tests in the development mode of the project.

Required range: x > 0
monitoringGoalCount
integer
required

The number of tests in the monitoring mode of the project.

Required range: x > 0
links
object
required

Links to the project.

description
string | null

The project description.

Maximum length: 280
gitRepo
object