Zoho CRM API - Vendors

Zoho CRM API - Vendors

I'm pulling vendors records from zoho via the API.
I hope to use the Vendor Image for display. 
In the returned records, I can see a "Record_Image"
for example:
"Record_Image": "9674ea36c6c7084edef516e10c75deba0605bb82e103aa3350abc3ba4337a48fecccd38d31d39315ab1c8ce05b53f1429c01b7cef220d280c5a5ed9a32ef2f035d7a239b2d2845aa77182416a83d580a"

My assumption is that this is a base64encoded image, but I can't get it to display.

What am I missing?

Thanks