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>"
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>"
Successful Response
The response is of type any
.