Uploading a file into content and experience cloud using REST Api
Summary
File content passing format in the body of the rest apiContent
Hi,
I am trying to upload a file through postman, it works fine when I select the file through postman (screenshot attached below) but in real case scenario we wont be getting the full directory path of the file due to security reasons, so how can we pass the file content (data) into the body.
Preferably we are trying with pdf formats .If we are to convert the pdf into base 64 how can it be passed in the request body?
4