License editorial content

POST {{baseUrl}}/v2/editorial/images/licenses

This endpoint gets licenses for one or more editorial images. You must specify the country and one or more editorial images to license.

Request Body

{"country"=>"<country-code-3>", "editorial"=>[{"editorial_id"=>"<string>", "license"=>"<string>", "size"=>"original"}, {"editorial_id"=>"<string>", "license"=>"<string>", "size"=>"original"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;editorial_id&quot;:&quot;69656358&quot;,&quot;download&quot;:{&quot;url&quot;:&quot;https://s3-eu-west-1.amazonaws.com/api-downloads.rexfeatures.com/[random-characters].jpg?Expires=1524717323&quot;}}]}