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

Content Spinner API

The content spinner can take up to 10,000 characters at a time and will spin the synonyms on the piece of content. The advantage of this is to get through a large piece of text quickly. The downside is that it will require heavy editing still to get it to a readable level.

This will take up to 10,000 characters at a time so please do not go over that limit or you will receive an error. Limits are still being determined on this endpoint and will updated based on usage.

Text Spinner

POST https://flows.contentvillain.com/webhook/text-spinner

Spin larger texts quickly with this endpoint.

Headers

Name
Type
Description

x-api-key

string

Your API Key

Request Body

Name
Type
Description

text

string

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

[
    {
        "text": "The feline sat on the mat drinking with his pals the entire evening"
    }
]
PreviousUnderstanding RephrasersNextNLP Rephraser API

Last updated 3 years ago

Was this helpful?