> ## 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.

# Encryption

> Encrypts the given payload using the Symmetric encryption type.

Args:
    request (EncryptionRequest): The request body containing the data to encrypt.
    x_api_key (str): The API key used to fetch product details for encryption.
    x_secret_key

Returns:
    EncryptionResponse: The response model containing the encrypted data.

