If you’re in a rush for this (like I was), you can achieve it quite easily using the generic OpenAI - Make an API Call. You just need to create a JSON structure to match up with the OpenAI docs.
Hey, I have a problem with that config, it doesn’t accept the multipart from data, so impossible to do image to image generations, do you have a solution ? I’d love to have your contact to talk about that… Please
@Eloi_Carrelet , if you want to do image to image generation, you must use a different end point.
The end point you are looking for is probably that one: POST https://api.openai.com/v1/images/edits
There, you should be able to insert images you have previously downloaded. Let me know if that helped.