Skip to main content
class ImageUrlContentItem(TypedDict)
Image URL content item for content-based extraction.

Parameters

type
str
The type of the content item, which is always “image-url”.
image_type
str
The image format (e.g., “png”, “jpeg”, “gif”, “webp”).
data
str
The URL of the image.