POST
/
api
/
v1
/
assets
/
{public_id}
/
translate
Translate Subtitle
curl --request POST \
  --url https://api.example.com/api/v1/assets/{public_id}/translate \
  --header 'Content-Type: application/json' \
  --data '
{
  "target_lang": "<string>",
  "source_lang": "<string>",
  "provider": "<string>"
}
'
{}

Path Parameters

public_id
string
required

Body

application/json
target_lang
string
required
source_lang
string | null
provider
string | null

Response

Successful Response

The response is of type Response Translate Subtitle Api V1 Assets Public Id Translate Post · object.