- Create a review and attach the loan package in a single request.
- Poll the review (or receive a webhook) until it is
completed. - Fetch the report: a structured summary of the issues Flightline found.
Concepts
Review
A single quality-control run over one loan package. Identified by a
review_id (UUID). You may also set your own reference_id.Documents
The full case package archive, or the PDFs and images that make up the
loan package. Submitted when you create the review.
Report
The result of a completed review: an overall outcome plus a list of
issues with severities.
Webhooks
Optional callbacks so you don’t have to poll.
review.completed and
review.failed.Authentication in one line
Every request must include your organization’s API key:The API is org-scoped end to end: a key can only ever see reviews that
belong to its organization. There are no unauthenticated endpoints.
