POST
/
set-model-data
curl --request POST \
  --url https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/set-model-data \
  --header 'Content-Type: application/json' \
  --data '{
  "modelId": 123,
  "modelName": "<string>",
  "metadata": {}
}'
{}

Body

application/json
modelId
number
required
modelName
string
metadata
object

Response

200
application/json
Successful response

The response is of type object.