外观
StripVideo
使用女性人物照片生成视频;可选传入男性照片,先合成双人首帧。
http
POST /v1/videos/strip| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
female_image | string | 是 | 女性人物图片 URL 或 base64 |
male_image | string | 否 | 男性人物图片 URL 或 base64 |
webhook_url | string | 否 | 完成回调地址 |
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"}'