> ## Documentation Index
> Fetch the complete documentation index at: https://encrova-docs.platform.ai71services.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Decryption

> Decrypts the given encrypted payload using the Symmetric decryption type.

Args:
    payload (DecryptionRequest): The request body containing the encrypted data.
    x_api_key (str): The API key used to fetch product details for decryption.
    x_secret_key

Returns:
    DecryptionResponse: The response model containing the decrypted data.

