Quickly integrate Computer Vision solutions into your products.
Leverage our API's and start building computer vision products today!
Sign up for early access
Get 100 free credits to start.
Leverage our API's and start building computer vision products today!
Get 100 free credits to start.
{ "jobType": "face_detection", "url": "https://images.pexels.com/photos/3228723/pexels-photo-3228723.jpeg" }...once a job is created it's queued for processing.
{ "createdAt": "2022-03-07T11:29:23.664549+00:00", "updatedAt": "2022-03-07T11:29:23.664551+00:00", "_id": "474ac2fdd0b345f988bade1af10c1be3", "jobType": "face_detection", "status": "queued" }2.Retrieve the final results with a simple GET request.curl -X GET https://api.imgnet.io/jobs/474ac2fdd0b345f988bade1af10c1be3 \-H 'accept: application/json' \-H 'IMGNET-API-Key: 902bd50e02744b63844e1bbbc813246b'...below response is truncated for brevity.
{ "createdAt": "2022-03-07T11:29:23.664000", "updatedAt": "2022-03-07T11:29:31.684000", "_id": "474ac2fdd0b345f988bade1af10c1be3", "jobType": "face_detection", "status": "complete", "result": { "dhashes": [ "3141352160430745214", "5411270156667364878", "4465242828482803087", "13356944487658454717" ], "parentImageUrl": "https://res.cloudinary.com/imgnet/image/upload/.../10418659384731027712.jpg", "parentImageId": "6225ec9323d02836fdd1bcca", "parentImageDhash": "10490716978768955648", "encodings": [ [ -0.14101533591747284, 0.12778134644031525, -0.03693101555109024, -0.0686652809381485, -0.1226998046040535, 0.04745461046695709 ] ] } }
We offer a growing list of ready to use CV models.
Detect and extract faces from images.
Find matching faces.
Gain insight into where a face has appeared in other images.
Discover which faces have appeared together.
Detect up to 80+ objects.
Upscale low-resolution images for further analysis.
Detect and extract, license plate numbers from images.
Face detection
Face Recognition
Face Appearances
Face Co-appearances
Object Detection
Image up-scaling
License Plate Recognition