查询任务
概览
- 方法: GET
- 地址: https://api.winfull.cloud-ip.cc/replicate/v1/predictions/{任务id}
- 简介: 官方文档: https://replicate.com/black-forest-labs/flux-kontext-max
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token>
请求示例
curl --location --request GET 'https://api.winfull.cloud-ip.cc/replicate/v1/predictions/w44zs9cet5rmc0cqzp49gpkhf8' \
--header 'Authorization: Bearer <token>'返回示例
🟢200成功 示例
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}最后更新:2025-07-24 06:30:28
