Authorization: Bearer ********************
{
"data": "https://s3.ffire.cc/files/crop_enhance_image.png",
"response_format": "url"
}
curl --location -g --request POST '{{YOUR_BASE_URL}}/textin/v1/crop_enhance_image' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": "https://s3.ffire.cc/files/crop_enhance_image.png",
"response_format": "url"
}'
{
"x_request_id": "6ed3542ee89202b3916404effd947560",
"message": "success",
"duration": 150,
"result": {
"origin_height": 1360,
"origin_width": 2160,
"image_list": [
{
"angle": 0,
"image": "https://s3.ffire.cc/cdn/20250512/b66MZoM3mbCBKoBvwGTjXy.png",
"cropped_height": 988,
"position": [
678,
259,
1869,
198,
1764,
1180,
524,
1129
],
"cropped_width": 1332
}
]
},
"code": 200,
"version": "v2.0.4",
"timings": {
"inference": 0.8063964769244194
}
}