Amazon Rekognition · Capability

Amazon Rekognition Computer Vision Workflows

Unified computer vision workflows combining image analysis, facial recognition, content moderation, and identity verification capabilities for developers and security teams.

Run with Naftiko Amazon RekognitionComputer VisionIdentity VerificationContent ModerationFacial Recognition

What You Can Do

POST
Detect labels — Detect objects, scenes, and concepts in an image
/v1/analyze/labels
POST
Detect faces — Detect faces and analyze facial attributes
/v1/analyze/faces
POST
Detect text — Detect and extract text from an image
/v1/analyze/text
POST
Detect inappropriate content — Detect unsafe or explicit content in an image
/v1/moderation/labels
POST
Compare faces — Compare a face in a source image with a target image
/v1/identity/compare
POST
Search by image — Search for matching faces in a collection using an image
/v1/identity/search
POST
Create session — Create a face liveness verification session
/v1/liveness/sessions
GET
Get results — Get the results of a face liveness session
/v1/liveness/sessions/{session_id}/results
POST
Recognize — Identify celebrities in an image
/v1/celebrities
GET
List — List all face collections
/v1/collections
POST
Create — Create a new face collection
/v1/collections
POST
Index — Index faces into a collection
/v1/collections/{collection_id}/faces
POST
Start — Start asynchronous label detection in a video
/v1/videos/labels
GET
Get results — Get the results of a video label detection job
/v1/videos/labels/{job_id}

MCP Tools

detect-image-labels

Detect objects, scenes, and concepts in an image using Amazon Rekognition

read-only
detect-faces

Detect faces in an image and return facial attributes including age range, emotions, and smile

read-only
compare-faces

Compare a face in a source image with faces in a target image for identity verification

read-only
detect-text-in-image

Detect and extract printed and handwritten text from an image

read-only
moderate-image-content

Detect explicit, inappropriate, or violent content in an image for content moderation

read-only
recognize-celebrities

Identify celebrities in an image and return names and reference URLs

read-only
detect-custom-labels

Detect custom labels in an image using a trained Amazon Rekognition Custom Labels model

read-only
create-face-collection

Create a new face collection for storing and indexing face data

list-face-collections

List all face collections in the AWS account

read-only
index-faces-in-collection

Index faces from an image into a face collection for future searching

search-faces-by-image

Search a face collection for faces matching a provided image

read-only
create-liveness-session

Create a face liveness verification session to confirm a user is physically present

get-liveness-results

Get the confidence score and status from a face liveness verification session

read-only
start-video-label-detection

Start asynchronous detection of labels in a video stored in Amazon S3

get-video-label-detection-results

Get the results of an asynchronous video label detection job

read-only

APIs Used

rekognition