Back to catalog
📄

Paraphrase Text API

API Key

The Paraphrase Text Generator API generates a paraphrased version of the provided text

📄Documents & ProductivityHTTPSCORS enabled

Paraphrase Text API

Rewritten text with adjustable tone

OriginalThe quick brown fox jumps over the lazy dog.
ParaphrasedA speedy auburn fox leaps across the sluggish canine.
Similarity Score0.82
ModeFormal
Word Count9

Sample Response

response.json
1{
2 "original": "The quick brown fox jumps over the lazy dog.",
3 "paraphrased": "A speedy auburn fox leaps across the sluggish canine.",
4 "similarity_score": 0.82,
5 "mode": "formal",
6 "word_count": 9
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://apyhub.com/utility/sharpapi-paraphrase-text" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs