April 2024 Update

April's Product Updates 🌷: Elevate your security with Trustfull's 'Face Match' feature in the PHONE & EMAIL API, expertly comparing faces to prevent identity fraud. Also, discover our latest Email API enhancements with new signals for Samsung and Atlassian, and insights into Apple accounts with our Phone API for deeper user profiling and engagement.

PHONE & EMAIL API: face match πŸ”

In the ever-evolving landscape of digital interactions, safeguarding your company from fake users is more crucial than ever. Face Match is a powerful tool designed to protect you from potential identity frauds by extracting faces from publicly available photos associated with email addresses or phone numbers and comparing them to ensure a secure and seamless customer onboarding experience.

Here's how Face Match works:

1️⃣ Face Extraction: The feature automatically retrieves faces from photos linked to an email address or phone number.

2️⃣ Comparison Algorithm: Our advanced algorithm then analyzes these faces, computing a similarity percentage that reflects how closely they match.

3️⃣ Anomaly Detection: Face Match is your watchful eye against anomalies and inconsistencies. It identifies any deviations in facial features that may indicate potential synthetic identities or fraudulent activities.

4️⃣ Fraud Prevention: By detecting and addressing suspicious activities early on, Face Match serves as a robust barrier against identity fraud, ensuring that your digital interactions are secure.

Benefits of Face Match:

βœ… Enhanced Security: Face Match adds an extra layer of security, fortifying your online presence against potential threats.

βœ… Silent Check: Seamlessly integrated into our platform, Face Match operates in the background without disrupting your user experience.

βœ… Anomaly Detection: Detect and prevent identity fraud by identifying inconsistencies in facial features associated with email addresses or phone numbers.

At Trustfull, we are committed to staying ahead of the curve and ensuring your safety in the digital realm. Face Match is just one of the many steps we are taking to provide you with a secure and reliable experience.

Upgrade your security with Face Match today and enjoy peace of mind in every digital interaction!

The data catalogue

The data is also avaiable via API, you can find more information on the (Phone API)[https://docs.trustfull.com/reference/phone-api] or the (Email API)[https://docs.trustfull.com/reference/email-api] docs.

{
    
    "faces_similarity1": true,
    "faces_similarity1_image1": "https://...",
    "faces_similarity1_image2": "https://...",
    "faces_similarity1_image1_bounding_box": "0.93,0.23,10,12",
    "faces_similarity1_image2_bounding_box": "0.93,0.23,10,12",
    "faces_similarity2": true,
    "faces_similarity2_image1": "https://...",
    "faces_similarity2_image2": "https://...",
    "faces_similarity2_image1_bounding_box": "0.93,0.23,10,12",
    "faces_similarity2_image2_bounding_box": "0.93,0.23,10,12",
    "faces_similarity3": true,
    "faces_similarity3_image1": "https://...",
    "faces_similarity3_image2": "https://...",
    "faces_similarity3_image1_bounding_box": "0.93,0.23,10,12",
    "faces_similarity3_image2_bounding_box": "0.93,0.23,10,12"
    
}

βœ‰οΈπŸ”— EMAIL API: Samsung

We are excited to introduce an important update to our Email API that enhances user profiles and provides insights into Samsung accounts. With the new signal "email_has_samsung," you can now verify whether an email address is associated with a Samsung account.

Key Features:

  • email_has_samsung (boolean): This signal will return a "true" value if the provided email address is linked to a Samsung account, indicating the user's engagement with Samsung services.
"email": {
    ...
    "has_samsung": true
    ...
} 

This feature is designed to offer valuable insights for user profiling and targeting based on Samsung account presence.

For more details on how to use this new signal, please refer to our Email API documentation.


πŸ“±πŸ PHONE API: Apple

We are excited to introduce a significant enhancement to our Phone API that improves user profiles and offers insights into Apple accounts. With the new signal "phone_has_apple," you can now determine whether a phone number is associated with an Apple account.

Key Features:

  • phone_has_apple (boolean): This signal will return a "true" value if the provided phone number is connected to an Apple account, signaling the user's engagement with Apple services.
"phone": {
    ...
    "has_apple": true
    ...
} 

This feature is crafted to deliver crucial insights for user profiling and targeting based on the presence of an Apple account.

For more information on how to utilize this new signal, please refer to our Phone APIdocumentation.


βœ‰οΈπŸ’» EMAIL API: Atlassian

We are pleased to announce a significant enhancement to our Email API that enriches user profiles and delivers insights into Atlassian accounts. With the new signal "email_has_atlassian," you can now determine whether an email address is associated with an Atlassian account.

Key Features:

  • email_has_atlassian (boolean): This signal will return a "true" value if the provided email address is connected to an Atlassian account, signaling the user's interaction with Atlassian services.
"email": {
    ...
    "has_atlassian": true
    ...
} 

This functionality is crafted to provide critical insights for user profiling and targeting based on the presence of an Atlassian account.

For more details on how to use this new signal, please refer to our Email API documentation.


πŸ“š Resources