Face Swap API
  1. Sample Schemas
Face Swap API
  • Start Your Face Swap
  • Pricing
  • Face Swap APIs
    • Get Face Swap Task Info by ID
      POST
    • Create Face Swap Task
      POST
    • Cancel Face Swap Task (if still pending)
      POST
  • Other APIs
    • Face detection from image/video URL
      POST
    • Get video info from url
      POST
  • Schemas
    • Sample Schemas
      • taskRes
      • taskData
      • success
      • resFace
  1. Sample Schemas

taskRes

{
    "code": 0,
    "info": "string",
    "data": {
        "taskId": "string",
        "price": 0
    }
}
Built with