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.

description
string | null

The project description.

taskType
enum<string>
required

The task type of the project.

Available options:
llm-base,
tabular-classification,
tabular-regression,
text-classification
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.

dateCreated
string
required

The project creation date.

dateUpdated
string
required

The project last updated date.

description
string | null

The project description.

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.

inferencePipelineCount
integer
required

The number of inference pipelines in the project.

goalCount
integer
required

The total number of tests in the project.

developmentGoalCount
integer
required

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

monitoringGoalCount
integer
required

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

links
object
required

Links to the project.

gitRepo
object