How can I display an image from a media set in my OSDK app?

I can access the media set information on a property of an object:

```

{“mimeType”:“image/png”,“reference”:{“mediaSetViewItem”:{“mediaSetRid”:“ri.mio.main.media-set.00000000-0000-0000-0000-000000000000”,“mediaSetViewRid”:“ri.mio.main.view.00000000-0000-0000-0000-000000000000”,“mediaItemRid”:“ri.mio.main.media-item.00000000-0000-0000-0000-000000000000”},“type”:“mediaSetViewItem”}}
```

Is there easy way to construct a URL so that the browser could display an image that doesn’t involve me downloading the image first?

Hi, I believe you can hit the read media content endpoint and use the content stream from that to render the image. Exact steps would depend on what your front-end is built with.