wait_video_generation_and_get_download_url
Monitors video generation progress and provides the download URL once processing is complete, enabling users to access their AI-generated videos.
Instructions
Polls until video generation completes and returns the download URL.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | Yes |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"$ref": "#/$defs/VideoWaitArgs",
"title": "Args"
}
},
"required": [
"args"
],
"type": "object"
}