Laigo Docs
  • GET STARTED
    • Welcome to smartTools
    • Setup your Account
    • Make your first Request
    • Smart Table Extraction
  • smartTools API
    • smartICR
    • smartClassify
    • smartInvoice
    • smartReceipt
    • smartTableExtraction
    • smartPaperFlow
    • Results
    • Delete
  • Tools
    • Laigo Postman
    • Laigo SDK
  • Account
    • My Account
Powered by GitBook
On this page
  • Json Result
  • Zip Result
  • File Result
  1. smartTools API

Results

Json Result

If you want to have to request the extracted text in a JSON, you can request the following API route.

GET https://use.laigo.io/api/Result/v1/JobResults/<jobid>/json

Query Parameters

Name
Type
Description

jobId*

String

Job Id from uploaded file to smartTool

Headers

Name
Type
Description

accessToken*

String

A JWT issued to your application by the Laigo identity provider.

Zip Result

If you want to get the result as files (searchable PDF + Textfile), you can request the following API route.

GET https://use.laigo.io/api/Result/v1/JobResults/<jobid>/zip

Query Parameters

Name
Type
Description

jobId*

String

Job Id from uploaded file to smartTool

Headers

Name
Type
Description

accessToken*

String

A JWT issued to your application by the Laigo identity provider.

File Result

If you want to get the result as file (CSV), you can request the following API route.

GET https://use.laigo.io/api/Result/v1/JobResults/<jobid>/file

Query Parameters

Name
Type
Description

jobId*

String

Job Id from uploaded file to smartTool

outputType*

String

Requested file type

Headers

Name
Type
Description

accessToken*

String

A JWT issued to your application by the Laigo identity provider.

PrevioussmartPaperFlowNextDelete

Last updated 1 year ago