Glowb Dev Docs
Main APIAI 리포트 API

POST /ai/report/cold-mail

콜드메일 1차 생성

콜드메일 1차 생성

브랜드 분석을 기반으로 콜드메일 초안을 생성합니다.

항목
메서드POST
경로/ai/report/cold-mail
인증불필요
Content-Typeapplication/json

요청

POST /ai/report/cold-mail
Content-Type: application/json

Request Body

{
  "brandLink": "https://example-brand.com"
}

응답

성공 응답 (200 OK)

{
  "status": 200,
  "code": null,
  "message": "콜드메일 1차 생성이 완료되었습니다.",
  "data": {
    "subject": "이메일 제목",
    "body": "이메일 본문 내용..."
  }
}

API 테스트

On this page