Authorization: Bearer ********************{
"duration": 5,
"img_id": 1,
"model": "v6",
"template_id": 0,
"motion_mode": "normal",
//"camera_movement": "zoom_in", // Có thể thêm chuyển động máy quay khi tạo video từ văn bản/hình ảnh (hỗ trợ phiên bản v4, v4.5), vui lòng tham khảo tài liệu để biết tham số
"prompt": "string",
"quality": "720p",
//"template_id": 302325299692608, // Chỉ có thể sử dụng trường này khi đã kích hoạt mẫu
//"sound_effect_switch":true,
//"sound_effect_content":"",
//"lip_sync_tts_switch":true,
//"lip_sync_tts_content":"",
//"lip_sync_tts_speaker_id":"",
"seed": 0
}curl --location 'https://api.key4u.shop/openapi/v2/video/img/generate' \
--header 'API-KEY: {{YOUR_API_KEY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"duration": 5,
"img_id": 1,
"model": "v6",
"template_id": 0,
"motion_mode": "normal",
//"camera_movement": "zoom_in", // Có thể thêm chuyển động máy quay khi tạo video từ văn bản/hình ảnh (hỗ trợ phiên bản v4, v4.5), vui lòng tham khảo tài liệu để biết tham số
"prompt": "string",
"quality": "720p",
//"template_id": 302325299692608, // Chỉ có thể sử dụng trường này khi đã kích hoạt mẫu
//"sound_effect_switch":true,
//"sound_effect_content":"",
//"lip_sync_tts_switch":true,
//"lip_sync_tts_content":"",
//"lip_sync_tts_speaker_id":"",
"seed": 0
}'{}