A public facing web app that allows users to upload a photo of their face to be used in a generated image

Hello,

Is it possible to use OpenAI API to allow users (in a stand alone website) to upload an image of their face which is then used as source material in a pre-composed prompt that generates a new image of a person using the face image?

There would be other user inputted variable information used in the prompt (description of clothes, accessories etc), but I’m not sure if using a provided image as part of the prompt is possible via the API.

Thanks so much!

There is no API that exposes such feature directly or can pass an image of a person into an image creation AI.

In fact, the gpt-4o image output is not available at all by API. There are undetailed plans of bringing an API equivalent, but one might predict it not to be feature complete or to compete.

What you see in ChatGPT is, for now, exclusive.