curl --location --request POST 'https://one.api4gpt.com/v1/images/edits' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--form 'image=@""' \
--form 'prompt="Put a Santa hat on the panda"' \
--form 'n="1"' \
--form 'aspect_ratio="1:1"' \
--form 'model="flux-kontext-pro"'{
"data": [
{
"url": "https://fal.media/files/zebra/zZ78EAAfCWth3VyOnOyww_2b2736591f8a4f4ea8d613a0d48eb0e0.png"
}
],
"created": 1749005359
}