Authorization: Bearer ********************
{
"file": "string"
}
curl --location --request POST 'https://api.chatfire.cn/document-intelligence/v1/watermark-remove?response_format=url' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "string"
}'
{
"msg": "success",
"data": {
"result": {
"image": "https://sfile.chatglm.cn/chatglm-videoserver/image/df/dfd5638f.png"
},
"file_type": "",
"file_data": ""
},
"code": 200
}