--- title: 'Amazon Rekognition' description: '' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Amazon Rekognition** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_detect_labels_0) | Detect Labels | | [GET ](./get_detect_faces_1) | Detect Faces | | [GET ](./get_detect_text_2) | Detect Text | | [GET ](./get_compare_faces_3) | Compare Faces | | [GET ](./get_moderation_4) | Moderation | | [GET ](./get_collections_5) | Collections | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.