get
https://api.cardda.com/v1/reconciliation/records//suggestions
Returns suggested reconciliation records for the given record — the system's best candidates
to match against it (e.g. semantically/amount-similar counterparts). The embedding vector is
omitted from the response.
Note: the record is looked up with find_by (not find_by!), so an unknown record_id
does not return a 404; the subsequent .suggestions call on a nil record currently
raises and the endpoint responds with a 500 (server error). This is a known server-side bug.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Unauthorized
500Server error. An unknown record_id is looked up with find_by (not find_by!), so the
subsequent .suggestions call on the nil record raises instead of returning a 404. This
is a known server-side bug.
