Preflight

← Docs

REST API reference

Authenticate, submit a check, and read findings.

In beta. The public /v1 API is available to beta participants — email support@preflightdocs.com to request access (include your workspace name; enablement is same-day).

Authentication

Every request carries an API key (pfk_…, created in your workspace) as a bearer token:

curl -X POST https://api.preflightdocs.com/v1/checks \
  -H "Authorization: Bearer pfk_…" \
  -F file=@statement.pdf

Endpoints

Conventions

CLI →CI integration →

REST API Reference — Preflight · Preflight