Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Create project

POST/v1/private/projectsCreate project

Create project

Request body

application/json
objectProject_Write
descriptionstring

maxLength 255 · minLength 0

namestringrequired

minLength 1

visibilitystring

one of "private", "public"

Example request
{
  "description": "string",
  "name": "string",
  "visibility": "private"
}

Responses

201Created

Headers

Location
400Bad Requestapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
422Unprocessable Contentapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu