{
"model": "wan2.2-s2v",
"input": {
"image_url": "Image URL, supports HTTP/HTTPS links.",
"audio_url": "Audio URL, supports HTTP/HTTPS links. Supported formats: MP3, WAV, etc."
},
"parameters": {
"resolution": "Output video resolution. Supported values: 480P, 720P, 1080P."
}
}
curl --location --request POST 'https://api.302.ai/aliyun/api/v1/services/aigc/image2video/video-synthesis' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.2-s2v",
"input": {
"image_url": "Image URL, supports HTTP/HTTPS links.",
"audio_url": "Audio URL, supports HTTP/HTTPS links. Supported formats: MP3, WAV, etc."
},
"parameters": {
"resolution": "Output video resolution. Supported values: 480P, 720P, 1080P."
}
}'
{
"request_id": "6196e0f2-30f4-92fd-b554-591de5192d62",
"code": "InvalidParameter",
"message": "URL error, please check the URL!"
}