1. Data Privacy Compliance
Assesses whether content aligns with key privacy regulations such as GDPR and HIPAA, ensuring adherence to data protection standards. This evaluation is crucial for identifying and mitigating risks related to sensitive data exposure and regulatory non-compliance. Click here to read the eval definition of Data Privacy Compliancea. Using Interface
Required Parameters- Input: The content to be evaluated for privacy compliance.
- check_internet: Boolean - Whether to check if the content contains any privacy violations using internet.
a. Using Python SDK
Export your API key and Secret key into your environment variables.
2. Personally Identifiable Information (PII)
Identifies specific types of personally identifiable information (PII) within text to prevent unauthorised exposure of sensitive data. Unlike broader Data Privacy Compliance, which ensures overall adherence to privacy regulations, PII Detection focuses on detecting personal data elements such as names, addresses, phone numbers, and financial details. Click here to read the eval definition of PIIa. Using Interface
Required Parameters- Input: The text content to be analysed for PII.