Paraphrasing Tool

GRATIS CON POSSIBILITÀ DI UPGRADE
Da Healthy Tech | Aggiornamento 8 days ago | Text Analysis
Popolarità

9.5 / 10

Latenza

451ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

Unexpected token s in JSON at position 0<br> &nb

Rapid account: Malharlakdawala
malharlakdawala
2 years ago

Hi

I am using this API with python… But I am getting below error

SyntaxError: Unexpected token s in JSON at position 0<br>    at JSON.parse (<anonymous>)<br>    at parse (/var/task/node_modules/body-parser/lib/types/js
on.js:89:19)<br>    at /var/task/node_modules/body-parser/lib/

My code as below:
url = “https://paraphrasing-tool1.p.rapidapi.com/api/rewrite

    payload = {"sourceText": sentence}
    headers = {
    'content-type': "application/json",
    'x-rapidapi-host': "paraphrasing-tool1.p.rapidapi.com",
    'x-rapidapi-key': "<API KEY>"
    }
    response = requests.request("POST", url, data=payload, headers=headers)
    print(response.text)

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti