How we handle food photos that aren't publicly hosted
by•
A common problem when building nutrition apps — users take photos in-app, but the image isn't publicly accessible. CaloAI accepts Base64 strings directly, so you can encode the image client-side and send it without needing a storage bucket or signed URLs at all.
1 view

Replies