Authorization: Bearer ********************
{
"model": "flux-kontext-pro",
"prompt": "https://oss.ffire.cc/files/kling_watermark.png 让这个女人带上墨镜,衣服换个颜色",
"seed": 0,
"size": "1x1",
"output_format": "jpeg",
"webhook_url": "null",
"webhook_secret": "null",
"prompt_upsampling": false,
"safety_tolerance": 2
}
curl --location --request POST 'https://api.apicore.ai/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "flux-kontext-pro",
"prompt": "https://oss.ffire.cc/files/kling_watermark.png 让这个女人带上墨镜,衣服换个颜色",
"seed": 0,
"size": "1x1",
"output_format": "jpeg",
"webhook_url": "null",
"webhook_secret": "null",
"prompt_upsampling": false,
"safety_tolerance": 2
}'
{
"data": [
{
"url": "https://fal.media/files/penguin/xNE4EZTEGvEYC0NxnLL7U_59eae49651964622b9f60b38495dc50a.jpg",
"revised_prompt": "Let this woman wear sunglasses and change the color of her clothes."
}
],
"created": 1750769442,
"usage": {
"prompt_tokens": 1,
"completion_tokens": 1,
"total_tokens": 2,
"prompt_tokens_details": {
"cached_tokens_details": {}
},
"completion_tokens_details": {},
"input_tokens_details": {
"text_tokens": 1,
"image_tokens": 1,
"cached_tokens_details": {}
}
}
}