-
Notifications
You must be signed in to change notification settings - Fork 5
일기 감정 분석
KIM MINSEONG edited this page Jan 25, 2022
·
4 revisions
메소드 | 경로 | 설명 |
---|---|---|
POST | /analyze | 일기 감정 분석 |
{
"Content-Type": "application/json"
}
{
"sentence" : "오늘 나는 정말 행복했다. 왜냐하면 내가 매우 좋아하는 친구와 함께 맛있는 음식을 먹었기 때문이다.",
"user_id" : "cyzhakt7",
"emotion": "excited"
}
{
"message": "문장 분석 완료",
"data": {
"sentence": "오늘 나는 정말 행복했다. 왜냐하면 내가 매우 좋아하는 친구와 함께 맛있는 음식을 먹었기 때문이다.",
"emotions": {
"기쁨": 0.6874999999999999,
"슬픔": 0.06249999999999999,
"분노": 0.06249999999999999,
"놀람": 0.06249999999999999,
"혐오": 0.06249999999999999,
"공포": 0.06249999999999999
}
}
}
"status" : 201
"message": "Invalid Value",
"status": 500