cURL
curl --request POST \ --url https://api.parcha.ai/api/v1/mapCsvColumns \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "agent_type": "kyc", "csv_columns": [ "<string>" ], "sample_data": [ {} ] }'
{ "mappings": [ {} ], "unmapped_columns": [ "<string>" ] }
Use AI to intelligently map CSV column names to supported KYC/KYB schema fields
JWT token obtained from the authentication endpoint
The type of agent (kyc or kyb)
kyc
kyb
List of column names from the CSV file
Sample rows from the CSV for context
CSV columns mapped successfully