file
. Each file is assigned a file_id
, which is used in parsing jobs.
Why it matters: Uploading documents enables asynchronous processing and orchestration.
ParsingOptions
to determine how the document should be processed.
Why it matters: This is where you define behaviors like schema extraction, signature detection, table parsing, and more.
buyer_name
, coverage_type
, or
signature_status
, and can be supplied as JSON or an inline string.
Why it matters: Schemas make Tensorlake deterministic. No fuzzy guesses, just structured fields mapped to your business logic.