We have a Back-End application that makes use of the RDP API to retrieve headlines and stories and we can see that the associated images can be retrieved through the following API call:
GET https://api.refinitiv.com/data/news/v1/images/{imageId}
However, this link does not seem to be publicly accessible so it is impossible for our Front-End to display those images (without authentication at the FE side). Is there a publicly accessible image link? (We are trying to avoid storing the images at the BE side)