curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id}/finish \
--header 'Authorization: Basic <encoded-value>'{
"success": true
}Finish a prediction.
curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id}/finish \
--header 'Authorization: Basic <encoded-value>'{
"success": true
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Whether the prediction was finished successfully
Was this page helpful?