Generate images, video clips, music, sound effects, voiceovers, and avatars using TryCook CLI media tools. Use when asked to "generate image", "create video", "make a clip", "voiceover", "text to speech", "generate music", "sound effect", "create avatar", "transcribe", "stock footage", or any media creation request.
Generate images, video clips, music, voiceovers, avatars, and more via the TryCook CLI.
Prerequisite: Ensure trycook status shows authenticated before proceeding.
# Get the schema first
trycook tool info generate_image
# Generate an image
trycook tool call generate_image '{"prompt": "professional product photo of a skincare bottle on marble surface, studio lighting", "aspect_ratio": "1:1"}'
The response includes imageUrl — a presigned URL to the generated image.
trycook tool info edit_image
trycook tool call edit_image '{"imageUrl": "https://...", "prompt": "remove the background and replace with gradient"}'
trycook tool info generate_clip
trycook tool call generate_clip '{"prompt": "slow motion pour of golden honey, cinematic lighting, 4K", "duration": 5}'
Returns a video URL. Clips are typically 3-10 seconds.
trycook tool info create_voiceover
trycook tool call create_voiceover '{"text": "Welcome to our brand new product line.", "voice": "alloy"}'
trycook tool info generate_music
trycook tool call generate_music '{"prompt": "upbeat corporate background music, 120bpm", "duration": 30}'
trycook tool info generate_sound
trycook tool call generate_sound '{"prompt": "cash register cha-ching sound"}'
Convert audio/video to text with word-level timestamps:
trycook tool info transcribe_audio
trycook tool call transcribe_audio '{"url": "https://example.com/audio.mp3"}'
Returns transcript with word-level timestamps (Remotion Caption format).
Analyze video content with AI:
trycook tool info analyze_video
trycook tool call analyze_video '{"url": "https://youtube.com/watch?v=...", "prompt": "identify the key moments and speakers"}'
Accepts YouTube URLs directly.
trycook tool info search_stock
trycook tool call search_stock '{"query": "business meeting handshake", "type": "video"}'
trycook tool info create_avatar
trycook tool call create_avatar '{"name": "Sarah", "description": "professional woman in her 30s, business attire"}'
scrape_website the brand's site for copy/imagerygenerate_image with brand-aligned promptgenerate_clip for supporting video contentcreate_voiceover with scriptgenerate_music for background trackEach step returns URLs that can be passed to subsequent tools.
duration for longervoice options: check schema via trycook tool info create_voiceoverok field before using output URLs