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:

{
    "inputs":{
        "file_id":"73a958f8-61e9-4c44-82bc-05ab7db95de2",
        "product_ids":["ndis-claims:2"]
    }
}

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