Convert, review, and export statements from your workspace.
Use a one-time-visible flk_ key. Every key stays bound to its creation workspace and is limited to 60 requests per minute.
Upload statements
curl -X POST /api/v1/statements \
-H "Authorization: Bearer flk_…" \
-H "Idempotency-Key: upload-2026-08-30" \
-F "files=@statement.pdf;type=application/pdf"One to ten PDFs, 50 MiB each and 100 MiB total. All accepted: 202. Mixed per-file outcomes: 207.
Lifecycle
GET /api/v1/statements/{id}- Status and progress
POST …/{id}/password- Unlock and automatically resume
GET …/{id}/result- Sanitized immutable draft
DELETE …/{id}- Start fenced deletion
Review and export
Review patches use base_revision, idempotency_key, and ordered operations. Approval requires the exact current revision. Conversion uses approved persisted revisions only.