You can use this API method to upload a document file containing multiple documents.
You POST the file as you would a standard HTTP POST file upload, as if it were posted via an html form with an enctype of multipart/form-data and a FILE input type field.
Files are in a CSV format and must contain headers that match our document field's keys as the first line.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
csv | File | Yes | N/A | The csv file to upload POSTED |
zip | File | Yes | N/A | The zip file to upload POSTED |