Paraphrasing Tool

부분 유료
분류별 Healthy Tech | 업데이트됨 vor 14 Tagen | Text Analysis
인기

9.5 / 10

지연 시간

447ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

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

Rapid account: Malharlakdawala
malharlakdawala
vor 2 Jahren

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)

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입