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 a parallel data resource in Amazon Translate by importing an input file from Amazon S3. Parallel data files contain examples of source phrases and their translations from your translation memory. By adding parallel data, you can influence the style, tone, and word choice in your translation output.
      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",
          "Description": "string",
          "ParallelDataConfig": {
              "S3Uri": "string",
              "Format": "TSV"
          },
          "EncryptionKey": {
              "Type": "KMS",
              "Id": "string"
          },
          "ClientToken": "string"
      }'
      Response Response Example
      200 - Example 1
      {
          "Name": "string",
          "Status": "CREATING"
      }

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

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