外观
AI Kiss
上传两张成年人物照片,生成双人接吻视频。
http
POST /v1/videos/kiss| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
image1 | string | 是 | 人物照片 1,URL 或 base64 |
image2 | string | 是 | 人物照片 2,URL 或 base64 |
webhook_url | string | 否 | 完成回调地址 |
bash
curl -X POST https://api.modelgo.moneygo.ai/v1/videos/kiss \
-H "Authorization: Bearer sk-你的Key" \
-H "Idempotency-Key: kiss-order-1001" \
-H "Content-Type: application/json" \
-d '{"image1":"https://example.com/a.jpg","image2":"https://example.com/b.jpg"}'