📄Document Methods

Sign hash

Sign hash (JSON request)

Validate document (PDF report)

Validate document (PDF report)

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)

Path Parameters

Request Body

Example response:

<Base64 report pdf data>

Validate document (XML report)

Validate document (XML report)

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)

Path Parameters

Request Body

Example response:

<XMLreport>

Last updated