{
"model": "string",
"prompt": "string",
"image": "string",
"end_image": "string",
"video": "string",
"negative_prompt": "string",
"duration": 0,
"resolution": "string",
"aspect_ratio": "string",
"fps": "string",
"其他模型额外支持的字段具体见文档说明 ": "string"
}
curl --location --request POST 'https://api.302.ai/302/v2/video/create?webhook' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"prompt": "string",
"image": "string",
"end_image": "string",
"video": "string",
"negative_prompt": "string",
"duration": 0,
"resolution": "string",
"aspect_ratio": "string",
"fps": "string",
"其他模型额外支持的字段具体见文档说明 ": "string"
}'
{
"task_id": "301504317665393",
"status": "pending",
"created_at": "2025-08-14T09:34:45.529818Z"
}