Technical & DevelopmentIntermediate
venice-video
Video generation and transcription workflows
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/veniceai/skills --skill venice-videonpx skills add https://github.com/veniceai/skills --skill venice-videoOr paste this URL into your assistant to install:
Overview
What This Skill Does
Video generation and transcription workflows
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
Venice Video
Video is asynchronous — like audio music. Five endpoints:
| Endpoint | Purpose |
|---|---|
POST /video/quote |
Price in USD (no charge, no job). |
POST /video/queue |
Enqueue generation. Returns queue_id, charges (reserves) funds. |
POST /video/retrieve |
Poll status or download video/mp4. |
POST /video/complete |
Finalize & delete media from Venice storage. |
POST /video/transcriptions |
Sync: transcribe a YouTube URL's audio. |
Use when
- You need text-to-video, image-to-video, video upscale, video-with-audio, or video transcription.
- You can tolerate async execution (single-digit seconds to several minutes depending on model, duration, and queue depth — inspect
average_execution_timeandexecution_durationon/video/retrievefor your job's live estimate). - You want to price a job precisely before committing (
/video/quote).
Lifecycle — generation
1. Price with /video/quote
curl https://api.venice.ai/api/v1/video/quote \
-H "Authorization: Bearer $VENICE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wan-2-7-text-to-video",
"duration": "5s",
"aspect_ratio": "16:9",
"resolution": "720p",
"audio": true
}'
Lines 1 - 34 of 219
Recommendations
Explore other random skills
CreativeIntermediate
gsap-timeline
Timelines with sequencing, position parameter, labels, nesting, and playback control
CreativeIntermediate
gsap-scrolltrigger
ScrollTrigger for scroll-linked animations, pinning, scrub, and refresh handling
CreativeIntermediate
gsap-plugins
Plugins including ScrollToPlugin, Flip, Draggable, SplitText, SVG, and physics