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.
Generate a Record of Processing Activities from your pipeline data.
curl https://api.flexorch.com/v1/compliance/record \ -H "X-API-KEY: dfx_your_key_here"
{ "data": { "controller": "your-company@example.com", "processing_activities": [ { "category": "document_processing", "data_subjects": ["employees", "customers", "vendors"], "data_categories": ["identification", "financial", "contact"], "retention_period": "30 days", "technical_measures": ["pseudonymization", "encryption_at_rest"] } ], "generated_at": "2024-01-15T10:00:00Z" } }