extraction (sypht.extract)
Extract predicted data from documents
The basic sypht extraction workflow. Takes a file id and array of product ids as input, ingests the file and stores the result for later retrieval via the results endpoint.
POST /workflows/sypht.extract/jobs
Request body:
file_id
is the file id returned by the file upload endpoint
product_ids
is an array of product ids that you want to extract from the document. Product ids can be found in the documentation for your subscribed products in the sypht marketplace. You need to have an active subscription to request an extraction workflow.
Last updated