Content VIllain API
  • Welcome to the API
  • Introduction
    • Introduction to the API
    • Concerns with Automating AI
    • API Technology
  • API Basics
    • Authentication
    • Error Handling
  • Email Detective
    • Email Detective Description
      • Email Detective API
  • Content Rephrasing
    • Understanding Rephrasers
      • Content Spinner API
      • NLP Rephraser API
  • Idea Generators
    • Using AI for Ideas
      • Business Ideas API
      • Blog Ideas API
      • Marketing Ideas API
      • Growth Ideas API
      • Tweet Ideas API
  • Product Descriptions
    • Sell Products with AI
      • Amazon Bullet Points
      • Ecommerce Descriptions
      • Food Product Descriptions
      • Etsy Product Descriptions
  • Blog Writing
    • Creating Blogs with AI
      • Blog Introductions
      • Section Writer
      • Blog Conclusions
      • Blog Titles & Outlines
  • Sales Copy
    • Traditional Sales Copy
      • Features, Advantages, Benefits
Powered by GitBook
On this page

Was this helpful?

  1. Content Rephrasing
  2. Understanding Rephrasers

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

Name
Type
Description

x-api-key

string

Your API Key

Request Body

Name
Type
Description

message

string

The cat sat on the mat drinking with his buddies all night long.

sequences

number

2

[
    {
        "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."
            }
        ]
    }
]

PreviousContent Spinner APINextUsing AI for Ideas

Last updated 3 years ago

Was this helpful?