TrueComp API

Available Endpoints:

POST /api/v1/map/merge

Merges data from multiple sources using priority matrix

{ "extractedData": {...}, "destinationType": "Valcre_Property_Edit" }

POST /api/v1/map/transform

Applies transformations to field values

{ "field": "zoning", "value": "Commercial-2", "transformationType": "zoning" }

POST /api/v1/map/validate

Validates mapping results

{ "mergedData": {...}, "destinationSchema": "Valcre_Property_Edit" }

GET /api/v1/matrix/[destinationType]

Returns priority matrix for a destination type

GET /api/v1/mappings/property-type

Returns property type mappings

Authentication: All API requests require an x-api-key header