Назад ко всем обсуждениям

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)

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии