Simpleen Translation
The Simpleen Translation modules allow you to create translations in your Simpleen Translation account.
Getting Started with Simpleen Translation
Prerequisites
- A Simpleen Translation account
In order to use Simpleen Translation with Boost.space Integrator, it is necessary to have a Simpleen Translation account. If you do not have one, you can create a Simpleen Translation account at simpleen.io/signup.
Connect Simpleen Translation to Boost.space Integrator
-
Go to Boost.space Integrator and open the Simpleen Transalation module’s Create a connection dialog.

-
In the Connection name field, enter a name for the connection.
-
In the Email and Password fields, enter your Simpleen Translation account credentials respectively, and click Continue.
The connection has been established.
Actions
Create a Translation
Translates content to a selected target language.
Connection
Establish a connection to your Simpleen Translation.
Source Language
Select the language of the content which you want to translate. You can select the option Detect Automatically if you are not sure about the language.
Target Language
Select the language in to which you want to translate the content.
Content
Enter the content to translate.
Format of Content
Select the format in which the content is available:
-
Text
-
HTML
-
Markdown
Glossary
Enter the glossary details of the content.
Content 2
Enter the content to translate.
Format of Content 2
Select the format in which the content is available:
-
Text
-
HTML
-
Markdown
Content 3
Enter the content to translate.
Format of Content 3
Select the format in which the content is available:
-
Text
-
HTML
-
Markdown
Make an API Call
Performs an arbitrary authorized API call.
Connection
Establish a connection to your Simpleen Translation account.
URL
Enter a path relative to https://api.simpleen.com/. For example: /glossaries
For the list of available endpoints, refer to the Simpleen Translation API Documentation.
Method
Select the HTTP method you want to use:
GET
to retrieve information for an entry.
POST
to create a new entry.
PUT
to update/replace an existing entry.
PATCH
to make a partial entry update.
DELETE
to delete an entry.
Headers
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you.
Query String
Enter the request query string.
Body
Enter the body content for your API call.
Example of Use – List Languages
The following API call returns all the languages from your Simpleen Translation account:
URL:
/languages
Method:
GET

Matches of the search can be found in the module’s Output under Bundle > Body.
In our example, 16 languages were returned:

Legacy article, imported from the original Boost.space knowledge base (/knowledge-base/applications/file-and-document-management/simpleen-translation/).