Amanuens can integrate with
Google Translate API.
Google Translate API is a PAID service from Google.
Learn more on the
official pricing page.
In order to use the API, you first have to obtain an
API Key.
- Navigate to this address: https://code.google.com/apis/console
- Login with a Google Account
- Follow the instructions and create a new API Project, enabling the Translate API in the Services list (link on the left)

- Open the API Access area (link on the left) and get your API Key

- Optionally specify my.amanuens.com in the referers list, to prevent other services to use the same key
- Paste the key in the Account tab in Amanuens.
Security note: we invoke the Translate API server-side, meaning that we never expose your key through the editor.