Skip to content

AI Kiss

上传两张成年人物照片,生成双人接吻视频。

http
POST /v1/videos/kiss
参数类型必填说明
image1string人物照片 1,URL 或 base64
image2string人物照片 2,URL 或 base64
webhook_urlstring完成回调地址
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"}'