Create Multiple Documents

POST https://{{vaultDNS}}/api/{{version}}/objects/documents

https://developer.veevavault.com/api/20.2/#create-multiple-documents

This endpoint allows you to create multiple documents at once with a CSV input file.

The maximum CSV input file size is 1GB. The values in the input must be UTF-8 encoded. CSVs must follow the standard format. The maximum batch size is 500.

Note that this API does not support adding multi-value relationship fields by name. To add multi-value fields, you must first retrieve the ID values and add them to the relationship field.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring
Content-Typestring