Retrieve file data

Get File URL

GET http://ris.rightsline.com/v4/file/:id/url

This endpoint allows you to retrieve a download link for a file.

Path Parameters

Headers

{
    "id": 2687,
    "link": {
        "url": "https://************.cloudfront.net/*****************",
        "expiration": "2021-04-20T22:45:26.296Z"
    }
}

Last updated