PUT
/
api
/
v1
/
assets
/
{public_id}
/
subtitle
Save Subtitle
curl --request PUT \
  --url https://api.example.com/api/v1/assets/{public_id}/subtitle \
  --header 'Content-Type: application/json' \
  --data '
{
  "raw": "<string>"
}
'
{}

Path Parameters

public_id
string
required

Body

application/json
raw
string
required

Response

Successful Response

The response is of type Response Save Subtitle Api V1 Assets Public Id Subtitle Put · object.