Skip to main content

Check Document Authenticity

POST 

/v3/documents/:documentId/check-authenticity

This endpoint provides a way to check that a file is the one that has been signed

Request

Path Parameters

    documentId stringrequired

    The unique identifier of the document.

Header Parameters

    Content-Type stringrequired

    The content type of the file.

    Content-Disposition stringrequired

    The content disposition of the file.

Body

The file content details for a document.

    file binary

Responses

The documentId and the result of the authenticity check.

Schema

    documentId stringrequired

    The id of the document to be checked

    authenticityValidated booleanrequired

    The result of the authenticity check

Loading...