NLP Rephraser API

This rephraser is capable of rephrasing text of up to approximately 700 words. The length of the text to be rephrased can vary so if you do get an error, try and shorten it.

The API endpoint will take longer based on length of text and the amount of variations you would like returned. There are two variables to add into this endpoint as shown below.

NLP Rephraser

POST https://flows.contentvillain.com/webhook/nlp-rephraser

The endpoint will return your rephrased content. Note that sequences should be set as 1 as a minimum and up to 5 as a maximum. Setting it higher than this is likely to lead to timeouts.

Headers

Request Body

[
    {
        "Outputs": [
            {
                "Generated": "The cat sat all night drinking with his friends on the mat."
            },
            {
                "Generated": "The cat sat all night in the mat with his friends, drinking."
            }
        ]
    }
]

Last updated