Skip to main content
POST
Create new project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for creating a project

name
string
required

Name of the project

asset_type
enum<string>
required

Type of project

Available options:
ML_MODEL,
GEN_AI_APP

Response

Details of the created project

Response object for standard API responses.

api_version
enum<string>
default:3.0

API version.

Available options:
2.0,
3.0
kind
enum<string>
default:NORMAL

Type of response, indicating a normal response.

Available options:
NORMAL
data
object

Details of the project