Authorization: Bearer ********************{
"aspect_ratio": "16:9",
"duration": 5,
"model": "v6",
"motion_mode": "normal",
//"camera_movement": "zoom_in", //Có thể thêm chuyển động camera khi tạo video từ văn bản/hình ảnh (hỗ trợ phiên bản v4, v4.5), tham số vui lòng tham khảo tài liệu
"prompt": "string",
"quality": "540p",
//"template_id": 302325299692608, Chỉ có thể sử dụng sau khi kích hoạt template
//"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/text/generate' \
--header 'API-KEY: {{YOUR_API_KEY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"aspect_ratio": "16:9",
"duration": 5,
"model": "v6",
"motion_mode": "normal",
//"camera_movement": "zoom_in", //Có thể thêm chuyển động camera khi tạo video từ văn bản/hình ảnh (hỗ trợ phiên bản v4, v4.5), tham số vui lòng tham khảo tài liệu
"prompt": "string",
"quality": "540p",
//"template_id": 302325299692608, Chỉ có thể sử dụng sau khi kích hoạt template
//"sound_effect_switch":true,
//"sound_effect_content":"",
//"lip_sync_tts_switch":true,
//"lip_sync_tts_content":"",
//"lip_sync_tts_speaker_id":"",
"seed": 0
}'{}