Multiple Face Swap
multiple_face_swapSwap several faces in one photo. $0.35 per photo. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| face_1 | Yes | Face for person 1 (left): public https URL or base64 data URI (image). | |
| face_2 | Yes | Face for person 2: public https URL or base64 data URI (image). | |
| face_3 | No | Face for person 3: public https URL or base64 data URI (image). | |
| face_4 | No | Face for person 4: public https URL or base64 data URI (image). | |
| consent | Yes | I have permission to use these faces | |
| group_image | Yes | Group photo: public https URL or base64 data URI (image). |