Error posting picture on Bluesky

Hello,

I’m trying to post on Bluesky. I’m able to create posts with text, text + link but when it comes to text + image, the result is successful but the image is corrupted/invisible on bluesky.

Here is the scenario I’m using:

Basically, I generate a WEBP picture, upload the Base64 data to bluesky with their upload module and use the blob link to create a post but I’m guessing something is wrong in here. I tried to follow the API documentation but everything makes sense, I’m not sure if anyone was able to post a picture on bluesky via API.

Picture upload:


Result:

Post creation:

Result:

The result on Bluesky:


You can check the post here: Bluesky

Please let me know if I’m doing something wrong and how to correct it.

Thanks in advance.

I solved the issue after contacting support. Thanks again to @Ivana

Here is how I got it solved:


{{toBinary(imageBase64Data; “base64”)}}

1 Like