---
title: Paraphrase Text API
slug: paraphrase-text
url: https://apyverse.com/sharpapi/service/paraphrase-text
provider: SharpAPI
categories: [Artificial Intelligence, Smart Generation]
tags: [paraphrasing, text-rewriting, content-generation, llm, copywriting]
auth: api_key
---

# Paraphrase Text API

Rewrite content with optional context, language, length, and tone controls. Returns a job ID and paraphrased text when processing completes.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/sharpapi/api/v1/content/paraphrase` | What it does Submits a paraphrasing job for the provided text content and returns job-tracking info… | 50 |
| GET | `/sharpapi/api/v1/content/paraphrase/job/status/:job_id` | What it does Checks the status of a paraphrase job by its job ID and returns the job result envelop… | 1 |

## About

## What it does
Text Paraphraser rewrites content into a new phrasing while keeping the original meaning intact. Send the text you want paraphrased, and you get back a job ID plus a status URL to check when the result is ready.

Use the submit endpoint to pass `content`, with optional `context` to guide the rewrite, `language` to set the output language, `max_length` to constrain length, and `voice_tone` to steer style. The service processes the request asynchronously, so it works well for longer passages or batch content where you do not want to wait on a synchronous response.

When the job finishes, the status endpoint returns a result object containing `paraphrase`, along with the job `status` (`queued`, `running`, `success`, or `failed`). That makes it useful for content tooling, editorial workflows, and applications that need alternate wording for articles, product copy, summaries, or user-generated text without changing the underlying meaning.

If you need to generate a cleaner version of a sentence, adapt tone for a different audience, or localize phrasing into another language, Text Paraphraser gives you a focused paraphrasing workflow with a simple job-based response model.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/sharpapi/service/paraphrase-text
