Skip to main content
POST
/
worker
/
update_result
Update Result
curl --request POST \
  --url https://api.infera.org/worker/update_result \
  --header 'Content-Type: application/json' \
  --data '
{
  "job_id": "<string>",
  "api_key": "<string>",
  "model_name": "<string>",
  "result": {},
  "status": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
job_id
string
required
api_key
string
required
model_name
string
required
result
Result · object
required
status
string
required

Response

Successful Response