Get Evidence API
Tuesday, June 15, 2021 at 07:36amHi I have a question about the Get Evidence API, a dev has asked about how the pdf is assembled as the example response in the documentation shows a series of values such as below:
"TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aG"
And they are wanting to know how these values convet to a pdf file? is an particular software required? or do you know of how other companies have implemented this?
Reply to: Get Evidence API
Tuesday, June 15, 2021 at 09:04amHi Brian,
You should be able to directly save the response body as a .pdf file since the response type is "application/pdf". The base64 string is just used as an example from my understanding.
Duo