Emotion Analysis

부분 유료
분류별 Twinword API | 업데이트됨 16日前 | Text Analysis
인기

9.4 / 10

지연 시간

1,653ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

Getting Error : {"result_code":"415","result_msg":"Does not look like a valid request"}

Rapid account: Mobinet Media
MobinetMedia
4年前

i am using below code
fetch(“https://twinword-emotion-analysis-v1.p.rapidapi.com/analyze/”, {
“method”: “POST”,
“headers”: {
“x-rapidapi-host”: “twinword-emotion-analysis-v1.p.rapidapi.com”,
“x-rapidapi-key”: “76b37ef4e6msh7447752c63ca90dp19104ejsn87424c7e3b6f”,
“content-type”: “application/x-www-form-urlencoded”
},
“body”: {
“text”: “After living abroad for such a long time, seeing my family was the best present I could have ever wished for.”
}
})
.then(response => response.json())
.then(data => {
console.log(data);
var result = JSON.stringify(data)
document.getElementById(“display_result”).value = result;
})
.catch(err => {
console.log(err);
document.getElementById(“display_result”).value = err;
});

but i am getting a response :
{“result_code”:“415”,“result_msg”:“Does not look like a valid request”}

please help me where is issue in my code.

Rapid account: Meredythp
meredythp Commented 4年前

did you ever figure this out? I am also having this issue

Rapid account: Twinword
twinword Commented 4年前

Hi MobinetMedia,

Thank you for using Twinword API! Unfortunately, we aren’t able to help you with your code. However, you can find coding snippets here on RapidAPI: https://rapidapi.com/twinword/api/emotion-analysis/endpoints

On the lower right side is a code snippet box where you can select the coding language.

We hope that helps!

Best regards,
Team Twinword

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입