Text Analysis

免费
通过 Bhavya Gaur | 已更新 8 days ago | Text Analysis
人气

9.8 / 10

延迟

323ms

服务等级

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);
            });

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论