Main APIAI 리포트 API
POST /ai/report/country/{country}
국가별 리포트 생성
국가별 리포트 생성
특정 국가를 타겟으로 한 마케팅 리포트를 생성합니다.
| 항목 | 값 |
|---|---|
| 메서드 | POST |
| 경로 | /ai/report/country/{country} |
| 인증 | 불필요 |
| Content-Type | application/json |
요청
POST /ai/report/country/{country}
Content-Type: application/jsonPath Parameters
| 파라미터 | 타입 | 필수 | 설명 |
|---|---|---|---|
country | string | 예 | 국가 코드 (예: KR, US, JP) |
Request Body
{
"brandLink": "https://example-brand.com"
}응답
성공 응답 (200 OK)
{
"status": 200,
"code": null,
"message": "pdf 생성이 완료되었습니다.",
"data": "https://s3.amazonaws.com/reports/report_country_123.pdf"
}