Skip to main content

startExtractDatasheetJob

Start a job to extract information from a datasheet

Returns a signed uploadUrl where you can upload the datasheet, and a jobUid that can be used to track the status of the extraction job

startExtractDatasheetJob(
contentMimeType: ContentMimeTypeForUpload!
organizationHandleOrUid: OrganizationHandleOrUid
): StartJobResult!

Arguments

startExtractDatasheetJob.contentMimeType ● ContentMimeTypeForUpload! non-null scalar

The MIME type of the datasheet content

startExtractDatasheetJob.organizationHandleOrUid ● OrganizationHandleOrUid scalar

Handle or UID of the organization that the datasheet should be uploaded to

Type

StartJobResult interface