Authorization: Bearer ********************
{
"task": "ai-matting", // 变清晰
"image": "https://oss.ffire.cc/files/s.png"// 图片
}
curl --location --request POST 'https://api.chatfire.cn/tools/v1/translator' \
--header 'Content-Type: application/json' \
--data-raw '{
"task": "ai-matting", // 变清晰
"image": "https://oss.ffire.cc/files/s.png"// 图片
}'
{
"data": [
{
"url": "https://sfile.chatglm.cn/chatglm4/4b625547-f0d6-4bba-ac77-b4fc910bfda1.png"
}
]
}