Authorization: Bearer ********************
{
"model": "flux-kontext-pro",
"prompt": "https://oss.ffire.cc/files/kling_watermark.png 让这个女人带上墨镜,衣服换个颜色",
"size": "1x1"
}
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 让这个女人带上墨镜,衣服换个颜色",
"size": "1x1"
}'
{
"data": [
{
"url": "https://fal.media/files/zebra/DYaYwd6TOQXmZRaVjkCCI_5bdc27867b834845adda6e08258d6d93.png",
"revised_prompt": "Let this woman wear sunglasses and change the color of her clothes."
}
],
"created": 1750769871,
"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": {}
}
}
}