You're looking at a specific version of this model. Jump to the model overview.

zsxkib /create-video-dataset:e2db0b05

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
video_url
string
YouTube/video URL to process. Leave empty if uploading a file. Note: URL takes precedence if both URL and file are provided.
video_file
string
Video file to process. Leave empty if using URL. Ignored if URL is provided.
custom_caption
string
Your custom caption for the video. Required if autocaption=False.
autocaption
boolean
True
Let AI generate a caption for your video. If False, you must provide custom_caption.
caption_prompt
string
Describe this video clip briefly, focusing on the main action and visual elements.
Custom prompt for the AI captioning model. Leave empty for default prompt.
trigger_word
string
TOK
Trigger word to include in captions (e.g., TOK, STYLE3D). Will be added at start of caption.
autocaption_prefix
string
Text to add BEFORE caption. Example: 'a video of TOK, '
autocaption_suffix
string
Text to add AFTER caption. Example: ' in the style of TOK'

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}