Request
Body Params application/json
{
"model": "video-01",
"prompt": "a man is smile",
"first_frame_image" : "https://file.302ai.cn/gpt/imgs/20241012/813d3e2cecf146b1b5a3d1e742ee3e5d.png"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/minimaxi/v1/video_generation' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "video-01",
"prompt": "a man is smile",
"first_frame_image" : "https://file.302ai.cn/gpt/imgs/20241012/813d3e2cecf146b1b5a3d1e742ee3e5d.png"
}'
Responses
application/json Modified at 2025-01-15 02:08:28