Skip to content
Blackbird docs
GitHub

Pangeanic

Pangeanic produces custom AI models so you can create your own Generative AI (GenAI) with no data transfer to third parties.

Before setting up

Before you can connect you need to make sure that:

  • You must have API key for Pangeanic services

If you don’t have an API key, you can contact Pangeanic.

Connecting

  1. Navigate to apps and search for Contentstack. If you cannot find Contentstack, then click Add App in the top right corner, select Contentstack, and add the app to your Blackbird environment.
  2. Click Add Connection.
  3. Name your connection for future reference, e.g., ‘My client’.
  4. In the API Key field, input your API Key.
  5. In the URL field, input URL of your api. For example: http://prod.pangeamt.com:8080/
  6. Click Connect.
  7. Confirm that the connection has appeared and the status is Connected.

PangeanicConnection

Actions

Text

  • Process text: Sends text to be processed and translated as a single string

  • Process text as array: Sends text to be processed and translated as an array of strings

In the process text actions, you have the option to specify anonymization settings, including sensitivity, type, and tags.

File

  • Process file: Sends file to the API for processing and translation, and then retrieves the response containing the File ID

  • Download file: Download translated file based on file ID

Events

Translations

  • On file translation status updated: Check for updates on file translations. By default, it checks for finished translations. You can specify the status to check for

Examples

With this app you can build the following birds:

  • First bird:

PangeanicExample1

  • Second bird:

PangeanicExample2

In short, these birds allow you to upload files to Google Drive, translate them using Pangeanic, and once the file is translated, upload it to wherever you want (in this case, Dropbox).

Also, note that to use the Pangeanic ‘On file translation status updated’ event, you should publish it and then copy the ‘Webhook URL’:

Pangeanic-callback-url

Paste this URL into the ‘Callback URL’ optional input of the ‘Process file’ action:

Pangeanic-callback-url2

Feedback

Do you want to use this app or do you have feedback on our implementation? Reach out to us using the established channels or create an issue.