remaker/photo-face-detect
Detect faces in any photo using the Photo Face Detect API. Seamlessly combine it with our Photo Multiple Face Swap API to perfectly swap multiple faces within an image.
Output: $0.00398 / use or 251 uses / $1
Input
source * image
The URL of the image to be detected.
Reset
Output
{
  "task_id": "d9zzvghifs95q8fkfd",
  "user_id": 1,
  "version": "e99eaddeb86a1db20d6b4a5b4d90c95a8e25b2f5273a1b8117eba69e636cd401",
  "error": null,
  "total_time": 5,
  "predict_time": 5,
  "logs": null,
  "output": [
    {
      "id": "ODa85aV5GZY",
      "status": "succeed",
      "type": "face_detect",
      "faces": [
        {
          "id": 0,
          "link": "https://vmodel.ai/data/model/remaker/photo-face-detect/result1.jpg"
        },
        {
          "id": 1,
          "link": "https://vmodel.ai/data/model/remaker/photo-face-detect/result2.jpg"
        }
      ],
      "started_at": 1749970349366,
      "finished_at": 1749970353857,
      "error": null
    }
  ],
  "status": "succeeded",
  "create_at": 1746492954,
  "completed_at": 1746493015,
  "input": {
    "source": "https://vmodel.ai/data/model/remaker/photo-face-detect/target1.jpeg"
  }
}
Generated in: 5 seconds
Pricing
This model is priced based on a single task.
Output: $0.00398 / use or 251 uses / $1
Readme

📸 Photo Face Detect API

Quickly extract faces from images and streamline your image processing workflow.

The Photo Face Detect API is a deep learning-powered model designed to accurately detect single or multiple faces in an image. Instead of just returning coordinates, this model goes one step further—it automatically crops each detected face and returns a URL for each face image, eliminating the need for manual image manipulation.

🧠 Key Features

  • Multi-face detection: Automatically identifies all visible faces in an image with no manual input required.
  • Cropped face image output: For every detected face, the API returns a direct URL to the cropped face image—ready for display or further processing.
  • Developer-friendly workflow: No need to parse bounding boxes or perform additional image cropping—the API handles everything for you.

🔗 Perfect Pairing

The Photo Face Detect API works seamlessly with our [Photo Multiple Face Swap API] to enable an automated pipeline for detecting and swapping faces. With face images extracted and ready to use, you can easily build applications for face replacement, creative editing, anonymization, and more.