- 文件服务
- 链接分析(url analysis)
- 图片生成
- flux
- ideogram
- midjourney
- gpt4oimage
- 音乐生成
- 视频生成
- vidu(官方格式)
- runway
- luma
- 可灵(官方格式)
- pika
- pixverse(变身毒液效果等)
- sora
- veo
- GPTs 相关
- 数字人
- 智谱清言(glm)
- openai
创建视频,带图片
开发中
POST
https://chrisapi.cn/v1/video/create
请求参数
Body 参数application/json
prompt
string
必需
model
enum<string>
必需
枚举值:
veo2veo2-fastveo2-fast-framesveo2-fast-componentsveo2-proveo3veo3-fastveo3-proveo3-pro-frames
images
array[string]
必需
>= 1 items<= 3 items
enhance_prompt
boolean
必需
示例
{
"prompt": "牛飞上天了",
"model": "veo2-fast",
"images": [
"https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png",
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
],
"enhance_prompt": true
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://chrisapi.cn/v1/video/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "牛飞上天了",
"model": "veo2-fast",
"images": [
"https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png",
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
],
"enhance_prompt": true
}'
返回响应
🟢200成功
application/json
Body
id
string
必需
status
enum<string>
必需
枚举值:
pendingimage_downloadingvideo_generatingvideo_generation_completedvideo_generation_failedvideo_upsamplingvideo_upsampling_completedvideo_upsampling_failedcompletedfailed
status_update_time
integer
必需
示例
{"id":"1e0a79fd-6540-47c6-9417-423dfe1212cc","status":"pending","status_update_time":1749654218289,"enhanced_prompt":"A surreal scene depicting a cow soaring gracefully through the sky, surrounded by fluffy clouds and a vibrant blue backdrop. The cow, with its distinctive black and white spots, has a look of wonder on its face as it glides above a picturesque landscape of rolling green hills and colorful wildflowers below. Sun rays break through the clouds, casting a warm glow on the cow, adding a whimsical touch to this enchanting moment. Elements of fantasy, such as birds flying alongside the cow and a rainbow in the distance, enhance the magical atmosphere."}
修改于 2025-06-12 08:06:17