How to get ImageURL instead of binary data

We are unable to get imageURL from API response.
Can I know the API request/method for it?

Rightnow, all images are getting as binary data only. We cause long time to respond. Also, we are unable to make async request for image only.

Thank you,

There is not such feature.

Thank you for your answer.

So, I have to download all images to show on main thread only, right?