Skip to content

Create Product

POST
/product/create

The route to upload a new product in database and on the FTP

Authorizations

bearer
Type
HTTP (bearer)

Request Body

application/json
JSON
{
"name": "test",
"reference": "AA001",
"stageGraph": [
{
"id": "1",
"name": "import_cao",
"dependencies": [
]
},
{
"id": "2",
"name": "cad_convertion",
"dependencies": [
"1"
]
},
{
"id": "3",
"name": "cad_segmentation",
"dependencies": [
"1"
]
},
{
"id": "4",
"name": "model_target",
"dependencies": [
"2"
]
}
]
}

Responses

application/json
JSON
{
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI