Share feedback, ideas and get community help

Updated 6 months ago

Displaying SVG

At a glance

The community member is trying to display an SVG image returned from an API call within a Typebot. The first comment suggests saving the SVG data to a file, perhaps in an S3 bucket, and then displaying the SVG. However, the second comment indicates that there is no easy way to do this, and it would only work if there is a URL that serves the SVG content. There is no explicitly marked answer in the comments.

I get an SVG returned from an API call. Is there any way to display the SVG inside typebot as an image? Or is there a sensible middle step to get this to work?

E.g. Attached
W
B
2 comments
Once we receive the svg data, save the file somewhere, perhaps in s3 and then display the svg? can try that out?
Indeed no easy way to do that, it would only work if you have a URL that serves the SVG content
Add a reply
Sign up and join the conversation on Discord