- Home
- Resources
- Integrations
- Amazon Rekognition
Amazon Rekognition Make integrationAutomate Amazon Rekognition with Make.
What if every image your team receives came back already tagged and read? The Amazon Rekognition Make integration gives you 5 modules: 3 actions and 2 searches that label images, pull text from pictures and videos, and flag unwanted video content. This guide connects your AWS account and walks you through a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Amazon Rekognition Make integration do for you?
The Amazon Rekognition Make integration lets a Make scenario, the automation you build in Make as a chain of bricks called modules, hand an image or a stored video to Rekognition and get back what it found: objects, printed text or content that breaks your rules. You pick the source app, Make passes the file along, and the answer lands wherever you need it.
Searchable photo libraries. A property manager receives inspection photos from the field. With Detect labels in an image, each picture comes back with the things Rekognition recognized, so a later module can file it under the right tag instead of someone opening every shot.
Text pulled out of pictures. An accounts clerk gets snapshots of shop signs, labels or delivery slips. Detect text in an image turns the printed words into text a spreadsheet or CRM can store. For recorded clips, Detect text in a video does the same job on a stored video.
A first filter on user videos. A community platform accepts uploads from members. Moderate content in a video looks for inappropriate or offensive material, and your scenario can route anything flagged to a human reviewer before it goes live.
One thing to know before you start: Rekognition has no trigger in Make, so it never starts a scenario by itself. Another app, or the schedule you set on the first module, does that job. When the listed modules fall short, Make an API call reaches the rest of the Rekognition API with the same connection. n8n often offers a node for the same app, and our n8n vs Make comparison lays out the criteria. New to the editor? The Make training starts from zero, and the Make pricing page explains how operations are counted.
How do you connect Amazon Rekognition to Make?
- 01
Create an access key in AWS
Open the AWS Management Console, go to IAM, click Users and pick the user Make should act as. On the Security credentials tab, scroll to Access keys, click Create access key, then copy both keys shown in the window.
- 02
Add a Rekognition module
In your scenario, add any Amazon Rekognition module and click Create a connection. A connection is your AWS account linked to Make once, then reused by every Rekognition module you add later. The Connection name field is optional.
- 03
Paste the credentials
Enter the API key and the secret key you copied from AWS, or follow the instructions Make shows on screen, then save. The module can now send files to Rekognition on behalf of that AWS user.
Your first scenario with Amazon Rekognition
GoalWhen a new image reaches the app where your team stores files, Make sends it to Amazon Rekognition and passes the detected labels to the next module.
- 01
Start a new scenario
From the Scenarios page, create a new scenario and click the +. Search for the app where your images arrive and pick its module that watches new files.
- 02
Add Detect labels in an image
Click the + on the right of that first module, search Amazon Rekognition and choose Detect labels in an image. Select the connection you created, or click Create a connection.
- 03
Map the image
Fill the module by mapping the file from the previous module, so each image that arrives is the one Rekognition analyzes. A bundle, one item passed from module to module, carries each file.
- 04
Test with Run once
Click Run once and drop a test image where the first module watches. Open the bubble on each module to read the bundles it received and check the labels Rekognition sent back.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run counts as one operation on your Make plan.
What each Amazon Rekognition module does
Amazon Rekognition gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Detect labels in an image
ActionIn Make“Detects instances of real-world entities within an image provided as input.”
Give it an image and it returns the real-world things Rekognition spots in it, ready for the next module to use as tags or as a filter condition.
Detect text in an image
ActionIn Make“Detects text in the input image and converts it into machine-readable text.”
Turns the words printed in a picture into machine-readable text that your scenario can store, search or send to another app, instead of someone retyping a label or a sign.
Make an API call
ActionIn Make“Performs an arbitrary authorized API call.”
Reaches any endpoint of the Amazon Rekognition API with the connection you already set up, which covers the features the four other modules leave out without building a separate authentication.
Detect text in a video
SearchIn Make“Detects text in a stored video.”
Reads the text that appears in a stored video and hands it back to your scenario, so on-screen captions or titles become data you can index or check.
Moderate content in a video
SearchIn Make“Identifies inappropriate, unwanted, or offensive content in stored videos.”
Scans a stored video for inappropriate, unwanted or offensive content and tells your scenario what it found, which lets you hold a clip back before anyone sees it published.
Need help automating Amazon Rekognition with Make?
A person reads every message.