API Reference
Submit Feedback
Report an incorrect enrichment result so we can improve matching accuracy.
POST
Use this endpoint to flag a transaction enrichment that returned wrong data — wrong merchant name, wrong category, or a misidentified merchant entirely.
All submissions are reviewed. We update the underlying cache and LLM prompts based on real-world reports.
Request Body
The raw transaction string you passed to
/v1/enrich.The merchant name ParseTx returned (for context — helps us locate the cached entry).
The category ParseTx returned.
What the merchant name should be.
What the category should be.
Any additional context. Max 1,000 characters.
Response
Returns201 Created on success.
UUID of the feedback record.
Confirmation message.

