Text Analysis

무료
분류별 Bhavya Gaur | 업데이트됨 5 days ago | Text Analysis
인기

9.8 / 10

지연 시간

327ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

validation error, incorrect data passed to the server for Jquery

Rapid account: Masked Qiang
MaskedQiang
a year ago

Does anyone have suggestions as to what I could do?

const settings = {
“async”: true,
“crossDomain”: true,
“url”: “https://text-analysis12.p.rapidapi.com/summarize-text/api/v1.1”,
“method”: “POST”,
“headers”: {
“content-type”: “application/json”,
“X-RapidAPI-Key”: “b5f629b4a6msh0a84cd8df321b7dp13e080jsn7500d80b5f3a”,
“X-RapidAPI-Host”: “text-analysis12.p.rapidapi.com
},
“processData”: false,
“data”: {
“language”: “english”,
“summary_percent”: 10,
“text”: "I believe that it is fundamental to have an overview of the history that later formed Computer Science. "
}
};

            $.ajax(settings).done(function (response) {
                console.log(response);
            });

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

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