curl --request POST \
--url https://api.ppio.com/v3/async/wan-2.5-i2v-preview \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"input": {
"prompt": "<string>",
"negative_prompt": "<string>",
"img_url": "<string>",
"audio_url": "<string>"
},
"parameters": {
"resolution": "<string>",
"duration": 123,
"prompt_extend": true,
"watermark": true,
"audio": true,
"seed": 123
}
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.ppio.com/v3/async/wan-2.5-i2v-preview \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"input": {
"prompt": "<string>",
"negative_prompt": "<string>",
"img_url": "<string>",
"audio_url": "<string>"
},
"parameters": {
"resolution": "<string>",
"duration": 123,
"prompt_extend": true,
"watermark": true,
"audio": true,
"seed": 123
}
}
'{
"task_id": "<string>"
}application/json隐藏 字段说明
隐藏 字段说明
480P、720P、1080P。默认值:1080P。5 或 10(单位:秒)。默认值:5。true:默认,开启智能改写;false:不改写。false:默认值,不添加水印。true:添加水印。true:默认,自动为视频添加配音;false:不添加音频,输出为静音视频。