Translating files using the globalese by memoQ API
Useful pages
Detailed documentation of API endpoints: globalese by memoQ API v3
Relevant end-user documentation explaining the workflow: Document translation
General requirements
-
All requests must be authenticated.
-
The appropriate
Content-TypeandContent-Lengthheaders must always be set when sending payloads inPOST/PUT/PATCHrequests.
Definitions
globalese by memoQ instance
The user’s globalese by memoQ system, accessible via a URL such as https://acme.globalese.ai or similar.
Engine
A machine translation model capable of translating from one language to another.
Multiple groups can be created and used in globalese by memoQ. An engine always belongs to one specific group. Users may be members of more than one group, with different permissions in each.
A collection of files to be translated using the same settings, i.e. languages, group, and engine.
Translation projects involving multiple source or target languages will require multiple projects in globalese by memoQ.
What you will need to get started
globalese by memoQ instance base URL
Your globalese by memoQ instance URL, e.g. https://acme.globalese.ai. Requests must be sent to this base URL + /api/v3 + the endpoint.
Username and API key
Both can be found on a user’s profile page. All calls made to the API endpoints described below must be authenticated using a valid globalese by memoQ username and API key.