---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/direct/doc/dg-v4/en/live/AdImage.md
  - https://yandex.com/dev/direct/doc/dg-v4/ru/live/AdImage.md
  - href: en/live/AdImage.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/direct/doc/dg-v4/en/llms.txt

# AdImage (Live)
Manages images: uploads and deletes images, returns a list of images, and so on.
The type of action to perform is specified in the `Action` parameter:

- [Upload](https://yandex.com/dev/direct/doc/dg-v4/en/live/AdImage_Upload.md) — Uploads images asynchronously using a list of URLs. The synchronous response contains the numbers of upload tasks.
- [CheckUploadStatus](https://yandex.com/dev/direct/doc/dg-v4/en/live/AdImage_CheckUploadStatus.md) — Gets a list of upload tasks (for checking status).
- [UploadRawData](https://yandex.com/dev/direct/doc/dg-v4/en/live/AdImage_UploadRawData.md) — Synchronously uploads images as binary data.
- [Delete](https://yandex.com/dev/direct/doc/dg-v4/en/live/AdImage_Delete.md) — Deletes images.
- [Get](https://yandex.com/dev/direct/doc/dg-v4/en/live/AdImage_Get.md) — Gets a list of images.
- [GetLimits](https://yandex.com/dev/direct/doc/dg-v4/en/live/AdImage_GetLimits.md) — Gets the total number of images the client can upload, as well as the number of images already uploaded or currently in the upload queue.

## Restrictions

For requirements for uploaded images and quantity restrictions, see the section [Image (AdImage)](https://yandex.com/dev/direct/doc/dg-v4/en/concepts/ad-image.md).

Points are used when this method is invoked (see [Point limitations](https://yandex.com/dev/direct/doc/dg-v4/en/concepts/Restrictions.md#Units)). If there are not enough points available, the error message [152](https://yandex.com/dev/direct/doc/dg-v4/en/reference/ErrorCodes.md#ErrorCode152) is returned.

