# Images

 - [GET /images](https://docs.api.saleslayer.com/apis/dam-v2.0/images/paths/~1images/get.md): Returns a paginated collection of the tenant's images, filtered and sorted using OData query options (`$filter`, `$orderby`, `$top`, `$skip`). ## Authentication Requires a valid API key in the `X-API-
 - [POST /images](https://docs.api.saleslayer.com/apis/dam-v2.0/images/paths/~1images/post.md): Registers a new image from a publicly accessible URL, optionally tagging it. The image is downloaded, validated against the supported formats and size limits, and processed asynchronously in the backg
 - [GET /images({reference})](https://docs.api.saleslayer.com/apis/dam-v2.0/images/paths/~1images(%7Breference%7D)/get.md): In DAM, images are identified by their filename (`reference`), which is unique per tenant. Use this endpoint to retrieve a specific image when you already know its filename. ## Authentication Requires
 - [PATCH /images({reference})](https://docs.api.saleslayer.com/apis/dam-v2.0/images/paths/~1images(%7Breference%7D)/patch.md): Partially updates an existing image identified by its filename (`reference`), which is unique per tenant — substitute its file via a new `url` and/or replace its `tags`. At least one of these fields m
 - [DELETE /images({reference})](https://docs.api.saleslayer.com/apis/dam-v2.0/images/paths/~1images(%7Breference%7D)/delete.md): Deletes an image by its filename (`reference`), which is unique per tenant. ## Authentication Requires a valid API key in the `X-API-KEY` header. ## Example ``` DELETE /images(product-main-front.jpg)
