The Plaraphy API is a tool that uses cutting-edge AI to rewrite any text content or find new ways to express what you want to say.
Pass the text you want to rewrite or get new ideas from a given text.
POST http://zylalabs.com/api/22/plaraphy/83/paraphrase
Object | Description |
---|---|
text |
[Required] Insert here the text you want to rewrite or rephrase. |
unique |
[Required] Rewrite in a way that passes online plagiarism tests. True/false |
mode |
[Required] [normal, fluent, standard, creative] Rewriting mode. The default mode is "normal". We recommend using "standard", or "fluent" |
Get the sentiment that any phrase or expression contains.
Do you want to check if the text is Neutral, somewhat positive or if it's a negative sentence? Use this endpoint.
{
"sentiments_detected": [
{
"neg": 0,
"neu": 0.764,
"pos": 0.236,
"compound": 0.5719,
"sentence": "After some time, I remembered what she said, and all of a sudden I'm happy."
}
],
"sentiment": "positive",
"success": true
}
{
"sentiments_detected": [
{
"neg": 0.274,
"neu": 0.726,
"pos": 0,
"compound": -0.7518,
"sentence": "My team lost this weekend, I bet a lot of money on them, my wife is going to be so mad."
}
],
"sentiment": "negative",
"success": true
}
POST http://zylalabs.com/api/22/plaraphy/91/sentiment+analyzer
Object | Description |
---|---|
text |
[Required] Pass the sentence whose sentiment you want to detect. |
After signing up, every user is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Plaraphy REST API, simply include your bearer token in the Authorization header.
Header | Description |
---|---|
Authorization
|
[Required] Should be Bearer access_key . See "Your API Access Key" above when you are subscribed. |
No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.
Free | 10 Requests / Monthly | $0.00 / Monthly |
Basic | 5,000 Requests / Monthly | $24.99 / Monthly |
Pro | 50,000 Requests / Monthly | $49.99 / Monthly |
ProPlus | 100,000 Requests / Monthly | $99.99 / Monthly |