AI Detection 주문을 생성하고 이미지 업로드를 위한 S3 프리사인드 URL을 발급합니다.
POST /api/v2/orders/ai-detection/{orderId}/confirm 을 호출하여 비동기 감지를 시작합니다| 상태 | 설명 |
|---|---|
pending | 파일 업로드 대기 중 |
inProgress | 감지 처리 중 |
complete | 감지 완료, 결과 확인 가능 |
failed | 감지 실패 |
jpg, jpeg, png, webp, bmp, tiff
uploadUrl을 사용하여 PUT 요청으로 S3에 직접 이미지를 업로드합니다:
inProgress로 변경됩니다. 감지가 완료되면 다음 방법으로 결과를 확인할 수 있습니다:
order.aiDetection.completed 또는 order.aiDetection.failed 이벤트 구독complete 또는 failed가 될 때까지 호출aiDetection 필드에 포함됩니다:
statusCode | 의미 |
|---|---|
1 | AI 생성 가능성 매우 높음 |
2 | AI 생성 가능성 높음 |
3 | 사람이 창작했을 가능성 높음 |
4 | 사람이 창작했을 가능성 매우 높음 |
API Key for external client access
Idempotency key to prevent duplicate requests
"key-ai-detection-001"
Image file name with extension. Supported: jpg, jpeg, png, webp, bmp, tiff
"photo.jpg"
Order name (optional, auto-generated if not provided)
64"my-detection-order"
Output options (optional). Generated files are included in the order detail response.
Order created successfully