> ## Documentation Index
> Fetch the complete documentation index at: https://intunedhq.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ImageUrlContentItem

Image URL content item for content-based extraction.

```python theme={null}
class ImageUrlContentItem(dict)
```

## Properties

<ParamField path="type" type="str">
  The type of the content item, which is always "image-url".
</ParamField>

<ParamField path="image_type" type="str">
  The image format (e.g., "png", "jpeg", "gif", "webp").
</ParamField>

<ParamField path="data" type="str">
  The URL of the image.
</ParamField>
