🎬 Pollo AI Proxy

为受限网络环境提供 Pollo AI API 访问代理服务

服务状态: 运行中
API 端点
GET /health
健康检查
POST /api/generation/<model>
生成视频
GET /api/generation/<task_id>/status
查询任务状态
GET /stats
查看统计信息
使用示例
const response = await fetch('https://YOUR-PROXY-URL/api/generation/pollo-v2-0', { method: 'POST', headers: { 'Content-Type': 'application/json', 'x-api-key': 'YOUR_POLLO_API_KEY' }, body: JSON.stringify({ input: { prompt: 'a bird singing on a tree', length: 5 } }) }); const data = await response.json(); console.log(data);
服务统计
-
总请求数
-
成功请求
-
失败请求