Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Apart from the sentences to be translated, the following information is always required (for making successful requests – and should never be hardcoded in client implementations) to make a successful request:

Parameter

Usage

Service base URL

Requests must be sent to this base URL + /api/v1 + the endpoint.

This URL is determined by the region in which the engine is deployed.

API key

Must be sent among the request headers as Authorization: Bearer <API key>

Engine ID

The UUID of the engine to be used for translating segments. Must be sent in the JSON payload as engine_id

...