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
API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.
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