Core Capture Services
Number of APIs: 27
Fork this collection and fork the Environment to get up and running immediately.
OpenText Core Capture Services are a set of RESTful web service interfaces that provides capture functionality. Being developed in a purely RESTful style, Core Capture Services are easier to consume for the purposes of writing custom clients.
Core Capture Services identifies resources by Uniform Resource Identifiers (URIs). It defines specific media types to represent resources and drives application state transfers by using link relations. It uses a limited number of HTTP standard methods (GET, POST, and DELETE) to manipulate these resources over the HTTP protocol.
Core Capture Services (hereafter simply called, service
) supports only the JSON format for resource representation. JavaScript Object Notation (JSON) is a lightweight data interchange format based on a subset of the JavaScript Programming Language standard.
Authentication
-
session-services - Convert Images Service. POST {{baseUrl}}/session/services/convertimages
-
session-services - Process Image Service. POST {{baseUrl}}/session/services/processimage
-
session-services - Read BarCodes Service POST {{baseUrl}}/session/services/readbarcodes
-
session-services - Classify Service. POST {{baseUrl}}/session/services/classify
-
session-services - Classify Extract Page Service. POST {{baseUrl}}/session/services/classifyextractpage
-
session-services - Classify Extract Document Service. POST {{baseUrl}}/session/services/classifyextractdocument
-
session-services - Extract Page Service. POST {{baseUrl}}/session/services/extractpage
-
session-services - Extract Document Service. POST {{baseUrl}}/session/services/extractdocument
-
session-services - UIMData Service. POST {{baseUrl}}/session/services/uimdata
-
session-services - Process Image Pipeline Service. POST {{baseUrl}}/session/services/processimagepipeline