

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# Amazon Augmented AI에서 API 사용
<a name="a2i-api-references"></a>

사용자는 인적 검토 워크플로 또는 작업자 태스크 템플릿을 프로그래밍 방식으로 생성할 수 있습니다. 사용하는 API는 Amazon Rekognition, Amazon Textract 또는 사용자 지정 태스크 유형의 생성 여부에 따라 다릅니다. 이 항목에서는 각 태스크 유형 및 프로그래밍 작업에 대한 API 참조 설명서를 연결하는 링크를 제공합니다.

다음 API를 Augmented AI에서 사용할 수 있습니다.

**Amazon Augmented AI**  
Augmented AI API를 사용하여 인적 검토 루프를 시작, 중지 및 삭제합니다. 또한 모든 인적 검토 루프를 나열하고 계정의 인적 검토 루프에 대한 정보를 반환할 수 있습니다.  
[Amazon Augmented AI 런타임 API 참조](https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html)에서 인적 검토 루프 API에 대해 자세히 알아봅니다.

**Amazon Rekognition**  
`[ DetectModerationLabels](https://docs.aws.amazon.com/rekognition/latest/dg/API_DetectModerationLabels.html)` API의 **HumanLoopConfig** 파라미터를 사용하면 Amazon Rekognition을 사용해 인적 검토 워크플로를 개시할 수 있습니다.

**Amazon SageMaker AI**  
Amazon SageMaker API를 사용하여 인적 검토 워크플로라고도 하는 `FlowDefinition`을 만들 수 있습니다.** 또한 `HumanTaskUi` 또는 작업자 태스크 템플릿을 생성할 수도 있습니다.**  
자세한 내용은 [https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFlowDefinition.html](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFlowDefinition.html) 또는 [https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHumanTaskUi.html](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHumanTaskUi.html) API 설명서를 참조하세요.

**Amazon Textract**  
[AnalyzeDocument](https://docs.aws.amazon.com/textract/latest/dg/API_AnalyzeDocument.html) API의 **HumanLoopConfig** 파라미터를 사용하면 Amazon Textract를 사용하여 인적 검토 워크플로를 시작할 수 있습니다.

## 프로그래밍 튜토리얼
<a name="amazon-augmented-ai-programmatic-walkthroughs"></a>

다음 자습서에서는 인적 검토 워크플로와 작업자 태스크 템플릿을 프로그래밍 방식으로 생성하기 위한 예제 코드와 단계별 지침을 제공합니다.
+ [자습서: Amazon A2I API를 사용하여 시작하기](a2i-get-started-api.md)
+ [인적 검토 워크플로(API) 생성](a2i-create-flow-definition.md#a2i-create-human-review-api)
+ [인적 루프 생성 및 시작](a2i-start-human-loop.md)
+ Amazon Rekognition 개발자 안내서에서 [Amazon Rekognition과 함께 Amazon Augmented AI를 사용하기](https://docs.aws.amazon.com/rekognition/latest/dg/a2i-rekognition.html)**
+ Amazon Textract 개발자 안내서의 [Amazon Textract AnalyzeDocument에서 Amazon Augmented AI를 사용하기](https://docs.aws.amazon.com/textract/latest/dg/a2i-textract.html)**