-
Getting started with IM Services - Authenticate and Perform your first API call
Attached is a presentation I put together for the 2021 Developer Summit. It takes you through the minimal steps to get an authentication token and perform your first simple IM Services call. It would deserve a little refresh using the latest "developer.opentext.com" look and feel, but it should be a good starting point for…
-
Extract metadata from DXF files, import into xECM and search on added metadata
The purpose of this article is to show and share knowledge on how easy it is to make Engineering Drawings, in this example, DXF ( Drawing Exchange Format ) files searchable by extracting metadata like Part Number or Part Description from the file and then adding this data when importing into xECM. Doing a standard file…
-
Postman collection for Notifications for OpenText Cloud
The requests in this Postman collection show how to: Authenticate with the OpenText Cloud platform using your developer application Post Email Send requests and check the status of the job Post SMS Send requests and check the status of the job Post Fax Send requests and check the status of the job Review the Postman…
-
Core Content Transactions SKU
NEW in 23.2, introducing a Content transactions SKU for Core Content Using the Core Content APIs may require the Core Content Transactions SKU. The commercial model of Core Content APIs is based on the number of download requests and storage consumption. For example, Core Content customers can handle the content ingestion…
-
HTTP 429 Too Many Requests error when making API request
Information Management Services notice This error can be returned when making a request to the backend. Requests can be scoped to the Organization (e.g. when using the Developer Admin API) or globally (when using the Content Metadata Service (CMS) API). This error code is returned when there have been too many API requests…
-
New Dictionary service
Content Metadata Service: new Dictionary API now available The new Dictionary service provides APIs to create, manage, and access dictionaries. This API works hand in hand with the metadata generated by the Content Metadata Service (CMS). The service will allow developers to create lists of values with localized labels.…
-
TeamSite Module Samples
This GitHub repository contains a collection of OpenText TeamSite code samples for developing Modules/JS Applications using React JS, Angular JS and Vanilla JS and also a sample that demonstrates the usage of LSCS APIs and datums/properties. Readme is included within each sample with the required information.
-
Extract text from any file with Intelligent Viewing and the use in another service like GPT
The purpose of this article is to show and share knowledge on how easy it is to use Intelligent Viewing to to extract text from any file then use that text in another service like translation, summarization, sentiment analysis etc. Our source file is a PDF brochure from Lotus with 8 pages, viewed below in Intelligent…
-
Deploying OpenText Intelligent Viewing pre-requisites manually
If you are opting to install OpenText Intelligent Viewing (OTIV) on Windows, you will need to install pre-requisites. Normally these would be deployed with a package manager like Chocolatey. However, in some cases, when it is not possible to use a package manager to install the pre-reqs; you will need to install the…
-
Intelligent Viewing Sample Application
OpenText Intelligent Viewing Intelligent Viewing, the new cloud-first content collaboration software from OpenText, streamlines and automates business processes with robust in-line viewing, annotation, redaction, comparison, transformation and publishing features, while providing a high level of customization. The…
-
Decision Service postman collection
This collection is to support the Decision API usage documented here. Further documentation can be found on developer.opentext.com here. Postman collection on GitHub