Hi, im trying to send an image (with a text prompt) to GPT with the bubble api connector. Is this possible?
Ive tried to format the image as Base64 but the input sent to OpenAi is too long.
{
“model”: “image-alpha-001”,
“size”: “512x512”,
“prompt”: “Create a detailed image using <img_prompt> image data: data:image/png;base64,<base64_encoded_image_here>”
}