Create a new Luma video modification generation task.
curl --location --request POST 'https://api.kie.ai/api/v1/modify/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A futuristic cityscape at night with towering glass spires reaching into a starry sky",
"videoUrl": "https://example.com/input-video.mp4",
"callBackUrl": "https://your-callback-url.com/luma-callback",
"watermark": "your-watermark-id"
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "774d9a7dd608a0e49293903095e45a4c"
}
}