Paraphrasing Tool

FREEMIUM
Durch Healthy Tech | Aktualisiert 17 days ago | Text Analysis
Popularität

9.4 / 10

Latenz

445ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

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)

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

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen