🎭 FaceSwap API: Instantaneous replaces face with one another
The Faceswap API is a testament to the power of artificial intelligence and deep learning.
About
curl -X 'POST' \
'https://api.magicapi.dev/api/v1/magicapi/faceswap/' \
-H 'accept: application/json' \
-H 'x-magicapi-key: you-api-key' \
-H 'Content-Type: application/json' \
-d '{
"input": {
"swap_image": "https://blog.api.market/wp-content/uploads/2024/06/Elon_Musk.png",
"target_image": "https://blog.api.market/wp-content/uploads/2024/06/Shahrukh_khan.png"
}
}'Developer Portal: https://api.market/store/magicapi/faceswap



Curl Requests and Responses
Last updated


