{
"image_format": "url",
"init_image": "https://p0.qhimg.com/t11098f6bcd90787ef13a5d60ea.png",
"model": "360/image-translate",
"target_lang": "en"
}curl --location --request POST 'https://api.360.cn/v1/images/translate' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_format": "url",
"init_image": "https://p0.qhimg.com/t11098f6bcd90787ef13a5d60ea.png",
"model": "360/image-translate",
"target_lang": "en"
}'{
"code": "0",
"message": "success",
"generationTime": 2,
"cost": 1,
"data": {
"errcode": 0,
"errmsg": "",
"model_errcode": 0,
"model_errmsg": "",
"res": {
"img_res": ["https://beijing.xstore.qihu.com/zhinao-common/c6acf3614baa434f8c0d238a2dbdf2cc.png"],
"word_res": ["Where the feet cannot reach\nThe eyes can go\nWhere the eye cannot reach\nThe spirit can reach"]
},
"size": "597x600",
"time_cost_ms": 1260
}
}