---
title: "Download images"
method: POST
path: "/v2/images/licenses/{id}/downloads"
tags: ["images"]
---

# Download images

`POST /v2/images/licenses/{id}/downloads`

This endpoint redownloads images that you have already received a license for. The download links in the response are valid for 8 hours.

## Path parameters

- `id` string, required

## Request body

- object — Data required to redownload an image
  - `auth_cookie` object — (Deprecated)
    - `name` string, required — The name of the cookie
    - `value` string, required — The value of the cookie
  - `show_modal` boolean — (Deprecated)
  - `size` 'small' | 'medium' | 'huge' | 'supersize' | 'vector' — Size of the image
  - `verification_code` string — (Deprecated)

## Response `200`

OK

- object — URL object
  - `url` string, required — URL that can be used to download the unwatermarked, licensed asset

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer.md) · [All operations](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shutterstock/shutterstock-api-explorer/revisions/d2e03e7f655d/schema)
