Sending additional data

If you need to add additional files to your project, you just have to push new files using the following command. Note that it is not necessary to re-add the column mapping as it was already done.

curl -X POST "<Your API URL>/pub/project/<Your Project ID>/file?teamId=<Your Workgroup ID>" -H "accept: application/json" -H "Authorization: Bearer <Your generated Token>" -H "Content-Type: multipart/form-data" -F "file=@newfile.csv;type=text/csv”