namifusion

Image FaceSwap Pro

namifusion/faceswap-image-pro

Image FaceSwap Pro supports single-face automatic detection and multi-face precise mapping with keypoint pairs.

Examples

Image FaceSwap Pro example 1

Parameters

NameTypeDefaultDescription
sourceImage *Source ImagetextareaSupports either a URL string (single-face mode) or an ImageWithKeypoints array (multi-face mode).
targetImage *Target ImagetextareaSupports either a URL string (single-face mode) or an ImageWithKeypoints array (multi-face mode).
face_enhanceFace EnhancebooleanfalseBoolean only. Enable additional face enhancement in the swap result.

API

Call this model through one unified REST API. Get a key on the API Keys page.

curl -X POST https://www.namifusion.com/api/v1/marketplace/run/namifusion/faceswap-image-pro \
  -H "Authorization: Bearer sk-YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "input": { "sourceImage": ..., "targetImage": ..., "face_enhance": ... } }'
Image FaceSwap Pro API — Pricing, Playground & Docs | NamiFusion