This action removes cryptographic signatures and timestamps, not the signatures that mimic a ink-signed document (eg. placing an image of a signature in the page).
Endpoints
POST
https://api.pdfblocks.com/v1/remove_signatures
Global endpoint (default)
POST
https://eu.api.pdfblocks.com/v1/remove_signatures
European-only endpoint
Parameters
The endpoint accepts multipart/form-data request bodies with the folowing parameters:
file
Required
The content of the input PDF document.
Returns
If successful, the call returns a response with Content-Type: application/pdf with the content of the PDF document without signatures. Otherwise, this call returns an error.