cURL
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>" } ] }
Successful Response