> For the complete documentation index, see [llms.txt](https://docs.ecwid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos.md).

# Product images and videos

- [Upload main product image](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/upload-main-product-image.md)
- [Upload main product image (async)](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/upload-main-product-image-async.md)
- [Upload gallery product image](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/upload-gallery-product-image.md)
- [Upload gallery product image (async)](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/upload-gallery-product-image-async.md)
- [Delete main product image](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/delete-main-product-image.md)
- [Delete gallery product image](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/delete-gallery-product-image.md)
- [Delete all gallery product images](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/delete-all-gallery-product-images.md)
- [Upload main product video](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/upload-main-product-video.md)
- [Upload gallery product video](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/upload-gallery-product-video.md)
- [Upload cover for gallery video](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/upload-cover-for-gallery-video.md)
- [Delete main product video](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/delete-main-product-video.md)
- [Delete gallery product video](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/delete-gallery-product-video.md)
- [Download gallery product video](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/download-gallery-product-video.md)
- [Bulk update product images and videos](https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos/bulk-update-product-images-and-videos.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ecwid.com/api-reference/rest-api/products/product-images-and-videos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
