Paraphrasing Tool

FREEMIUM
By Healthy Tech | Updated 13 giorni fa | Text Analysis
Popularity

9.5 / 10

Latency

448ms

Service Level

100%

Health Check

N/A

Back to All Discussions

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

Rapid account: Malharlakdawala
malharlakdawala
2 anni fa

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)

Join in the discussion - add comment below:

Login / Signup to post new comments