Get Face Swap Image
Get Face Swap Image
GET
https://pub-api.mojo.vn/srv/publish/api/art_swapface/getImage
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,
"url": "FaceSwapImageURL"
}
curl --location --request GET 'https://pub-api.mojo.vn/srv/publish/api/art_swapface/getImage' --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.
Success
If the image generate success get image api will response full image data like this:
{
"success": true,
"url": "FaceSwapImageURL"
}
Last updated