- 系统介绍
- 系统优势
- 补充说明
- 辅助功能
- 按量计费
- 按次计费
- OpenMeta
- GPT 4o Image Generation
- Midjourney Proxy
- Midjourney Chat
- 即梦AI2.0生图
- Recraft Proxy
- Flux.1 Proxy
- SD Proxy
- SD Chat
- Sora Proxy
- Kling Proxy
- CogVideoX Proxy
- Runway Proxy
- Runway Chat
- Luma Proxy
- Luma Chat
- Pika1.5 Proxy
- Pika1.5 Chat
- Domo Proxy
- 海绵音乐(音乐生成)
- Suno Proxy
- Suno Chat
- Udio Proxy
- Udio Chat
创建视频
开发中
开发环境
开发环境
POST
https://mj.openai-next.com/v1/video/create
请求参数
Query 参数
site
string
调用模型类型
示例值:
domo
string
可选
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
User-Agent
string
可选
示例值:
Apifox/1.0.0 (https: //apifox.com)
Content-Type
string
可选
示例值:
application/json
string
可选
Body 参数application/json
model
string
模型名称
prompt
string
自定义提示词
示例
{
"model": "domo-img-to-video",
"prompt": "flower fly"
}
示例代码
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://mj.openai-next.com/v1/video/create?site=domo&' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'User-Agent: Apifox/1.0.0 (https: //apifox.com)' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "domo-img-to-video",
"prompt": "flower fly"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
curl --location --request POST 'https: //mj.openai-next.com/v1/video/create?site=domo' \
--header 'Authorization: Bearer {
{secret
}
}' \
--header 'User-Agent: Apifox/1.0.0 (https: //apifox.com)' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "domo-img-to-video",
"prompt": "flower fly"
}'
修改于 2024-04-20 15:11:42