Security Page
Review current compliance, security, and trust materials.
Trust Center
Access Pulse trust, security, and compliance documentation.
Custom Storage
Store extraction artifacts in your own cloud storage bucket.
Platform Security
Compliance
Pulse maintains security and compliance controls for enterprise document processing. The introduction should stay focused on product onboarding; compliance belongs here and in formal trust materials.SOC 2
Audited controls for security operations.
ISO 27001
Information security management controls.
HIPAA
Healthcare data workflows when covered by the right agreement.
GDPR
Privacy controls for EU personal data workflows.
Compliance commitments depend on your agreement and enabled product configuration. Use the public security page or contact Pulse for the latest formal documentation.
API Key Handling
Use API keys from server-side code only.Storage Options
Pulse supports two common storage patterns:
See Custom Storage Overview for BYOS setup details.
Production Checklist
- Store API keys in a secret manager.
- Use separate keys for development and production.
- Keep storage enabled for chained workflows.
- Use BYOS if your team requires direct ownership of extraction artifacts.
- Use async processing and webhooks for long-running jobs.
- Log
job_id,extraction_id,schema_id, andsplit_idfor traceability. - Avoid storing source documents longer than your policy requires.
- Build retry handling around documented API errors.
Related
Authentication
Create and use API keys safely.
Error Handling
Build resilient production integrations.
Webhooks
Receive async job notifications securely.
Bring Your Own Storage
Configure custom artifact storage.