{
"req_key": "high_aes",
"prompt": "千军万马",
"model_version": "anime_v1.3",
"binary_data_base64": [""],
"strength": 0.7,
"seed": -1,
"scale": 7,
"ddim_steps": 20,
"width": 1024,
"height": 1024,
"return_url": false,
"logo_info": {
"add_logo": false,
"position": 0,
"language": 0,
"opacity": 0.3,
"logo_text_content": "这里是明水印内容"
}
}
curl --location -g --request POST '{{BASE_URL}}/volcv/v1?Action=CVProcess&Version=2022-08-31' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"req_key": "high_aes",
"prompt": "千军万马",
"model_version": "anime_v1.3",
"binary_data_base64": [""],
"strength": 0.7,
"seed": -1,
"scale": 7,
"ddim_steps": 20,
"width": 1024,
"height": 1024,
"return_url": false,
"logo_info": {
"add_logo": false,
"position": 0,
"language": 0,
"opacity": 0.3,
"logo_text_content": "这里是明水印内容"
}
}'
{
"code": 10000,
"data": {
"binary_data_base64": [
"xxx"
]
},
"message": "Success",
"request_id": "20220926182941010212157201024017C6",
"status": 10000,
"time_elapsed": "456.790505ms"
}