Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install flexorch-audit for Python or JavaScript.
pip install flexorch-audit
from flexorch_audit import audit result = audit("Test email: hello@example.com") print(result["pii_summary"]["count"]) # 1
npm install @flexorch/audit
import { audit } from '@flexorch/audit'; const result = await audit('Test email: hello@example.com'); console.log(result.piiSummary.count); // 1
const { audit } = require('@flexorch/audit');
flexorch-audit
@flexorch/audit