Activity › Forums › Salesforce® Discussions › How to send base 64 file in post request using postman Salesforce® Discussions How to send base 64 file in post request using postman Posted by Vikas Kumar on February 7, 2017 at 2:40 PM Hi all, How to send base 64 file in post request using postman? sushant replied 9 years, 3 months ago 2 Members · 1 Reply 1 Reply sushant Member February 8, 2017 at 2:04 PM Hi Vikas, You could find online base64 image encoder. They encode an image to a string. The example of raw body in JSON format in the POSTMAN: “profile”: { “first_name”: “John”, “last_name”: “Dow”, “photo”: “iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=” } Thanks Log In to reply. Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me