{
"model": "wan2.7-r2v",
"prompt": "string",
"size": "string",
"duration": 0,
"metadata": {
"media": [
{
"type": "reference_image",
"url": "string"
}
],
"negative_prompt": "string",
"parameters": {
"resolution": "1080P",
"ratio": "16:9",
"duration": 5,
"prompt_extend": true,
"watermark": false,
"seed": 0
}
}
}curl --location '/v1/videos' \
--header 'Content-Type: application/json' \
--data '{
"model": "wan2.7-r2v",
"prompt": "string",
"size": "string",
"duration": 0,
"metadata": {
"media": [
{
"type": "reference_image",
"url": "string"
}
],
"negative_prompt": "string",
"parameters": {
"resolution": "1080P",
"ratio": "16:9",
"duration": 5,
"prompt_extend": true,
"watermark": false,
"seed": 0
}
}
}'{
"id": "string",
"object": "video",
"model": "string",
"status": "queued",
"progress": 0,
"created_at": 0,
"completed_at": 0,
"metadata": {
"url": "string"
},
"error": {
"message": "string",
"code": "string"
}
}