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?