Skip to content

Apertera

Apertera AI is a neural machine translation service built for regulated industries. This app integrates Apertera’s translation capabilities into Blackbird workflows, enabling both text and file translation with full Blackbird interoperability support.

Sign in to your Apertera account and obtain your API key and username from your account settings or contact your Apertera administrator.

  1. Navigate to Apps and search for Apertera.
  2. Click Add connection.
  3. Name your connection and fill in the following fields:
    • API key — your Alexa Translations API key.
    • Username — your Alexa Translations username.
  4. Click Connect.

Translates a plain-text string using Alexa Translations AI.

InputDescription
TextThe text to translate.
Source languageISO 639-2/B code of the source language (e.g. eng).
Target languageISO 639-2/B code of the target language (e.g. fra).
OutputDescription
Translated textThe translated text.

Translates a file using Alexa Translations AI. Supports two strategies selectable via File translation strategy:

Blackbird interoperability mode (default) — Blackbird parses the file into an internal XLIFF representation, extracts translatable segments, sends them to Alexa Translations, and returns the result. Supported input formats: HTML, DOCX, PPTX, XLIFF, XML, TXT. The output format is controlled by Output file handling.

Apertera native mode — The file is sent directly to Alexa Translations’ document translation endpoint. Supports HTML, DOCX, PPTX, TXT, and PDF.

InputDescription
FileThe file to translate.
Source languageISO 639-2/B code of the source language (e.g. eng). Required.
Target languageISO 639-2/B code of the target language (e.g. fra).
File translation strategyBlackbird interoperability (default) or Apertera native.
Output file handlingBlackbird mode only. Interoperable XLIFF (default, returns XLIFF 2.0), XLIFF 1.2, or Original format (returns the source file type with translations applied).
Project IDOptional. Native mode only. Associate the translation job with a specific Apertera project.
OutputDescription
FileThe translated file.

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.