Retrieve catalog item key art URL
Used to retrieve key art for a catalog item.
Get catalog item key art URL
GET https://ris.rightsline.com/v4/catalog-item/:id/keyart/url
This endpoint allows you to retrieve the URL to download the key art for a catalog item.
Path Parameters
Name
Type
Description
id
string
ID of the catalog item.
Headers
Name
Type
Description
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.
{
    "id": 2687,
    "link": {
        "url": "https://************.cloudfront.net/*****************",
        "expiration": "2021-04-20T22:45:26.296Z"
    }
}{    
    "message": "No keyart found."
}Last updated
Was this helpful?

