Text Analysis

KOSTENLOS
Durch Bhavya Gaur | Aktualisiert 15 दिन पहले | Text Analysis
Popularität

9.8 / 10

Latenz

327ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

validation error, incorrect data passed to the server for Jquery

Rapid account: Masked Qiang
MaskedQiang
2 वर्ष पहले

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

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen