v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
videos

Download videos

This endpoint redownloads videos that you have already received a license for.

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

Path parameters

idstring required

The license ID of the item to (re)download. The download links in the response are valid for 8 hours.

Request body

show_modalboolean

(Deprecated)

size'web' | 'sd' | 'hd' | '4k'

Size of the video

verification_codestring

(Deprecated)

Example request

{
  "size": "web"
}

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"
}