Model

Create a POST url to upload a model

post/models/upload

Request body

modelNamestring required

Upload filename

Example request

{
  "modelName": "my_model.zip"
}

Response

Upload response

urlstring url
modelIdstring uuid