Generates subtitles (captions) for a given audio track. This API can be used for up to 7 days after an asset is created.
Generate subtitle tracks using automatic speech recognition with this configuration.
A name for this subtitle track.
Arbitrary metadata set for the subtitle track. Max 255 characters.
The language to generate subtitles in.
The asset ID.
The track ID.
{
"generated_subtitles": [
{
"language_code": "en",
"name": "English (generated)",
"passthrough": "English (generated)"
}
]
}
{
"data": [
{
"type": "text",
"text_type": "subtitles",
"status": "preparing",
"passthrough": "English (generated)",
"name": "English (generated)",
"language_code": "en",
"id": "hXhnqUq0054k9SBFB5aczHhj6xMbOTlriTG7gqRn8kikv101lkFUgKNw"
}
]
}