Sealing service

How to digitally seal a PDF with our API.

An electronic seal is kind of like a digital version of a company stamp, it ensures the origin and integrity of a document, where the creator of a seal is a legal person (unlike the electronic signature that is issued by a natural person).

This functionality allows you to digitally seal PDF documents for integrity and authenticity. The output format is compliant with PaDES-B-T.

Check the getting started guide to set up your account, API key, and project before making API calls.

📘

Provide us with your own certificate to seal your pdf files

It may take some time to obtain. Contact us for more information or tips. In some cases, you might use an Evidency certificate to seal your files.

Request

  • Path parameter:
    • {project_key}: the unique identifier of the project
  • Headers:
    • Content-Type: application/form-data
    • X-API-KEY: YOUR_API_KEY
  • Request Body:
    • The pdf file within the form-data parameter : "file".

Response

Upon successful sealing, you will receive a response containing the sealed PDF file.