{
"req_key": "byteedit_v2.0",
"task_id": "7418049665255653414",
"req_json":"{\"logo_info\":{\"add_logo\":true,\"position\":0,\"language\":0,\"opacity\":0.3,\"logo_text_content\":\"这里是明水印内容\"},\"return_url\":true}"
}
curl --location -g --request POST '{{BASE_URL}}/volcv/v1?Action=CVSync2AsyncGetResult&Version=2022-08-31' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"req_key": "byteedit_v2.0",
"task_id": "7418049665255653414",
"req_json":"{\"logo_info\":{\"add_logo\":true,\"position\":0,\"language\":0,\"opacity\":0.3,\"logo_text_content\":\"这里是明水印内容\"},\"return_url\":true}"
}'
{
"code": 10000,
"data": {
"binary_data_base64": [],
"image_urls": [
"https://xxx"
],
"resp_data": "{\"pe_result\":\"\",\"predict_tags_result\":\"\",\"rephraser_result\":\"壮观的场景,展现了千军万马。画面中,穿着衣服的士兵们身着铠甲,手持长矛,整齐划一地行进在大地上。他们的身后是蓝天白云,而前方则是无尽的草原。\",\"request_id\":\"fffabb8c284a97530802576961c87939e9ab3b28b8a185f03e753420b1c9abe2\"}",
"status": "done"
},
"message": "Success",
"request_id": "20240926173705355DAC3521C41B25CBE5",
"status": 10000,
"time_elapsed": "1.616183051s"
}