Skip to main content
PATCH
/
dubbing
/
job
/
{request_id}
Submit Redubbing Feedback
curl --request PATCH \
  --url https://dubbing.deepdub.app/dubbing/job/{request_id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "generalFeedback": "<string>"
}
'
{
  "requestId": "<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
generalFeedback
string
required

General feedback for the redubbing submission (e.g., 'The timing was off in several places.')

exportPath
string

S3 path to the exported video file (must start with 's3://', e.g., 's3://bucket/output.mp4') if different from the original export path

issues
RedubbingIssue · object[]

List of issues identified in the redubbing submission

revisionNumber
integer

Revision number of the redubbing submission if applicable

additionalProducts
DubbingSubmissionAdditionalProduct · object[]

Additional products to (re-)deliver with this revision (e.g., updated SDH or transcript)

Response

Successful Response

requestId
string
required

Unique identifier for the redubbing submission request (e.g., 'redub_req_001')