Delete Face Swap

Delete Face Swap Image

POST https://pub-api.mojo.vn/srv/publish/api/art_swapface/delImage

Headers

Name
Type
Description

Authorization

Bearer apikey,API_KEY

API_KEY

Content-Type

application/json

Request Body

Name
Type
Description

id

String

FaceSwapImageID

{
    "success": true
}

curl --location 'https://pub-api.mojo.vn/srv/publish/api/art_swapface/delImage' --header 'Authorization: Bearer apikey,API_KEY' --header 'Content-Type: application/json' --data '{ "id": "FaceSwapImageID" }'

  • FaceSwapImageID: The FaceSwapImageID is the ID of the FaceSwap image generated from the Create Face Swap API.

Last updated