API¶
Request format¶
Request format is always like this:
(Some fields may be left empty depending on endpoint call)
{"plaintext": "",
"key": "",
"payload": null,
"expiration_date": "2019-08-29",
"visits_count": 0,
"max_visits": 0,
"no_store": false,
"algorithm": "scrypt",
"hardness": "interactive"}
Response format¶
Response format is always like this:
(Some fields may be left empty depending on endpoint call)
{"success": true,
"error": "",
"key": "",
"duress_key": "",
"plaintext": "",
"payload": "ciphertext",
"expiration_date": "2019-08-29",
"max_visits": 1}