Listing Thumbnail

    FaceMine.Ai (Biometric Face Detection & Anti-Spoofing Liveness)

     Info
    Sold by: jCentricity 
    Deployed on AWS
    Free Trial
    Quick Launch
    AWS Free Tier
    FaceMine.Ai Biometric Face Detection & Anti-Spoofing Liveness provides an enterprise-grade Computer Vision APIs designed for face detection across both static images and dynamic video streams.

    Overview

    FaceMine.Ai Biometric Face Detection & Anti-Spoofing Liveness provides an enterprise-grade Computer Vision APIs designed for face detection across both static images and dynamic video streams. Built for developers who need precision without complexity, our API delivers accurate bounding box coordinates in a streamlined JSON format.

    Beyond simple detection, FaceMine.Ai also features advanced anti-spoofing liveness technology to distinguish between real human presence and presentation attacks (such as photos, masks, or digital screens), making it an ideal solution for identity verification and secure user onboarding.

    Highlights

    • Enterprise-Grade Face Detection: Delivers high-precision bounding box coordinates in a streamlined JSON format for both static images and dynamic video streams, allowing developers to integrate complex computer vision without added complexity.
    • Advanced Anti-Spoofing Technology: Features sophisticated liveness detection to distinguish between real human presence and presentation attacks, including photos, masks, or digital screens.
    • Secure Identity Verification & Onboarding: Provides a robust solution for automated user onboarding and identity verification by ensuring the physical presence of a real person

    Details

    Delivery method

    Type

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Quick Launch

    Leverage AWS CloudFormation templates to reduce the time and resources required to configure, deploy, and launch your software.

    Pricing

    Free trial

    Try this product free according to the free trial terms set by the vendor.

    FaceMine.Ai (Biometric Face Detection & Anti-Spoofing Liveness)

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (1)

     Info
    Dimension
    Description
    Cost/request
    Standard Based Usage
    Per successful processing request for face detection
    $0.05

    Vendor refund policy

    Due to the nature of our digital API services, all sales are final and no refunds will be provided once the service has been provisioned. We encourage customers to utilize our free tier or trial period to evaluate the service before purchasing. If you encounter technical issues or have billing inquiries

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    API-Based Agents & Tools

    API-Based Agents and Tools integrate through standard web protocols. Your applications can make API calls to access agent capabilities and receive responses.

    Additional details

    Usage instructions

    API

    Facemine API Overview and Usage Instructions

    FaceMine: Biometric Face Detection & Anti-Spoofing Liveness

    FaceMine provides enterprise-grade Computer Vision APIs designed for face detection across both static images and dynamic video streams. Built for developers who need precision without complexity, our API delivers accurate bounding box coordinates in a streamlined JSON format.

    Beyond simple detection, FaceMine features advanced anti-spoofing liveness technology to distinguish between real human presence and presentation attacks.


    Your API key must be passed in the Authorization header for all API calls in the following format: Bearer API_KEY

    See Swagger API usage doc at http://www.jcentricity.com/swagger_photo.json 

    See code sample at http://www.jcentricity.com/fcm_code_sample.html 


    1. Photo Face Detection Service

    Locate and identify human faces within static image files to receive their spatial coordinates.

    • Endpoint: POST /aws/api/photo/faces/detect
    • Description: Analyzes an image and returns an array of bounding boxes for detected faces.
    • Output: Returns an array of FaceDetectionResult objects.

    FaceDetectionResult:

    FieldTypeDescription
    XintegerThe X-coordinate of the top-left corner of the detected face.
    YintegerThe Y-coordinate of the top-left corner of the detected face.
    WidthintegerThe width of the bounding box around the face.
    HeightintegerThe height of the bounding box around the face.

    2. Video Face Detection Service

    Analyze video content to detect faces across frames with associated timestamps.

    Asynchronous Video Detection (Recommended)

    • Endpoint: POST /aws/api/video/faces/detect
    • Description: Starts an asynchronous job to detect faces in a video.
    • Output: Returns a JobResponse object.

    JobResponse:

    FieldTypeDescription
    jobIdstringUnique identifier for the processing task (e.g., aadf167a-f583-478e-bd25-1fa2947bb5a6).
    statusstringCurrent state of the job (e.g., Processing, Pending, Failed).

    Fetching Video Results

    • Endpoint: GET /aws/api/video/faces/detect/jobId/{jobId}
    • Description: Retrieves the results of a completed video detection job using the provided jobId.
    • Output: Returns an array of VideoFaceDetectionResult objects or JobResponse with status

    VideoFaceDetectionResult:

    FieldTypeDescription
    XintegerThe X-coordinate of the detected face.
    YintegerThe Y-coordinate of the detected face.
    WidthintegerThe width of the bounding box.
    HeightintegerThe height of the bounding box.
    ElapsedSecondsdoubleThe specific time in the video (seconds) where the face was detected.

    3. Photo Anti-Spoofing Liveness Service

    Verify if the subject in a photo is a real person or a spoofing attempt, such as a paper printout or digital screen.

    • Endpoint: POST /aws/api/photo/liveness
    • Description: Detects if the person in the photo is real or a spoof (paper/screen).
    • Output: Returns an array of LivenessResult objects.

    LivenessResult (array of boundingBox objects):

    FieldTypeDescription
    boundingBoxobjectComprehensive coordinate data including top, bottom, left, right, location, and size.
    livenessScoredoubleNumerical score indicating the likelihood the subject is a real person.
    statusstringClassification result (e.g., Real Person).
    probabilitiesobjectProbability breakdown for screen, paper, and real categories.

    Security & Authentication

    • Security Scheme: Bearer Token
    • Header: Authorization: Bearer API-KEY
    • Note: Your unique API-KEY is provided in the JSON returned during the registration process.

    Support

    Vendor support

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.