Open AI Image Analysis format help vision ai - multiple images

Hi to everyone,

I am trying to analyze several images using the open ai analysis images module.
I thought my code was correct and based on the required format:

The required format is: [{ "imageUploadType": "imageUrl", "imageUrl": "https://your.image/url" }]

here is my code:

[
{
“imageUploadType”: “imageUrl”,
“imageUrl”: “https://www.webinarfabrik.at/wp-content/uploads/2022/05/Klaus_Liveschnitt.jpg”
},
{
“imageUploadType”: “imageUrl”,
“imageUrl”: “https://www.webinarfabrik.at/wp-content/uploads/2022/06/Webinarstudio_Visagistin-1200x900.jpg”
}

Unfortunately, I always get an error message:
BundleValidationError
Validation failed for 1 parameter(s).

  • Invalid collection in parameter ‘images’.

I have already invested several hours in troubleshooting… I am grateful for any help