Files
Face Detection
Detect faces in an image or video.
Use this API to get the list of faces detected in the image or video to use in the face swap photo or face swap video API calls for multi-face swaps.
Note: Face detection is free to use for the near future. Pricing may change in the future.
post/v1/face-detection
Request body
Example request
{
"confidence_score": 0.5,
"assets": {
"target_file_path": "api-assets/id/1234.png"
}
}Response
200
Example response
{
"id": "uuid-example"
}