Propose a config-only field-map/dialect mapping for a source sample
Inspects a representative sample of a source file and returns a CONFIG-ONLY mapping/dialect proposal (column→canonical-key suggestions, dialect, per-field confidence and rationale). It is ADVISORY and side-effect-free: producing a proposal PERSISTS NOTHING. The operator reviews the proposal and confirms it through the EXISTING field-map declaration path. The tenant is resolved from the JWT and the context/source from the path — never from the body. The response never carries parsed values, amounts, or transactions.
Authorizations
Bearer token authentication (format: "Bearer {token}")
Body
Representative source-file sample
1"id;value;ccy;posted_at\nA1;10,50;BRL;2025-06-01\n"
Declared file format hint
csv, json, xml, camt053 "csv"
Optional non-secret operator nudges (e.g. locale=pt-BR, has_header=true)
Response
OK

