Overview
ImageItem is the shared image object returned by the all-photos, BIB search, and face search responses. The same shape is reused regardless of how the photo was discovered, so you can render any of them through one component.
ImageItem
| Field | Type | Description |
|---|---|---|
img_url | string | Large image URL. |
height | number | null | Image height in pixels. |
width | number | null | Image width in pixels. |
image_id | string | Image UUID. |
thumbnail_url | string | Thumbnail image URL. |
original_url | string | null | Original (unwatermarked) image URL when directly available; otherwise null. To fetch presigned download links for originals, call Download Original Photos. |
Used By
All Photos
Returns
data.images[] as image objects.BIB Search
Returns matching
data.images[] as image objects.Face Search
Returns matching
data.images[] as image objects.
