API Documentation
Great News! Paraphrasing APIs are now avaialble for all users including free users.
Editpad.org Paraphrasing API used to integrate content checking system with your website. You can built a realtime paraphrasing tool, just like our tool works. So can also rewrite articles fully or you can also check documents with API.
Each sentence checking consumes a query. If you are checking post content our system will also return how much number of queries used.
You can check Paraphrasing for your content with editpad.org API. It's Easy and Fast
Paraphrasing API for full article or a post content:
This method is used when you want to rewrite an article or post. Maximum words limit of checking content is 5,000 words via API
curl --locationhttps://staging.editpad.org/api/user/paraphrase
\ --requestPOST
\ --header'Accept: application/json'
\ --header'Content-Type: application/json'
\ --header'Authorization: Bearer
\ --dataAPI_KEY
''{ "text": "This is a unique paragraph that you want to paraphrase using a black permanent marker.", "mode": "Smooth",
"lang": "en" }'
{"error"
: false,"mode"
: "smooth","lang"
: "en","input_words"
: 15,"output_words"
: 15,"credits_used"
: 100,// credits used in this API call
"output"
: "This is a distinctive paragraph that you wish to rephrase with a black permanent marker." }
API Response Codes
Error Handling
{"error"
: true,"message"
: "Error message here","detail"
: "Please try again. If the issue persists, contact support", }
The API uses standard HTTP status codes to indicate the success or failure of an API request. Here are some common status codes and error messages for your reference.
FAQs
FAQ Answer 1
FAQ Answer 2
FAQ Answer 3
FAQ Answer 4
FAQ Answer 5