Skribble API v2
string · byte · requiredstringstringstring · uuid · required
Endpoints for applying electronic seals to documents.
Seal a Document with a Legal Entity Signature
POST
https://api.skribble.com/v2
/seal
Uploads a document and affixes an electronic seal in a single call.
Optionally, a visual signature can also be placed on the document.
The response contains the document_id of the newly created sealed
document, which can be used to retrieve it.
Seal a Document with a Legal Entity Signature › Request Body
contentBase64 encoded bytes of the document.
account_nameAccount name of the seal contract that should be used. If your company own more than one seal and the field account_name is not given or empty, then the first given seal for the API user will be used for sealing.
titleTitle of the document.
Seal a Document with a Legal Entity Signature › Responses
OK
document_idGenerated document ID
