Skip to main content

PDF Timestamp API Calls

POST - Timestamp PDF Document

Request

POST @ /api/v1/timestamping/remoteTimestampDocument

Request Body

  • toTimestampDocument.bytes : The pdf document in base64 encoded format

  • toTimestampDocument.name : Placeholder name for the pdf document

  • tspSource(optional) : The timestamp server that generates the timestamped document. The possible values are APED or HARICA. The default value is HARICA.

{
"tsaSource" : "APED",
"toTimestampDocument" : {
"bytes" : "JVBERi...",
"name" : "important.pdf"
}
}

Response

{
"timestampedDocumentBytes": "JVBERi0xL..."
}

Errors

Please refer to section Errors to see all possible Errors