Authorization: Bearer ********************
{
"image": "https://oss.ffire.cc/files/sese2.jpg",
"response_format": "url" // 枚举值 "url", "b64_json"
}
curl --location -g --request POST '{{YOUR_BASE_URL}}/textin/v1/image/watermark_remove' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "https://oss.ffire.cc/files/sese2.jpg",
"response_format": "url" // 枚举值 "url", "b64_json"
}'
{
"result": {
"image": "https://oss.ffire.cc/cdn/2025-03-23/RuhtH6s3MioEr5UTNkRoti"
},
"code": 200,
"has_watermark": 1,
"duration": 996,
"message": "success",
"version": "0.2.1",
"timings": {
"inference": 3.010726855136454
}
}