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
      /
      Translates input text from the source language to the target language. For a list of available languages and language codes, see what-is-languages.
      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 '{
          "Text": "string",
          "TerminologyNames": [],
          "SourceLanguageCode": "string",
          "TargetLanguageCode": "string"
      }'
      Response Response Example
      200 - Example 1
      {
          "TranslatedText": "string",
          "SourceLanguageCode": "string",
          "TargetLanguageCode": "string",
          "AppliedTerminologies": []
      }

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      🟠480InvalidRequestException
      🟠481TextSizeLimitExceededException
      🟠482TooManyRequestsException
      🟠483UnsupportedLanguagePairException
      🟠484DetectedLanguageLowConfidenceException
      🟠485ResourceNotFoundException
      🟠486InternalServerException
      🟠487ServiceUnavailableException
      Modified at 2022-09-12 09:51:45
      Previous
      /
      Next
      /
      Built with