- 系统介绍
- 系统 优势
- 补充说明
- 辅助功能
- 功能介绍
- 账户余额查询
- 文件上传
- 文件解析(无特定接口)
- 按量计费
- 按次计费
- MJ Chat
- Suno-Proxy
- sora
- 可灵(官方格式)
- MJ Proxy
- SD Chat
- SD Proxy
- Suno Chat
- Suno Proxy 旧
- Luma Chat
- Lumvip Proxy
- Luma Proxy
- Pika
- Domo
- urlanalysis
查询视频
开发中
POST
https://api.zyai.online/v1/video/query
请求参数
Query 参数
string
可选
Header 参数
User-Agent
string
可选
示例值:
Apifox/1.0.0 (https: //apifox.com)
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Content-Type
string
可选
示例值:
application/json
string
可选
Body 参数application/json
model
string
模型名称
id
string
令牌 ID 编号
示例
{
"model": "domo-img-to-video",
"id": " your api key "
}
示例代码
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://api.zyai.online/v1/video/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "domo-img-to-video",
"id": " your api key "
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
curl --location --request GET 'https: //api.zyai.online/v1/video/query' \
--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",
"id": "YOUR_API_KEY"
}'
修改于 2024-07-09 03:11:10