Authorization: Bearer ********************
{
"template": "sexy_me",
"images": [
"https://p1-kling.klingai.com/bs2/upload-ylab-stunt/59c557811fa2f2c8852d028bc1123eb4.png"
],
"prompt": "穿着变成粉色的比基尼"
}
curl --location --request POST 'https://api.gpt.ge/task/vidu/template2video' \
--header 'Content-Type: application/json' \
--data-raw '{
"template": "sexy_me",
"images": [
"https://p1-kling.klingai.com/bs2/upload-ylab-stunt/59c557811fa2f2c8852d028bc1123eb4.png"
],
"prompt": "穿着变成粉色的比基尼"
}'
{
"task_id": "809413373237157888",
"state": "created",
"template": "sexy_me",
"prompt": "穿着变成粉色的比基尼",
"images": [
"https://p1-kling.klingai.com/bs2/upload-ylab-stunt/59c557811fa2f2c8852d028bc1123eb4.png"
],
"seed": 0,
"created_at": "2025-04-14T17:11:41.478717701Z"
}