Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 571 Bytes

File metadata and controls

39 lines (31 loc) · 571 Bytes

Swap a single face in a target image that has a single face

Request

{
  "input": {
    "source_image": "base64 encoded source image content",
    "target_image": "base64 encoded target image content"
  }
}

Response

RUN

{
  "id": "83bbc301-5dcd-4236-9293-a65cdd681858",
  "status": "IN_QUEUE"
}

RUNSYNC

{
  "delayTime": 20275,
  "executionTime": 43997,
  "id": "sync-a3b54383-e671-4e24-a7bd-c5fec16fda3b",
  "output": {
    "status": "ok",
    "image": "base64 encoded output image"
  },
  "status": "COMPLETED"
}