GET
/
v0
/
assistant
/
photo
/
animate
/
{prediction_id}
curl --request GET \
  --url 'https://api.unify.ai/v0/assistant/photo/animate/<prediction_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "info": "object"
}
Retrieves the status and result of a 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 GET \
  --url 'https://api.unify.ai/v0/assistant/photo/animate/<prediction_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "info": "object"
}