{"status":"ok","message":"Keyless sample of the Redact PDF AI redaction API. It redacts a fixed synthetic-PII document so you can see real output with no API key. To redact your own files, create an API key and POST to /v1/jobs.","sample_input":"Customer: Jane Sample (jane.sample@example.com, +1 415 555 0142). Vendor: Globex Demo Inc. Invoice date 2026-03-14, Reference Project Nimbus.","detected_pii":[{"category":"Person","example":"Jane Sample","masked":true},{"category":"Email","example":"jane.sample@example.com","masked":true},{"category":"PhoneNumber","example":"+1 415 555 0142","masked":true},{"category":"Organization","example":"Globex Demo Inc.","masked":true},{"category":"Date","example":"2026-03-14","masked":true}],"redacted_pdf_path":"/v1/demo/sample.pdf","redaction_rules":"Per job you can force terms to ALWAYS be redacted (pii_included_terms, e.g. the codename 'Project Nimbus') or keep terms ALWAYS visible (pii_excluded_terms).","next_steps":{"get_api_key":"https://www.redact-pdf.ai/sign-up","create_job":"POST https://www.redact-pdf.ai/v1/jobs  (header: X-API-Key)","docs":"https://www.redact-pdf.ai/docs","openapi":"https://www.redact-pdf.ai/openapi.yaml"}}