A list of images to be added to the content. You have two options for providing images:
Using Uploadcare UUID: Upload images to Uploadcare first and provide the UUID
Using URL: Provide a publicly accessible image URL with an empty uuid string. The system will automatically download and upload the image to Uploadcare.
Needs to have this shape:
Copy
{ uuid: string; // UUID from Uploadcare, or empty string "" when using url filename?: string; mime_type?: string; url?: string; // Public image URL (used when uuid is empty) size?: number; height?: number; width?: number;}[]