Example for API Doc

# Code example

echo "Hey, $name";

# GET /projects

Parameters

Param Description
batch when false, it processes each file as a separated project
start_tasks when true, it will automatically start the tasks
ocr_active process files to OCR and adds output to the project
ocr_languages language of the documents for the OCR
ocr_output_format output format from the OCR
download_prefix folder where the files are storaged
type either project or quote

Response

{
  "id": 4321,
  "first_name": "",
  "last_name": "",
  "email": ""
}
Last Updated: 4/8/2021, 8:49:55 AM