Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

FormXtract is designed for enterprises who must handle, process and extract data off lots of completed forms. The minimum expected volume of a FormXtract customer is 500 pages per month, though customers can scale into millions of pages per month with this service.

...

  1. A Quik! Enterprise Agreement

  2. A Quik! Account (CustomerID, credentials) with the FormXtract product

  3. Forms added to the Quik! Library

  4. Implement the FormXtract APIs

How You’ll Integrate With FormXtract

To use FormXtract APIs, you’ll do the following:

  1. Identify the event or trigger in your workflow to send a completed document to FormXtract

    1. This implies that you have control or possession of a PDF or TIF image of the completed form

  2. Implement the SubmitDocument method to send the document to FormXtract.

    1. Optional calls you might implement include the CancelDocument and GetDocumentStatus methods

  3. Configure a webhook listener and register your webhook with Quik! to know when form data is ready.

  4. Call the GetData FormXtract API endpoint to retrieve your extracted data.

  5. Transform the output from FormXtract into your own format to use within your system.

Enterprise Agreement

If you don’t currently have an agreement to use FormXtract, please contact sales@quikforms.com.

...

Master Credentials are comprised of a CustomerID, Username and Password, which are all assigned by Quik! during the signup process.

Please do NOT share your master credentials with anyone.

Forms Library

FormXtract works by comparing the submitted document to the forms in the Quik! Library. Thus, in order to use FormXtract the customer account the forms the customer wants to submit must be:

...