Skip to main content
POST
/
worker
/
update_models
Update Model
curl --request POST \
  --url https://api.infera.org/worker/update_models \
  --header 'Content-Type: application/json' \
  --data '
{
  "node_url": "<string>",
  "models": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
node_url
string
required
models
string[]
required

Response

Successful Response