Skip to main content
Skip table of contents

Upload Files for Inspection

Upload Files for Inspection

📌 API Reference: https://verify-automation.globalvision.co/reference/uploadfilepost

  • Uploading the files you wish to inspect to the Verify Cloud is the first step to complete an inspection.

  • This API accepts one file per request. For comparison inspections (graphics or text), upload the master and sample files in separate calls.

  • Maximum file size: 1GB.

  • Supported file types include:

    • DOC/DOCX

    • PPT/PPTX

    • PDF

    • XLS/XLSX

    • XML (new XML upload support, refer to section below for more details) - including SPL format support

    • PNG

    • JPG

    • JPEG

    • TIFF files

    • ZIP files (only containing SPL documents)

    • CSV

    • AI (in compatibility mode)

    • HTML

API Input

Here are the parameters you need to submit to the API to complete a file upload:

Parameter

API Parameter Example

Query Param (required)

File Name (string)

  • The file name should contain the file extension

  • Valid extensions are .doc, .docx, .xls, .xlsx, .ppt, .pptx, .html, .ai, .xml, .png, .jpg, .jpeg, .pdf

JSON
curl --request POST \
     --url 'https://verify-automation-api.globalvision.co/files/upload?fileName=your_file_name.pdf'

Body Param (required)

File Archive

  • Upload the file as a body param

  • Leverage the binary format

API Output

Inspection Result

API Output Example

Document ID

  • This document ID will be leveraged to submit inspection jobs

JSON
{
    "id": "org_your_ID/d4458e8-64da-48a4-a6fc-2d111/your_file_name.pdf"
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.