Authorization: Bearer ********************{
"model": "rmbg-2.0",
"image": "https://s3.ffire.cc/files/jimeng.jpg",
"response_format": "url"
}curl --location --request POST '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "rmbg-2.0",
"image": "https://s3.ffire.cc/files/jimeng.jpg",
"response_format": "url"
}'{
"data": [
{
"url": "https://gitee-ai.su.bcebos.com/v1/public/temp/26021501/0XUSQR0FOZ2APTMA.png"
}
],
"created": 1771088842851
}