Hacker News new | ask | show | jobs
by actionfromafar 377 days ago
Now I have the question - when does one send base64-encoded images to a backend server?
1 comments

The OpenAI API is a pretty high-profile example of this existing in the real world. You use it in their conversations interface when you want to include images in the conversation. Discord also uses it for attachments https://discord.com/developers/docs/reference#image-data. More generally it's when you want to send image data as part of a larger JSON blob.