duo-video API 接口

Manage duo-video projects and video creation tasks via RESTful HTTP APIs.

148|28|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/duoec/duo-video --skill duo-video-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: duo-video API 接口
Source: https://github.com/duoec/duo-video/tree/main/skills/video-api
Command: npx skills add https://github.com/duoec/duo-video --skill duo-video-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

通过 REST API 提供对 duo-video 的项目、素材和构建任务的编程化管理能力,帮助开发者将视频创作流程融入后端服务和自动化管线中。

Core Features & Use Cases

  • Create and manage video projects via HTTP: Easily instantiate projects with configurable resolution and metadata, then append media assets.
  • Asset management and task orchestration: Add images, videos, text, and other materials to storyboards and trigger builds.
  • Use Case: Integrate with backend services to automate video production pipelines or AI-assisted video generation tasks via RESTful calls.

Quick Start

Invoke the REST API to create and manage a video project, add assets, and trigger builds.

Frequently Asked Questions about duo-video API 接口

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate video creation tasks via REST API?

Automate video creation tasks via REST API by sending HTTP requests to manage duo-video projects, append media assets like images and text to storyboards, and trigger video builds programmatically within backend services.

Can I integrate video project management into backend automation workflows?

Integrate video project management into backend automation workflows by calling RESTful HTTP APIs to instantiate projects with configurable resolution, add media materials, query build status, and orchestrate video production pipelines.

What is RESTful API design for video management and build triggering?

RESTful API design for video management exposes HTTP endpoints for creating video projects, adding media assets to storyboards, and triggering builds, enabling programmatic control over video creation pipelines and asset orchestration.

How to add media assets to a video storyboard using HTTP requests?

Add media assets to a video storyboard using HTTP requests by invoking API endpoints designed to append images, videos, and text materials to existing video projects before triggering the final build task.

Does this video API require any external dependencies for project creation?

This video API requires no external dependencies for project creation, allowing developers to directly manage duo-video projects, configure resolution metadata, and trigger builds via standard RESTful HTTP calls.

When should I use a REST API for video project management instead of a UI?

Use a REST API for video project management instead of a UI when you need to integrate video creation pipelines into automated backend services, AI-assisted generation workflows, or programmatic batch processing tasks.