v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
images

Download images

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

post/v2/images/licenses/{id}/downloads

Path parameters

idstring required

License ID

Request body

show_modalboolean

(Deprecated)

size'small' | 'medium' | 'huge' | 'supersize' | 'vector'

Size of the image

verification_codestring

(Deprecated)

Example request

{
  "size": "small"
}

Response

OK

urlstring required

URL that can be used to download the unwatermarked, licensed asset

Example response

{
  "url": "https://download.shutterstock.com/gatekeeper/[random-characters]/shutterstock_59656357.jpg"
}