Skip to content

AI Couple

上传两张人物照片,生成同时保留双方身份特征的情侣合照。

http
POST /v1/images/couple
参数类型必填说明
image1string人物照片 1,URL 或 base64
image2string人物照片 2,URL 或 base64
webhook_urlstring完成回调地址
bash
curl -X POST https://api.modelgo.moneygo.ai/v1/images/couple \
  -H "Authorization: Bearer sk-你的Key" \
  -H "Idempotency-Key: couple-order-1001" \
  -H "Content-Type: application/json" \
  -d '{"image1":"https://example.com/a.jpg","image2":"https://example.com/b.jpg"}'