Skip to main content

Encrypted OVI

Generate an Encrypted OVI Reference for Embedding in the Document with your JSON Data. Experience the Ultimate Solution for Ensuring Security and Encryption in Digital Sealing.

API Endpoint

POST
https://api.ovcode.com/ovcode-file/api/v1/ovi/generator

Request Headers

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

Request Body application/json

Example
{
"data": {
"DOB": "1950-01-01",
"PCN": "3751782619674250",
"POB": "Quezon City",
"fn": "JUAN",
"ln": "DELA CRUZ",
"mn": "GORZON",
"s": "Male"
}
}

API Response

Success
{
"success": true,
"data": {
"reference": "I-7fa28265-6dfa-408c-b181-2f874a924aba",
"encrypted_ovi": "R8MQXviI3vzYRf_61GdXqRa0ggkFjb_hQNGMf9ftJZ7BOYw1XQAcY1zq_ByysVYse2VOuZFmXoowC3C6Hr2r8CmUtKluRbeHxRXilaQLWoAW3YWcEPfmDsqee8dN2MKX-dGaZ83bvz4T89d9IP0k4slUYfr-G3OiWoZ7-1gcrrInPeZLBEtvT_EuSTCeW1AD5JxrdhtEpkexWG8uHQYr69Y14bqWS9jC2EvoS0YyWoAGBYj7V02MouAJ4EkL8Lv7",
"verification_link": "https://dev.ovcode.com/v/I-7fa28265-6dfa-408c-b181-2f874a924aba"
},
"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