Submits a text prompt to create video content for a specific chapter. This tool waits for completion (unlike the REST API which returns immediately), making it perfect for conversational workflows.
This tool polls for up to 30 seconds waiting for the video content to be created. If it takes longer, it will return a timeout message.
Create an intro video for chapter "Introduction" with our company logo and tagline
Copy
For the "Product Demo" chapter, create a video showing:- Product features in action- Customer testimonials overlay- Call to action at the endUse modern, professional aesthetics with blue branding
{ "name": "AddVideoPrompt", "arguments": { "project_id": "prj_abc123xyz", "chapter_title": "Introduction", "prompt": "Create an engaging intro with company logo, fade-in animation, and tagline 'Innovation Simplified'. Use blue and white colors, modern aesthetic, 15 seconds duration.", "force": false }}
{ "status": "timeout", "message": "Processing is still in progress after 30 seconds. Please check the chapter status manually.", "chapter_id": "cht_def456uvw"}