/
The Amazon Translate multi-region endpoint
The Amazon Translate multi-region endpoint
POST
/
IN_PROGRESS
, the job will be marked for termination and put into the STOP_REQUESTED
state. If the job completes before it can be stopped, it is put into the COMPLETED
state. Otherwise, the job is put into the STOPPED
state.JobId
.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 ''
Response Response Example
200 - Example 1
{
"JobId": "string",
"JobStatus": "SUBMITTED"
}
Request
Header Params
X-Amz-Target
string
required
Body Params application/json
Responses
Modified at 2022-09-12 09:51:45