POST /v2/editorial/images/licenses
instead to get licenses for one or more editorial images. You must specify the country and one or more editorial images to license. The download links in the response are valid for 8 hours.curl --location --request POST '/v2/editorial/licenses' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Content-Type: text/plain' \
--data-raw '{
"country": "<country-code-3>",
"editorial": [
{
"editorial_id": "<string>",
"license": "<string>",
"metadata": {},
"size": "original"
},
{
"editorial_id": "<string>",
"license": "<string>",
"metadata": {},
"size": "original"
}
]
}'
{
"data": [
{
"editorial_id": "69656358",
"download": {
"url": "https://s3-eu-west-1.amazonaws.com/api-downloads.rexfeatures.com/[random-characters].jpg?Expires=1524717323"
}
}
]
}