{
"scene": "kiss",
"input":{
"prompts":[{
"type": "text",
"content": "亲吻"
},
{
"type":"image",
"content":""
}]
}
}
curl --location --request POST 'https://api.302.ai/vidu/ent/v1/scenes/tasks' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"scene": "kiss",
"input":{
"prompts":[{
"type": "text",
"content": "亲吻"
},
{
"type":"image",
"content":""
}]
}
}'
{
"id": "string",
"type": "string",
"state": "string",
"model": "string",
"style": "string",
"moderation": true,
"input": {
"creation_id": "string",
"prompts": [
{
"type": "string",
"content": "string",
"negative": true
}
],
"seed": 0,
"enhance": true,
"multi_image_boost": true
},
"output_params": {
"sample_count": 0,
"duration": 0,
"aspect_ratio": "string",
"resolution": "string",
"movement_amplitude": "string"
},
"err_code": "string",
"creations_count": 0,
"model_version": "string",
"created_at": "string"
}