{
"channel": "string",
"client_id": "string",
"task_type": "text2video|image2video",
"model": "default|anime",
"prompt": "string",
"negative_prompt": "string",
"cfg_scale": 0.0,
"mode": "std|pro",
"aspect_ratio": "16:9|9:16|1:1",
"duration": "5|10",
"camera_control": {
"type": "string",
"config": {}
},
"image": "string",
"image_tail": "string"
}
curl --location --request POST 'http://127.0.0.1:5678/api/video/luma/create' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": "string",
"client_id": "string",
"task_type": "text2video|image2video",
"model": "default|anime",
"prompt": "string",
"negative_prompt": "string",
"cfg_scale": 0.0,
"mode": "std|pro",
"aspect_ratio": "16:9|9:16|1:1",
"duration": "5|10",
"camera_control": {
"type": "string",
"config": {}
},
"image": "string",
"image_tail": "string"
}'
{
"code": 0,
"data": "string",
"message": "string"
}