外观
AI Couple
上传两张人物照片,生成同时保留双方身份特征的情侣合照。
http
POST /v1/images/couple| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
image1 | string | 是 | 人物照片 1,URL 或 base64 |
image2 | string | 是 | 人物照片 2,URL 或 base64 |
webhook_url | string | 否 | 完成回调地址 |
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"}'