Authorization: Bearer ********************
{
"model": "flux-kontext-pro", // 枚举值 flux-kontext-pro flux-kontext-max
"prompt": "https://s3.ffire.cc/files/3_4.webp 老虎换个姿势",
"size": "16:9" // auto 原图比例,枚举值Possible enum values: 21:9, 16:9, 4:3, 3:2, 1:1, 2:3, 3:4, 9:16, 9:21
}
curl --location -g --request POST '{{YOUR_BASE_URL}}/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "flux-kontext-pro", // 枚举值 flux-kontext-pro flux-kontext-max
"prompt": "https://s3.ffire.cc/files/3_4.webp 老虎换个姿势",
"size": "16:9" // auto 原图比例,枚举值Possible enum values: 21:9, 16:9, 4:3, 3:2, 1:1, 2:3, 3:4, 9:16, 9:21
}'
{
"data": [
{
"url": "https://fal.media/files/panda/6AcgpEZU-QU14nq1TsaMC_a47150fd27ed42a09c63cc919c52c802.png"
}
],
"created": 1748705740
}