Creates a new job that translates the audio track of a Mux Video asset to another language.
Arbitrary string stored with the job and returned in responses. Useful for correlating jobs with your own systems.
The Mux asset ID of the video to translate.
BCP 47 language code for the target translation language (e.g. "es", "fr", "ja").
Whether to automatically upload the translated audio track to the Mux asset. Defaults to true.
{
"parameters": {
"asset_id": "mux_asset_123abc",
"to_language_code": "es",
"upload_to_mux": true
}
}{
"data": {
"id": "rjob_example123",
"workflow": "translate-audio",
"status": "pending",
"units_consumed": 0,
"created_at": 1700000000,
"updated_at": 1700000060,
"parameters": {
"asset_id": "mux_asset_123abc",
"to_language_code": "es",
"upload_to_mux": true
}
}
}