Store SVG files from external API

Options
J. A.
J. A. Member
edited February 2023 in ? Working with APIs

Hi,

Is there a way to convert SVG extension into an image?

For instance, this is the URL input I am trying to convert:

//s3.amazonaws.com/appforest_u/f1642423221020x804309003486281444/test.svg

I managed to convert it into a file but xano does not allow to create an image from that file.

Thanks

Best Answer

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Answer ✓
    Options

    Hi @Jao Andreu - SVG will need to be stored as an attachment, as it's not supported as an image type.

    Also, keep in mind it looks like your URL is not complete, it starts with //… you'll need an https URL. I suspect appending https: might do the trick for you.