Projects and Works
Projects and Works
Section titled “Projects and Works”AutoVio organizes everything in a two-level hierarchy: projects and works.
Projects
Section titled “Projects”A project is the top-level container. It holds:
- Name and metadata
- Style guide — Tone, color palette, tempo, camera style, brand voice, must-include / must-avoid (used in scenario, image, and video generation)
- System prompts — Default scenario prompt, analyzer prompt, image instruction, video instruction (all can be overridden per work)
- Knowledge — Extra context sent to the LLM for scenario generation
- Project assets — Images, video, audio, fonts (e.g. logos, watermarks) reusable across works
- Editor templates — Reusable overlay compositions (text + image) that can be applied to any work in the project
Projects are scoped to a user. You list, create, update, and delete projects via the UI or Projects API.
A work is one video pipeline inside a project. Each work has:
- Name, mode (
style_transferorcontent_remix) - Product/subject info — productName, productDescription, targetAudience, language, videoDuration, sceneCount
- Reference video (optional) — For style transfer; uploaded and analyzed in the pipeline
- Analysis — Result of reference video analysis (scenes, tone, colors, tempo)
- Scenes — Scenario output (image_prompt, video_prompt, duration, transition per scene)
- Generated scenes — Per-scene image and video URLs and status
- Editor state — Timeline (video, text, image, audio tracks), overlays, transitions, export settings
One project can have many works. Each work progresses through the same 5-step pipeline (Init → Analyze → Scenario → Generate → Editor).
Relationship
Section titled “Relationship”User └── Project (style guide, prompts, assets, templates) ├── Work 1 (one video) ├── Work 2 (another video) └── Work 3 …When you create a work, it inherits the project’s system prompt, analyzer prompt, and image/video instructions. You can override them at the work level. The project style guide is applied in scenario, image, and video generation unless overridden.
See also
Section titled “See also”- Pipeline Overview — The 5 steps in detail
- API: Projects, API: Works