Authorization: Bearer ********************{
"model": "textin/watermark-remove",
"image": "https://s3.ffire.cc/files/jimeng.jpg",
"prompt": "去水印",
"response_format": "url"
}curl --location --request POST '/v1/images/generations' \
--header 'x-base-url: textin' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "textin/watermark-remove",
"image": "https://s3.ffire.cc/files/jimeng.jpg",
"prompt": "去水印",
"response_format": "url"
}'{
"data": [
{
"url": "https://s3.ffire.cc/cdn/20251225/HGXpXcVXQxKvgcWZsUx9dH.png"
}
],
"created": 1766636700
}