curl --location 'https://api.tokenhot.ai/v1/video/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "kling-v3",
"prompt": "<<<element_1>>> sits on a park bench as sunlight filters through the leaves. Then cut to a car speeding in the rain",
"duration": 5,
"size": "1080P",
"aspect_ratio": "16:9",
"enhance_prompt": "Enabled",
"audio_generation": true,
"subject_infos": [
{
"Id": "858477278396170315"
},
{
"Id": "858477602846711835"
}
],
"ext_info": "{\"AdditionalParameters\": \"{\\\"multi_shot\\\": true, \\\"shot_type\\\": \\\"customize\\\", \\\"multi_prompt\\\": [{\\\"index\\\": 1, \\\"prompt\\\": \\\"A person sitting on a park bench as sunlight filters through the leaves\\\", \\\"duration\\\": 2}, {\\\"index\\\": 2, \\\"prompt\\\": \\\"A car speeding in the rain, headlights flashing. Dynamic angle, emphasizing motion.\\\", \\\"duration\\\": 3}]}\"}"
}'