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
      /
      Starts an asynchronous batch translation job. Batch translation jobs can be used to translate large volumes of text across multiple documents at once. For more information, see async.
      Batch translation jobs can be described with the DescribeTextTranslationJob operation, listed with the ListTextTranslationJobs operation, and stopped with the StopTextTranslationJob operation.
      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 '{
          "JobName": "string",
          "InputDataConfig": {
              "S3Uri": "string",
              "ContentType": "string"
          },
          "OutputDataConfig": {
              "S3Uri": "string"
          },
          "DataAccessRoleArn": "string",
          "SourceLanguageCode": "string",
          "TargetLanguageCodes": [],
          "TerminologyNames": [],
          "ParallelDataNames": [],
          "ClientToken": "string"
      }'
      Response Response Example
      200 - Example 1
      {
          "JobId": "string",
          "JobStatus": "SUBMITTED"
      }

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

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