Main APIAI 리포트 API
POST /ai/report/recheck
재검토 리포트 생성
재검토 리포트 생성
재검토용 분석 리포트를 생성합니다.
| 항목 | 값 |
|---|---|
| 메서드 | POST |
| 경로 | /ai/report/recheck |
| 인증 | 불필요 |
| Content-Type | application/json |
요청
POST /ai/report/recheck
Content-Type: application/jsonRequest Body
{
"brandLink": "https://example-brand.com"
}응답
성공 응답 (200 OK)
{
"status": 200,
"code": null,
"message": "pdf 생성이 완료되었습니다.",
"data": "https://s3.amazonaws.com/reports/recheck_123.pdf"
}