Text Readability

GRATIS CON POSSIBILITÀ DI UPGRADE
Da Translated | Aggiornamento 5日前 | Text Analysis
Health Check

N/A

Torna a tutte le discussioni

All results are showing 'Unknown' on local machine

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)

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti