Skip to main content
POST
Map excess fields for contact payload

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
sourceText
string

Raw lead text the AI mapper should re-parse into structured contact fields.

existingSchema
object

Field definitions describing the target schema the mapper should populate.

mappedData
object

Already-mapped first-class fields; the server protects these from being overwritten when re-mapping.

excessData
object

Previously-unmapped key/value pairs (from misc) to re-evaluate for promotion to first-class fields.

Response

Mapped excess data

The response is of type object.