[CLOVA Sentiment API ]

application name - Ah-whew

client id - ldy22ytr50

client secret - D328Jx1uNbANH02qTRV60KmLc8VykBy5dTVnL8CE

https://naveropenapi.apigw.ntruss.com/sentiment-analysis/v1/analyze

스크린샷 2023-12-14 오후 5.29.09.png

스크린샷 2023-12-14 오후 5.39.28.png

{
    "document": {
        "sentiment": "neutral",
        "confidence": {
            "negative": 2.3807814,
            "positive": 0.29289702,
            "neutral": 97.326324
        }
    },
    "sentences": [
        {
            "content": "오늘 꿈을 꿨는데 뭐였냐면, 안무를 숙지못하고 갑자기 데뷔하는 꿈을 꿨어",
            "offset": 0,
            "length": 40,
            "sentiment": "neutral",
            "confidence": {
                "negative": 0.017095106,
                "positive": 5.087894E-4,
                "neutral": 0.982396
            },
            "highlights": [
                {
                    "offset": 16,
                    "length": 10
                }
            ]
        },
        {
            "content": " 너무 신기하지",
            "offset": 40,
            "length": 8,
            "sentiment": "neutral",
            "confidence": {
                "negative": 0.03052052,
                "positive": 0.0053491504,
                "neutral": 0.96413034
            },
            "highlights": [
                {
                    "offset": 1,
                    "length": 7
                }
            ]
        }
    ]
}