指定ID获取任务
测试中
GET
{{BASE_URL}}/pixverse/v1/pro/feed
0: "NOT_START"
1: "IN_PROGRESS"
2: "FAILURE"
3: "SUCCESS"
请求参数
Authorization
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
task_id
string
必需
示例
{
"task_id": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{BASE_URL}}/pixverse/v1/pro/feed' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": "string"
}'
返回响应
🟢200成功
application/json
Body
msg
string
必需
code
integer
必需
data
object
必需
msg
null
必需
point
string
必需
state
string
必需
poster
string
必需
prompt
string
必需
refund
string
必需
status
string
必需
task_id
string
必需
image_url
string
必需
video_url
string
必需
create_time
string
必需
update_time
string
必需
示例
{
"msg": "成功",
"code": 200,
"data": {
"msg": null,
"point": "300",
"state": "succeeded",
"poster": "https://cdn.gptbest.vip/dvideo/uploads/draw/pix/20250213/2a020e61-9c8e-7c74-392f-4582e071ec16.jpg?imageView2/2/w/1500",
"prompt": "变身成为【黑色】毒液",
"refund": "0",
"status": "3",
"task_id": "a766793f-5e6b-4f4e-deac-cfa80a51e167",
"image_url": "https://cdn.gptbest.vip/dvideo/uploads/draw/pix/20250213/2a020e61-9c8e-7c74-392f-4582e071ec16.jpg?imageView2/2/w/1500",
"video_url": "https://cdn.gptbest.vip/dvideo/pix/20250213/5a31988f-21c7-6d4f-ca35-a1ef004a03d4.mp4",
"create_time": "1739427742",
"update_time": "1739428166"
}
}
修改于 2025-06-19 09:22:35