SaaS Automation
  1. Web Copies
SaaS Automation
Content Automation
  • Ping
  • Inbox Automation
  • Content Automation
  • Business Info
  • Long Form Content
    • Blog Generation
      POST
    • White Papers
      POST
    • Case Studies
      POST
    • Newsletters
      POST
  • Short Form Content
    • Reviews
      POST
    • Video Script Generator
      POST
    • Infographics
      POST
    • Press Releases
      POST
    • Email Generator
      POST
    • Outline Generator
      POST
  • Web Copies
    • Homepage Copy
      POST
    • Product Descriptions
      POST
    • Service Descriptions
      POST
    • About Us Generator
      POST
    • FAQs Generator
      POST
    • Testimonial Generator
      POST
    • CTA (Call-to-Action)
      POST
    • Landing Page Copy
      POST
    • Terms of Service
      POST
  • Social Media Copies
    • LinkedIn Post Generator
      POST
    • Instagram Captions
      POST
    • Hashtag Generator
      POST
  • Ad Copies
    • Google Ad Titles
      POST
    • Google Ad Description
      POST
  • Outreach Mail
    POST
  • Prompt Generator
    POST
  1. Web Copies

Terms of Service

Developing
POST
https://api.saasautomation.link/content/web/privacy-terms

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json

Example
{
    "Topic": "string",
    "Framework": {
        "Tone": "string",
        "Language": "string",
        "Max Words": "string",
        "Para Length": "string",
        "Bullet Point": true,
        "Heading Subheading": true,
        "Emojis": true
    },
    "Wordcraft": {
        "Multilingual Elements": true,
        "Narrative Perspective Shifts": true,
        "Dialogic Interactions": true,
        "Contradictory Statements": true,
        "Symbolism": true,
        "Alliteration": true,
        "Suspense Building": true,
        "Specific Vocabulary": true,
        "Imagery": true,
        "Juxtaposition": true,
        "Metaphors": true,
        "Analogies": true,
        "Anecdotes": true,
        "Rhyming Elements": true,
        "Pronoun Usage": true,
        "Abbreviations": true
    },
    "Factual Information": {
        "Statistics and Data": "string",
        "Facts": "string"
    },
    "Style": {
        "Negative vs Positive Tone": "string",
        "Unique Voice": "string",
        "Sentiment Shift": true,
        "Emotion": "string"
    },
    "Supporting Elements": {
        "Genre": "string",
        "Hyperlink": "string",
        "Geographical References": "string",
        "Call to Action": "string",
        "Engaging Opening": true,
        "Citations": "string",
        "Visual Content": true,
        "Keyword Uses": "string",
        "Historical Context": true,
        "Problem Solution Format": true
    }
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.saasautomation.link/content/web/privacy-terms' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Topic": "string",
    "Framework": {
        "Tone": "string",
        "Language": "string",
        "Max Words": "string",
        "Para Length": "string",
        "Bullet Point": true,
        "Heading Subheading": true,
        "Emojis": true
    },
    "Wordcraft": {
        "Multilingual Elements": true,
        "Narrative Perspective Shifts": true,
        "Dialogic Interactions": true,
        "Contradictory Statements": true,
        "Symbolism": true,
        "Alliteration": true,
        "Suspense Building": true,
        "Specific Vocabulary": true,
        "Imagery": true,
        "Juxtaposition": true,
        "Metaphors": true,
        "Analogies": true,
        "Anecdotes": true,
        "Rhyming Elements": true,
        "Pronoun Usage": true,
        "Abbreviations": true
    },
    "Factual Information": {
        "Statistics and Data": "string",
        "Facts": "string"
    },
    "Style": {
        "Negative vs Positive Tone": "string",
        "Unique Voice": "string",
        "Sentiment Shift": true,
        "Emotion": "string"
    },
    "Supporting Elements": {
        "Genre": "string",
        "Hyperlink": "string",
        "Geographical References": "string",
        "Call to Action": "string",
        "Engaging Opening": true,
        "Citations": "string",
        "Visual Content": true,
        "Keyword Uses": "string",
        "Historical Context": true,
        "Problem Solution Format": true
    }
}'

Responses

🟢200OK
application/json
Body

Example
{}
Modified at 2023-11-02 08:56:54
Previous
Landing Page Copy
Next
LinkedIn Post Generator
Built with