cURL
curl --request POST \ --url https://dubbing.deepdub.app/dubbing/job/{request_id}/sources \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "source": "AUDIO_HINTS", "assetPath": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Attach an additional source asset (subtitles, audio hints, etc.) to an existing job. The new source is ingested asynchronously.
API key issued by Deepdub. Contact your account manager to obtain one.
Type of source asset (e.g., 'AUDIO_HINTS', 'CC_SDH', 'MISC')
AUDIO_HINTS
CC_SDH
MISC
S3 path to the asset file (must start with 's3://', e.g., 's3://bucket/asset.mp4')
Successful Response