AviatoAviato
DeveloperAPI ReferenceAdapterJellyfinItemsItemidImages

List available images for an item (stub)

GET
/api/adapter/jellyfin/Items/{itemId}/Images

Returns an empty array. Aviato's image catalogue is exposed inline on BaseItemDto.ImageTags; clients that need image metadata build URLs from those tags directly.

Path Parameters

itemId*string

Response Body

application/json

curl -X GET "https://example.com/api/adapter/jellyfin/Items/string/Images"
[
  null
]