复制页面
酷爱API外接站
官方特惠SD2视频生成
创建视频生成任务
POST
查询视频任务状态与结果
GET
数据模型
CreateVideoRequest
ContentItem
TextContent
ImageUrlContent
VideoUrlContent
AudioUrlContent
UrlWrapper
VideoTaskBase
VideoTaskQueuedResponse
VideoTaskInProgressResponse
VideoTaskCompletedResponse
VideoTaskFailedResponse
TaskMetadata
TaskError
ErrorResponse
TextContent
复制页面
文本提示词内容。推荐优先使用顶层
prompt
,此结构用于兼容上游官方 content 数组格式。
{
"type"
:
"text"
,
"text"
:
"string"
}