欢迎使用 Replicate AI 图像和视频生成服务!
完整的API文档请访问: /api
/api/t2i/seedream-4 - 文本生成图像
/api/i2i/seedream-4 - 图像编辑/转换
/api/t2i/nano-banana - 文本生成图像
/api/i2i/nano-banana - 图像转换(支持多参考图)
/api/video/seedance - 生成视频(文生视频/图生视频)
如果配置了 API_SECRET_KEY,请在请求头中添加:
X-API-Key: your-api-key
使用 curl 测试 API:
curl -X POST https://你的域名/api/t2i/seedream-4 \
-H "Content-Type: application/json" \
-H "X-API-Key: your-api-key" \
-d '{"prompt": "a beautiful sunset"}'