AWSRekognition
Connect to the Amazon AWS Rekognition Visual Recognition API detects objects, scenes and faces in images. Test an API call and export the code snippet today. Use cases include comparing faces to measure similarity, verifying images, tagging, indexing and organizing images. The Amazon AWS Rekognition Visual Recognition API only works with images (vs. video). Pricing includes paid and free models.…
AWSRekognition endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
compareFacesInImages /compareFacesInImages |
Compares a face in the source input image with each face detected in the target input image. |
| POST |
compareFacesInS3Images /compareFacesInS3Images |
Compares a face in the source input image with each face detected in the target input image. |
| POST |
createCollection /createCollection |
Creates a collection in an AWS Region. You can add faces to the collection using the IndexFaces operation. |
| POST |
deleteCollection /deleteCollection |
Deletes the specified collection. Note that this operation removes all faces in the collection. |
| POST |
deleteFacesFromCollection /deleteFacesFromCollection |
Deletes faces from a collection. You specify a collection ID and an array of face IDs to remove from the collection. |
| POST |
detectFacesInImage /detectFacesInImage |
Detects faces within an image (JPEG or PNG) that is provided as input. |
| POST |
detectFacesInS3Image /detectFacesInS3Image |
Detects faces within an image (JPEG or PNG) that is provided as input. |
| POST |
detectLabelsInImage /detectLabelsInImage |
Detects instances of real-world labels within an image (JPEG or PNG) provided as input. |
| POST |
detectLabelsInS3Image /detectLabelsInS3Image |
Detects instances of real-world labels within an image (JPEG or PNG) provided as input. |
| POST |
getCollections /getCollections |
Returns list of collection IDs in your account. If the result is truncated, the response also provides a NextToken that you can use in the subsequent request to fetch the next… |
| POST |
getFacesInCollection /getFacesInCollection |
Returns metadata for faces in the specified collection. This metadata includes information such as the bounding box coordinates, the confidence (that the bounding box contains a… |
| POST |
indexFacesIntoCollection /indexFacesIntoCollection |
Detects faces in the input image and adds them to the specified collection. |
| POST |
indexS3FacesIntoCollection /indexS3FacesIntoCollection |
Detects faces in the input image and adds them to the specified collection. |
| POST |
searchFaces /searchFaces |
For a given input face ID, searches the specified collection for matching faces. You get a face ID when you add a face to the collection using the IndexFaces operation. The… |
| POST |
searchFacesByImage /searchFacesByImage |
For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces. The operation compares the features of the… |
| POST |
searchFacesByS3Image /searchFacesByS3Image |
For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces. The operation compares the features of the… |
AWSRekognition pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — | — |