Images in JSON REST API

Images in JSON REST API

Hello,

I developed a contact-like form using Zoho creator and I access the content through a view using an authtoken and JSON.

I have an image field in my form and this field is set to appear in the view I use. However the data that I get does not make any sens in the context of JSON because I get an HTML IMG tag. Furthermore, the url of the image in that tag is relative.

So to actually get the url of the image I would have to parse the HTML then contextualize the url, but this won't work because the image does not seem to be accessible anyway, I assume the url should somehow convey the authtoken but it does not.

Any help here?
Thanks