POST
/
worker
/
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>"
}'
"<any>"

Body

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

Response

200
application/json
Successful Response

The response is of type any.