Submit multiple documents using signed S3 URLs for processing as a single job. The company must be active to submit a job. The size limit of each individual document is 25MB, and the page limit for PDF files is 150. Returns a job ID that can be used to track the status of all submitted documents. Use the job status endpoint to monitor processing progress and retrieve document IDs once completed. You can also pass in the id of a site configured for your company in Nectar. Please note that this will match all uploaded documents to the same site.
ID of the company for which to submit jobs.
Serializer for the response of job status endpoint.
The ID of the job.
255The current status of the job, one of: PENDING, COMPLETED, TERMINATED, FAILED.If the job status is FAILED, please contact our support team.
PENDING - PendingCOMPLETED - CompletedFAILED - FailedPENDING, COMPLETED, FAILED List of document IDs that were processed successfully by the job. This is only populated if the job is completed.
Number of duplicate files detected by the job. This is only populated if the job is completed.
List of document IDs that were identified as duplicates by the job. This is only populated if the job is completed.
List of document IDs that were identified as non-utility documents by the job. This is only populated if the job is completed.
The reason the job was terminated. This is only populated if the job is terminated.