
{
"binary_data_base64": [
"原图",
"原图标注后的mask"
],
"req_key": "i2i_inpainting",
"scale": 7,
"seed": 0,
"steps": 30,
"strength": 0.8
}curl --location --request POST 'https://api.leebay.cyou/volcv/v1?Action=CVProcess&Version=2022-08-31' \
--header 'Content-Type: application/json' \
--data-raw '{
"binary_data_base64": [
"原图",
"原图标注后的mask"
],
"req_key": "i2i_inpainting",
"scale": 7,
"seed": 0,
"steps": 30,
"strength": 0.8
}'{
"code": 10000,
"data": {
"algorithm_base_resp": {
"status_code": 0,
"status_message": "Success"
},
"binary_data_base64": [
"消除图base64"
],
"image_urls": [
"消除图url"
],
"request_id": "740d84695b1a51a5e36f7559"
},
"message": "Success",
"request_id": null,
"status": 10000,
"time_elapsed": "3.940519855s"
}