Send to Kira - tsgrp/HPI GitHub Wiki

The Send to Kira action can be used to send documents to Kira (https://kirasystems.com/) for Machine Learning analysis.

Kira API Setup

The Kira API can be configured in OC by configuring the following properties:

kira.base.url=https://us.app.kirasystems.com/platform-api/v1
kira.api.key={api-key-obtained-from-kira}

Note your Base URL may change depending on what region you connect to. These properties should be configured out side the OC War/Amp. See: Creating-Environmentally-Agnostic-Deployments

SSL Communication Updates

The Kira API requires SSL for REST Requests. Depending on how your Java environment is set up, you may need to follow the instructions contained here: Java Updates needed for SSL SSO and other encryption uses