POST
/
api
/
v1
/
assets
/
{public_id}
/
dub
Dub Asset
curl --request POST \
  --url https://api.example.com/api/v1/assets/{public_id}/dub \
  --header 'Content-Type: application/json' \
  --data '
{
  "subtitle_asset_id": "<string>",
  "target_lang": "<string>",
  "keep_original": false
}
'
{}

Path Parameters

public_id
string
required

Body

application/json
subtitle_asset_id
string
required
target_lang
string | null
keep_original
boolean
default:false

Response

Successful Response

The response is of type Response Dub Asset Api V1 Assets Public Id Dub Post · object.