finance_prep_v1_pipelines_finance_prep_post
Extract amounts, categorize expenses, and map accounting codes from messy transaction strings in one call.
Instructions
Orchestrates Money Extraction, Categorization, and Accounting Mapping in a single call. Ideal for processing bank statement rows or messy expense descriptions.
Cost: 3 credits per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Optional context for currency and locale hints. | |
| amount_hint | No | Optional numeric amount if already known, to help the categorizer. | |
| raw_transaction | Yes | A messy transaction string (e.g., 'Uber ride to airport'). USE THIS PIPELINE for end-to-end finance processing. It extracts amounts, categorizes the expense, and maps it to accounting codes in one call. |