Amazon Translate
    Amazon Translate
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST

      /

      The Amazon Translate multi-region endpoint
      http://translate.{region}.amazonaws.com
      The Amazon Translate multi-region endpoint
      http://translate.{region}.amazonaws.com
      POST
      /
      Creates or updates a custom terminology, depending on whether or not one already exists for the given terminology name. Importing a terminology with the same name as an existing one will merge the terminologies based on the chosen merge strategy. Currently, the only supported merge strategy is OVERWRITE, and so the imported terminology will overwrite an existing terminology of the same name.
      If you import a terminology that overwrites an existing one, the new terminology take up to 10 minutes to fully propagate and be available for use in a translation due to cache policies with the DataPlane service that performs the translations.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request POST 'http://translate.{region}.amazonaws.com/' \
      --header 'X-Amz-Target;' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "Name": "string",
          "MergeStrategy": "OVERWRITE",
          "Description": "string",
          "TerminologyData": {
              "File": "string",
              "Format": "CSV"
          },
          "EncryptionKey": {
              "Type": "KMS",
              "Id": "string"
          }
      }'
      Response Response Example
      200 - Example 1
      {
          "TerminologyProperties": {
              "Name": "string",
              "Description": "string",
              "Arn": "string",
              "SourceLanguageCode": "string",
              "TargetLanguageCodes": [],
              "EncryptionKey": {
                  "Type": "KMS",
                  "Id": "string"
              },
              "SizeBytes": 0,
              "TermCount": 0,
              "CreatedAt": "string",
              "LastUpdatedAt": "string"
          }
      }

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      🟠480InvalidParameterValueException
      🟠481LimitExceededException
      🟠482TooManyRequestsException
      🟠483InternalServerException
      Modified at 2022-09-12 09:51:45
      Previous
      /
      Next
      /
      Built with