Everypixel is an API to discover the age of people from photographs. The platform's algorithms have a database of more than 300 thousand images of human beings. And, although the results are not precise, you can determine an age range for people. The environment is ideal for finding out the age of people in archive photos. In Neoteo we already talked about this powerful API, but in this update it incorporates age detection.

The API allows you to perform up to one hundred daily operations for free, with a size limitation from 20 KB to 10 MB. Of course, if you want to expand the API's capabilities, you can switch to a commercial plan.

From the API:

First you will need to obtain the API credentials, creating an account from its website. Then you can start using its services.

Everypixel: Discover the Age of People from Photographs
You will have to register

This is the syntax of the age recognition API:

curl --user "<your-client-id>:<your-client-secret>" https://api.everypixel.com/v1/face?url=<image url>

This command will give you the estimated age of the people in the photo (along with an age label). Here you will find the syntax of the API and documentation for other environments and languages.

From the Web:

From the Everypixel website you can also reveal a person's age using a photograph, just by loading an image from a URL or uploading it to the site. In addition, you will have the following services:

  • Image keywords
  • Stock photo scoring
  • UGC Photo Scoring
Everypixel: Discover the Age of People from Photographs
Very easy to use

Using the web services in the API:

You can use these online services, replacing the word "face" (shown in bold) in the API syntax and perform the web actions in the API:

curl --user "<your-client-id>:<your-client-secret>" https://api.everypixel.com/v1/face?url=<image url>
  • keyword (for image keywords)
  • quality (for Stock Photo Scoring)
  • quality_ugc (for UGC Photo Scoring)
Everypixel: Discover the Age of People from Photographs
It has several functions

Everypixel is an API and online service to detect the age of people from photographs. In our tests, the age discovery has been very close.

Official website: