Authorization: Bearer ********************
{
"model": "flux-kontext-pro",
"prompt": "a dog",
"image": "https://oss.ffire.cc/files/kling_watermark.png"
}
curl --location --request POST 'https://api.chatfire.cn/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "flux-kontext-pro",
"prompt": "a dog",
"image": "https://oss.ffire.cc/files/kling_watermark.png"
}'
{
"data": [
{
"url": "https://v3.fal.media/files/rabbit/57ieNNi1-L3WrmYi7evuu_output.png"
}
],
"created": 1756272317
}