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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"data":[{"editorial_id":"69656358","download":{"url":"https://s3-eu-west-1.amazonaws.com/api-downloads.rexfeatures.com/[random-characters].jpg?Expires=1524717323"}}]}