Skip to main content
Pulse is built for production document workflows where source files may contain sensitive commercial, financial, legal, healthcare, or personal data. This page collects the security and compliance topics that should be visible before a team goes live.

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.
Do not embed API keys in browser code, mobile apps, public notebooks, or client-side demos. For browser-facing applications, call your own backend and have the backend call Pulse.

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, and split_id for traceability.
  • Avoid storing source documents longer than your policy requires.
  • Build retry handling around documented API errors.

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.