EpochLock

/decrypt Endpoint

The /decrypt endpoint reverses the encryption performed by the /encrypt endpoint, restoring the original plaintext.

📤 Request

POST https://api.epochlock.com/decrypt

🔐 Required Headers

📝 JSON Body Parameters

📥 Response

Returns JSON containing:

{
  "decrypted": "This is a secret"
}

❌ Error Responses

📚 Next Step:

See Examples for full code samples in multiple languages.