Website is no-follow no-index
Website is no www redirect

Help

Having problem while integrating API with your system, let us do this job for you contact us.

Paraphrasing API Documentation

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

premium-api Get started with the paraphrase API pricing plan Get Started Now

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

Request
curl --location https://staging.editpad.org/api/user/paraphrase \
     --request POST \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --header 'Authorization: Bearer API_KEY' \
     --data '{
        "text": "This is a unique paragraph that you want to paraphrase using a black permanent marker.",
        "mode": "Smooth",
        "lang": "en"
     }'
Supported Modes: (Standard | Smooth | Reworder | Formal | Simple | Fluency | Creative | Natural | Improver | Academic | Expand | Shorten)
NOTE: We Support English (en), Dutch (nl), French (fr), Spanish (es), Germany (de), Português (br), Turkish (tr), Indonesian (id), Russian (ru), Japanese (ja), Chinese (zh), Persian (fa), Vietnamese (vi), Norwegian (no)
Response
{
    "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

STATUS
ERROR
DESCRIPTION
401
Incorrect API key provided.
The provided API key is invalid or missing.
401
You are not premium for this request.
Your subscription plan doesn't allow this request or has expired.
422
Validation Error.
Invalid parameters were provided.
422
Limit Exceeded.
The parameters in the request exceed the maximum allowed limit for your plan.
429
Too Many Requests.
The rate limit of requests per minute depends on your plan.
500
An unexpected error occurred.
Internal server error.

Error Handling

Example Error Response:
{
    "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.

ERROR
MESSAGE
DESCRIPTION
401
API key is required.
The API key is missing from the request.
401
Incorrect API key provided.
The provided API key is invalid or missing.
401
You are not premium for this request.
Your subscription plan doesn't allow this request or has expired.
422
Validation Error.
Invalid parameters were provided.
422
Word limit exceeded.
The input text exceeds the maximum allowed word limit for your plan.
429
Per minute Limit Reached Blocked.
The rate limit of requests per minute depends on your plan.
429
Per day Limit Reached Blocked.
The rate limit of requests per day depends on your plan.
429
Per hour Limit Reached Blocked.
The rate limit of requests per hour depends on your plan.
500
Unable to paraphrase the text.
An internal server error occurred while processing the paraphrasing request. Please try again. If the issue persists, contact support.
500
Unable to check plagiarism.
An internal server error occurred while processing the plagiarism request. Please try again. If the issue persists, contact support.
500
An unexpected error occurred.
Internal server error.

FAQs

FAQ Answer 1

FAQ Answer 2

FAQ Answer 3

FAQ Answer 4

FAQ Answer 5