Skip to main content

DSS and IPFS

DSS (Digital Signature Standard) and IPFS (InterPlanetary File System) can be used together to provide secure and authenticated file storage and sharing. DSS can be used to generate and verify digital signatures, which can be used to authenticate the identity of the signer and ensure the integrity of the signed file. IPFS can be used to store and distribute files in a decentralized and secure manner, allowing for greater security and privacy compared to traditional centralized storage systems.

API Endpoint

POST
https://api.ovcode.com/ovcode-file/file/authentication/dss/ipfs

Request Headers

Ocp-Apim-Subscription-Key
Your Enterprise Subscription Key
Api-Key
Your Enterprise Project API Key

Request Body multipart/form-data

Payload
fileExclusive Support for PDF File.

Optional Payload

OVI Reference
encrypted_reference (optional)Generate an OVI Reference to be embedded within the document.   Learn more.
encrypted_ovi (optional)Generate an Encrypted OVI Reference + JSON Data for Embedding in the Document with your JSON Data.   Learn more.
Template
template_code (optional)Create a Template within Your Enterprise Portal Account for Automated Population of Elements such as eSignatures, eSeals, QR Codes, and More.

API Response

Success
{
"success": true,
"data": {
"template_code": "<Template Code>",
"reference": "D-550e8400-e29b-41d4-a716-446655440000",
"hash": "c8f0499x0x5791b56bbex56b9ee5bx199210f9x329eb9e4xc122c8650db229c1",
"pipeline": "<Pipeline>"
},
"error": null
}

Error
{
"success": false,
"data": null,
"error": "<Error Message>"
}

HTTP Status Codes

CodeDescription
200OK
201Created
204No Content
400Bad Request
401Unauthorized
404Not Found
415Unsupported Media Type
500Internal Server Error