Skip to content

StripVideo

使用女性人物照片生成视频;可选传入男性照片,先合成双人首帧。

http
POST /v1/videos/strip
参数类型必填说明
female_imagestring女性人物图片 URL 或 base64
male_imagestring男性人物图片 URL 或 base64
webhook_urlstring完成回调地址
bash
curl -X POST https://api.modelgo.moneygo.ai/v1/videos/strip \
  -H "Authorization: Bearer sk-你的Key" \
  -H "Idempotency-Key: strip-order-1001" \
  -H "Content-Type: application/json" \
  -d '{"female_image":"https://example.com/woman.jpg","male_image":"https://example.com/man.jpg"}'