{ "model": "gemini-2.0-flash-exp-image-generation", "image": "https://xx.com/123.png", "prompt": "Change its skin color to red" }
curl --location --request POST 'https://api.aiguoguo199.com/v1/images/edits' \ --header 'Authorization: Bearer sk-xxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "gemini-2.0-flash-exp-image-generation", "image": "https://xx.com/123.png", "prompt": "Change its skin color to red" }'
{}