Text Readability

FREEMIUM
Durch Translated | Aktualisiert 7 days ago | Text Analysis
Health Check

N/A

Zurück zu allen Diskussionen

All results are showing 'Unknown' on local machine

Rapid account: Malharlakdawala
malharlakdawala
2 years ago

the api works properly on rapiapi playground
But when I am running same on local machine, all response are showing unknown, as below
{“level”:“unknown”,“hard_terms”:[],“cached”:false}

my code:

url = “https://translated-text-readability-v1.p.rapidapi.com/analyze.php"
payload = {“text”:” the company are hc trader. the company are working with all kinds of sanitary hardware electricals complite range of bulding concutration. and many more their company is tradeing company" , “language”: “en”}
headers = {
‘content-type’: “application/json”,
‘x-rapidapi-host’: “translated-text-readability-v1.p.rapidapi.com”,
’<API KEY>"
}

response = requests.request(“POST”, url, data=payload, headers=headers)
print(response)
print(response.text)

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

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen