For the complete documentation index, see llms.txt. This page is also available as Markdown.

Retrieve an inventory key art URL

Used to retrieve key art for an inventory item.

Get inventory key art URL

GET https://ris.rightsline.com/v4/inventory/:id/keyart/url

This endpoint allows you to retrieve the URL for an inventory key art.

Path Parameters

Name
Type
Description

id

integer

ID of the inventory.

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

Last updated

Was this helpful?