Appearance
Amazon Rekognition
undefined
| Detail | Value |
|---|---|
| Category | AI |
| Base URL | https://rekognition.us-east-1.amazonaws.com |
| Authentication | See connector docs |
| Endpoints | 6 |
| Connector key | aws-rekognition |
Using Amazon Rekognition in a workflow
- Go to Connections and click New Connection.
- Pick Amazon Rekognition from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — the full list is below.
Available endpoints
| Endpoint | Summary |
|---|---|
GET | Detect Labels |
GET | Detect Faces |
GET | Detect Text |
GET | Compare Faces |
GET | Moderation |
GET | Collections |
Each endpoint is documented in full below. Use the outline on the right to jump to one.
GET
Detect Labels
| Detail | Value |
|---|---|
| Operation ID | detect_labels_0 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Amazon Rekognition connection from the Connection dropdown.
- In the Operation dropdown, select
detect_labels_0. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Amazon Rekognition API reference.
GET
Detect Faces
| Detail | Value |
|---|---|
| Operation ID | detect_faces_1 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Amazon Rekognition connection from the Connection dropdown.
- In the Operation dropdown, select
detect_faces_1. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Amazon Rekognition API reference.
GET
Detect Text
| Detail | Value |
|---|---|
| Operation ID | detect_text_2 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Amazon Rekognition connection from the Connection dropdown.
- In the Operation dropdown, select
detect_text_2. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Amazon Rekognition API reference.
GET
Compare Faces
| Detail | Value |
|---|---|
| Operation ID | compare_faces_3 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Amazon Rekognition connection from the Connection dropdown.
- In the Operation dropdown, select
compare_faces_3. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Amazon Rekognition API reference.
GET
Moderation
| Detail | Value |
|---|---|
| Operation ID | moderation_4 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Amazon Rekognition connection from the Connection dropdown.
- In the Operation dropdown, select
moderation_4. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Amazon Rekognition API reference.
GET
Collections
| Detail | Value |
|---|---|
| Operation ID | collections_5 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Amazon Rekognition connection from the Connection dropdown.
- In the Operation dropdown, select
collections_5. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Amazon Rekognition API reference.