Document Methods
Last updated
Last updated
POST
/api/Document/Validate/Pdf/{processId}
This method verifies the uploaded file in accordance with EIDAS guidelines. Verifies certification path and the signature. Generates a PDF report. The contents of file should be sent as a binary octet stream (https://www.iana.org/assignments/media-types/application/octet-stream)
processId*
Integer
<binary-octet-stream>
<binary-octet-stream>
Example response:
<Base64 report pdf data>
POST
/api/Document/Validate/Pdf/{processId}
This method verifies the uploaded file in accordance with EIDAS guidelines. Verifies certification path and the signature. Generates a XML report. The contents of file should be sent as a binary octet stream (https://www.iana.org/assignments/media-types/application/octet-stream)
processId*
Integer
<binary-octet-stream>
<binary-octet-stream>
Example response:
<XMLreport>
Success
Success