Skip to main content

Glossary

This article gives definitions for the terms that are specific to LanguageWire MT API and generic terms and definitions used in our documentation.

NameDescription
AccountAn account is a single register held by an user in the LanguageWire Platform. You should have an authenticated account with your company details to use our MT API with live data in production.
👉 Learn how to get a registered account here.
Artificial IntelligenceThis is an AI technique to teach programs behavior by using extensive training data from past examples of similar behavior. We teach programs to translate from one language into another and call these programs neural machine translation (NMT) models.
AuthenticationThe process to validate a user's identity to access an app or server.
API CallThe API call is simply the process of sending a request to the API after setting up the right endpoints. Upon receiving the request, it is processed, and you receive a response.
API EndpointAn endpoint is the end of a communication channel. When APIs interact with other systems, each touchpoint of interaction is considered an endpoint. For example, an API endpoint could include a server, a service, or a database where a resource lives. API endpoints specify where resources live and who can access them.
API IntegrationIn simple terms, API integration connects two or more applications to exchange data between them and connect to the outside world.
API KeysAn API key is a unique identifier that enables other software to authenticate a user, developer, or API calling software to an API to ensure that this person or software is who it says it is. API keys authenticate the API instead of a user and offer a certain degree of security to API calls.
API RequestAPIs are everywhere and are part of every aspect of the web. An API request happens when a developer adds an endpoint to a URL and uses that endpoint to call the server or the database.

Something missing? If you have any other related term that is not listed here, and you would like us to include, please contact us.