SMS
MMS 이미지 업로드
MMS 메시지 발송에 사용할 이미지를 업로드합니다. 최대 3개까지 업로드할 수 있으며, 각 이미지는 최대 5MB까지 지원합니다.
post/v2/messages/sms/image/upload
Response
MMS 이미지 업로드가 성공적으로 완료되었습니다. 업로드된 이미지의 ID가 반환됩니다.
Example response
{
"code": 200,
"message": "성공",
"data": {
"images": [
{
"id": "IMG019048efaefa7d888ae9801406be243a",
"size": 54225,
"filename": "aligo.jpeg"
}
]
}
}