POST
/
v0
/
assistant
/
photo
/
animate
/
{prediction_id}
/
cancel
curl --request POST \
  --url 'https://api.unify.ai/v0/assistant/photo/animate/<prediction_id>/cancel' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "info": "object"
}
Cancels a running video animation job.

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

prediction_id
string
required
curl --request POST \
  --url 'https://api.unify.ai/v0/assistant/photo/animate/<prediction_id>/cancel' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "info": "object"
}