Funtranslations Starwars
Funtranslations Starwars is an API that translates text into Star Wars-inspired fictional speech styles.
- Base URL:
https://api.funtranslations.com - Auth:
header:X-Funtranslations-Api-Secret(pass your key via theapiKeyinput)
Operations
get_translate_cheunh— GET /translate/cheunh — Translate from English to Starwars cheunh.get_translate_gungan— GET /translate/gungan — Translate from English to Starwars Gungan Language.get_translate_huttese— GET /translate/huttese — Translate from English to Starwars Huttese Language.get_translate_mandalorian— GET /translate/mandalorian — Translate from English to Starwars Mandalorian Language.get_translate_sith— GET /translate/sith — Translate from English to Sith Speak.get_translate_yoda— GET /translate/yoda — Translate from English to Yoda Speak.
Inputs
apiKey— your funtranslations-starwars API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_translate_cheunh
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: get_translate_cheunh, get_translate_gungan, get_translate_huttese, get_translate_mandalorian, get_translate_sith, get_translate_yoda |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |