Big problem Using Sectorflow AI to generate & get an Image on make.com?!

First the output content it generate have “!(data:png;base64,…” in the beginning & ")

End of data sample, string was originally 5991014 characters long." at the end, that I have to use Text Parser to remove it & I find the ending string is difficult to remove, will reappear from time to time … THEN since the image is base64 encode, some people told me I have to find a module to turn it to binary raw & I don’t know which module could achieve. UNTIL now, I still can’t extract an image generated by SectorFlow AI to become an image URL … I think I have to turn to another AI module. Why it can’t give me a clean output!!!

1 Like

Hey Den,

from your explanation it sounds like the AI is giving you the image directly but you need a URL instead, right? You can upload it to google drive and get the share link (or one drive, or imgur or some other hosting service of your choice).

The problem is not that simple, the “output content” from sectorflow module is like, not a normal string ~ > “!(data:png;base64, xyyyuui… string part … uioioitheoutputstringmmmm End of data sample, string was originally 5991014 characters long.", I have to use “Text Praser” to remove character “!(data:png;base64” & “End of data sample, string was originally 5991014 characters long.” … but not successful. Only I could get a pure string, I could upload the string to dropbox or google drive module to get an URL. Right?

IF You could actually try using Sectorflow module to generate an image & if you could successfully create an Image URL, please tell me how to do that. Many Thanks…

1 Like

Working a few days about my problem, I found that output content from sectorflow module on make.com, like this one ~~> " !(data:png;base64,iVBORw0KGgoAAAANSU… … i5QiSiGi9OqqJwQwdiEyzie/ARMc End of data sample, string was originally 6152000 characters long. " / I don’t find any ending bracket ) before the senstence "End of data … " / I think the reason may be ~> data cut off due to length limit … THAT WHY I can’t get my image in the END !!! :face_with_head_bandage: VERY FRUSTRATED !!! I think I have to give up using SectorFlow !!!

1 Like

Sorry but can you share some pictures of what you are getting as output exactly?