MODELS/image/Face Swap
Face Swap
SAMPLE OUTPUT
━━ MODEL

Face Swap.

Plume
face-swap

Swap a face from one photo onto another. Powers the Face Swap tool.

━━ RATE
$0.026
per image
ALL-IN. NO HIDDEN FEES.
━━ INPUT

PLAYGROUND

━━ OUTPUT
AWAITING INPUT.
━━ CURL

CALL IT FROM
ANYTHING.

curl https://plumestudios.dev/api/run/face-swap \
  -H "Authorization: Bearer $PLUME_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "base_image_url": "…",
  "swap_image_url": "…"
}'