Skip to main content
PUT
/
dubbing
/
job
/
{request_id}
Update Dubbing Job
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key issued by Deepdub. Contact your account manager to obtain one.

Path Parameters

request_id
string
required

Body

application/json
needByDate
string<date-time>

Date by which the dubbed content is needed (e.g., '2024-07-01T12:00:00Z')

metadata
Metadata · object

Metadata attached to the dubbing job (e.g., {'key': 'value'})

Response

Successful Response