Text Messages

Translates messages from flight attendants and cabin crew into the passenger’s chosen language.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

This endpoint translates text messages sent by flight attendants to individual passengers or groups into their preferred languages, ensuring the message is delivered in a language they understand directly to their IFE screens or other devices.


Endpoint

POST /translations/text



Extra notes:

  • /n or /N present in the subtitles text means next line and should be rendered as such.
Path Params
string
required
Defaults to dl

Your airline’s IATA code (e.g., "dl" for Delta Airlines).

Body Params
string
required
Defaults to Hello World

The message content to be translated. Supports personalized messages (e.g., "Dear Preston, we've confirmed your connection to Paris...").

string
required
Defaults to es

The ISO 639-1 code of the target language (e.g., "es").

boolean
required
Defaults to false

This parameter allows you to specify whether content moderation should be applied to the input text. Set this parameter to true if you want the system to check for potentially harmful content before processing your request. If set to false, the system will skip moderation and process the request directly without any checks.

boolean
required
Defaults to false

This parameter determines how the system responds if the input text is identified as harmful. When set to true, if the text is flagged during moderation, your request will be rejected, and you will receive an error message indicating that the content violates the guidelines. If set to false, the request will still proceed even if the text is flagged, and the moderation details will be included in the response for your information.

boolean
Defaults to false

This mode is ideal for difficult languages or complex, ambiguous texts, as it increases accuracy and diversity of translation at the expense of speed and resource usage. For most routine cases, leaving this disabled gives the fastest response.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json