Uploads an archive containing multiple document files. Returns 200 with the result on success, or 400 if the upload is not valid.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
POST
/api-v1/document/upload-archive
curl \
--request POST 'https://wyzio.app/api-v1/document/upload-archive' \
--header "Content-Type: multipart/form-data" \
--form "file=@file"
Response examples (200)
{}