generate_video_with_template
Create AI-powered videos using predefined templates by providing text, documents, or media files through the NoLang API.
Instructions
Consumes paid credits. Start video generation using an official template Video ID. Provide text, pdf_path, pptx_path, audio_path, video_path, or image_paths as required.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | Yes |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"$ref": "#/$defs/VideoGenerationFromVideoArgs",
"title": "Args"
}
},
"required": [
"args"
],
"type": "object"
}