Authorization: Bearer ********************
{
"prompt": "太阳下金色原野上一只悠闲行走的棕熊,高分辨率,自然光线。",
"image_size": "landscape_4_3",
"num_inference_steps": 28,
"guidance_scale": 3.5,
"num_images": 1,
"enable_safety_checker": true
}
curl --location --request POST '/fal-ai/flux-1/dev' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "太阳下金色原野上一只悠闲行走的棕熊,高分辨率,自然光线。",
"image_size": "landscape_4_3",
"num_inference_steps": 28,
"guidance_scale": 3.5,
"num_images": 1,
"enable_safety_checker": true
}'
{}