{
"input": {
"prompt": "a man is talking angrily",
"prompt_optimizer": true,
"first_frame_image": "https://replicate.delivery/pbxt/M9jlcXgeaypBr2yQYGf9JXgxUCJWRt8ODUDvt90UWPUsQBXC/back-to-the-future.png"
}
}
curl --location --request POST 'https://api.leebay.cyou/replicate/v1/models/minimax/video-01-live/predictions' \
--header 'Authorization: Bearer $API_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"prompt": "a man is talking angrily",
"prompt_optimizer": true,
"first_frame_image": "https://replicate.delivery/pbxt/M9jlcXgeaypBr2yQYGf9JXgxUCJWRt8ODUDvt90UWPUsQBXC/back-to-the-future.png"
}
}'
{}