POST /api/paraphrase

Paraphrase Text

Rewrite text in different styles while preserving meaning. Choose from 9 styles, adjust tone and length, and generate multiple variations.

$0.03 per request

> REQUEST

POST /api/paraphrase

{
  "text": "The meeting has been rescheduled to next Tuesday at 3pm.",
  "options": {
    "style": "professional",
    "tone": "neutral",
    "variations": 2
  }
}

> RESPONSE

{
  "result": {
    "paraphrases": [
      "Please be advised that the meeting has been moved to next Tuesday at 3:00 PM.",
      "Kindly note the rescheduling of our meeting to Tuesday at 3 PM next week."
    ],
    "original": "The meeting has been rescheduled to next Tuesday at 3pm.",
    "style": "professional",
    "tone": "neutral",
    "count": 2
  },
  "tokens_used": { "prompt_tokens": 72, "completion_tokens": 58, "total_tokens": 130 }
}

> STYLES (9 options)

formal casual professional simple creative academic persuasive friendly technical