Remix Image Without A Trained Model
Generates Face Identity-Artwork Remix
Endpoint
POST /api/face-id-remixParameter
Type
Required
Description
Bearer
Sync mode
Request Example
curl -X POST "https://api.deepmode.ai/api/face-id-remix" \
-H "Content-Type: multipart/form-data" \
-H "Authorization: Bearer YOUR_SECRET_API_KEY" \
-F "identity_image=@identity.jpg" \
-F "artwork_image=@artwork.jpg" \
-F "mask_image=@mask.jpg" \
-F "prompt=cartoon, pixar, 3d animation" \
-F "negative_prompt=oversaturated, realistic, photo, deformed" \
-F "mode=sync"
Response
Last updated