Logo
OpenText Developer Cloud public resources API Documentation

IMaaS Capture Services

Number of APIs: 27


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.


1. session-tables - Returns the table identified by tableId for the given environment.

GET {{baseUrl}}/session/tables/:tableId?view=name,createtime&sort=createtime asc&env=P&suppress_response_codes=in adipisicing



2. session-doctypes - Returns the list of available Document Types for the given environment.

GET {{baseUrl}}/session/doctypes?Env=P&suppress_response_codes=in adipisicing



3. session-files-{file Id} - Appends or retries a stage file chunk.

POST {{baseUrl}}/session/files/:fileId?suppress_response_codes=in adipisicing



4. session-files - Deletes all stage files.

DELETE {{baseUrl}}/session/files?filter=*&suppress_response_codes=in adipisicing



5. session-services - Retrieves a list of the Real-Time Services that are available.

GET {{baseUrl}}/session/services?suppress_response_codes=in adipisicing



6. session-services - Convert Images Service.

POST {{baseUrl}}/session/services/convertimages



7. session-services - Process Image Service.

POST {{baseUrl}}/session/services/processimage



8. session-services - Full Page OCR Service.

POST {{baseUrl}}/session/services/fullpageocr



9. session-services - Read BarCodes Service

POST {{baseUrl}}/session/services/readbarcodes



10.
API Documentation

ENDPOINTS