Skip to main content
POST
/
v2
/
{entity}
/
{project}
/
predictions
/
{prediction_id}
/
finish
{
  "success": true
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

entity
string
required
project
string
required
prediction_id
string
required

Response

Successful Response

success
boolean
required

Whether the prediction was finished successfully