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.

circle-info

Generate is pending or in queue

If the OutPaint Image generate is pending or in queue, this API response data like this:

{
    "success": true
}
circle-check

Last updated