You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Alessandro Busato <al...@gmail.com> on 2021/10/20 10:59:43 UTC

notebook rest api: type of image block info

Hello,
I'm using rest api to retrieve note/paragraph informations,
the paragraph response  includes  results array,
if the item type is IMG , the one is encoded  base64,
there no info about the mime of image(ie. data: image/png;base64, ....),
can I assume that for any interepreter, images are only png?

Thanks in advance,
Best regards,
Alessandro