Video Projects
Auto Subtitle Generator
Automatically generate subtitles for your video in multiple languages.
post/v1/auto-subtitle-generator
Request body
Example request
{
"name": "My Auto Subtitle video",
"end_seconds": 15,
"assets": {
"video_file_path": "api-assets/id/1234.mp4"
},
"style": {
"custom_config": {
"font": "Noto Sans",
"font_size": 24,
"font_style": "normal",
"text_color": "#FFFFFF",
"highlighted_text_color": "#FFD700",
"stroke_color": "#000000",
"stroke_width": 1,
"vertical_position": "bottom",
"horizontal_position": "center"
}
}
}Response
Success
Example response
{
"id": "cuid-example",
"credits_charged": 450
}