Overview
The Image resource represents cover images, artwork, and other visual assets. Images can be associated with anime, artists, studios, and playlists with different facets (Cover, Small Cover, Grill).List Images
/api/image
Query Parameters
Number of results per page (default: 15, max: 100)
Page number to retrieve
Comma-separated list of relationships to include. Available includes:
anime- Anime using this imageartists- Artists using this imagestudios- Studios using this imageplaylists- Playlists using this image
Filter by image facet. Values:
Cover, Small Cover, GrillFilter by image path
Comma-separated list of fields to return. Available fields:
image_idpathfacetlink
Sort by field. Prefix with
- for descending order.
Available: facet, created_at, updated_atResponse
Example Request
Example Response
Show Image
/api/image/:id
Path Parameters
The image ID
Query Parameters
Same includes as list endpoint
Example Request
Example Response
Create Image
/api/image
Request Body
Storage path for the image
Image facet/type (Cover, Small Cover, Grill)
The actual image file must be uploaded separately to the storage system.
Update Image
/api/image/:id
Request Body
Same fields as create endpoint (all optional).Delete Image
/api/image/:id
Restore Image
/restore/image/:id
Force Delete Image
/forceDelete/image/:id
Image Facets
Images can have different facets that determine their usage:Standard cover image (typically 640x640 or similar)
Thumbnail-sized cover image (typically 256x256 or similar)
Character artwork/promotional images