cURL
curl --request PUT \ --url https://dubbing.deepdub.app/dubbing/job/{request_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "needByDate": "2023-11-07T05:31:56Z", "metadata": {} } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Update mutable fields of an existing job. Only the fields included in the request body are changed.
API key issued by Deepdub. Contact your account manager to obtain one.
Date by which the dubbed content is needed (e.g., '2024-07-01T12:00:00Z')
Metadata attached to the dubbing job (e.g., {'key': 'value'})
Show child attributes
Successful Response