Generate Video
To check the status of a video animation request using the Unifically API, you can use the following curl
command:
Price: 0.50$
curl --location 'https://api.unifically.com/mj-video/generate' \
--header 'Authorization: Bearer BEARER_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "Animate this picture",
"motion": "low",
"image": "https://tmpfiles.org/dl/3851706/veo-3.png",
"state": "9"
}'
image
parameter can support: url and base64 values
Example response:
{
"success": true,
"id": "1751372007503731" // task id
}
Last updated