Starts a job to generate an animated video of the assistant using an input image and audio. This action costs credits.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
dynamic_scale
number | null
default:"1.0"
min_resolution
integer | null
default:"512"
inference_steps
integer | null
default:"25"
keep_resolution
boolean | null
default:"true"
curl --request POST \
--url 'https://api.unify.ai/v0/assistant/photo/animate' \
--header "Authorization: Bearer $UNIFY_KEY" \
--header 'Content-Type: multipart/form-data' \