Core Capture postman collection

Options
Karen Weir
Karen Weir E admin
edited April 14, 2023 in Articles #1

OpenText™ Core Capture Services are SaaS-based capture microservices that provide capabilities to enhance images, create text-searchable PDF documents, and perform automated document classification and data extraction, including a machine-learning mechanism to improve classification and data extraction accuracy over time.

Click here for the collection in GitHub

The Core Capture Services - SmokeTest.postman_collection uses the following mandatory environment settings:

host = This should be the base URL for Core Capture Services. For example: https://capture.ot2.opentext.com

clientid = This should be your clientid for your API credentials obtained from Admin Center.

secret = This should be your API credentials secret obtained from Admin Center.

tenantid = This should be used if you are going to go against one of the Developer data centers such as api.opentext.com.

Use Postman's environment settings UI to define these three environment variables.

The tests should be run from top to bottom. After some requests additional values are stored that are used in subsequent tests. For example, executing the Home request will capture the token URL in which to GetServiceToken will use to perform a credential grant. Another example is the uploading of files after which the file IDs are stored and used in the service calls.

In addition, the tests are also dependent upon the files found in this directory. You can either copy these images to your Postman's working directory or assign your Postman's working directory to where these files are.

Click here for the collection in GitHub

Comments