- Long Form Content
- Short Form Content
- Web Copies
- Social Media Copies
- Ad Copies
- Outreach MailPOST
- Prompt GeneratorPOST
About Us Generator
Developing
POST
https://api.saasautomation.link/content/web/about
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json
Topic
string
required
Framework
object
optional
Tone
string
optional
Language
string
optional
Max Words
string
optional
Para Length
string
optional
Bullet Point
boolean
optional
Heading Subheading
boolean
optional
Emojis
boolean
optional
Wordcraft
object
optional
Multilingual Elements
boolean
optional
Narrative Perspective Shifts
boolean
optional
Dialogic Interactions
boolean
optional
Contradictory Statements
boolean
optional
Symbolism
boolean
optional
Alliteration
boolean
optional
Suspense Building
boolean
optional
Specific Vocabulary
boolean
optional
Imagery
boolean
optional
Juxtaposition
boolean
optional
Metaphors
boolean
optional
Analogies
boolean
optional
Anecdotes
boolean
optional
Rhyming Elements
boolean
optional
Pronoun Usage
boolean
optional
Abbreviations
boolean
optional
Factual Information
object
optional
Statistics and Data
string
optional
Facts
string
optional
Style
object
optional
Negative vs Positive Tone
string
optional
Unique Voice
string
optional
Sentiment Shift
boolean
optional
Emotion
string
optional
Supporting Elements
object
optional
Genre
string
optional
Hyperlink
string
optional
Geographical References
string
optional
Call to Action
string
optional
Engaging Opening
boolean
optional
Citations
string
optional
Visual Content
boolean
optional
Keyword Uses
string
optional
Historical Context
boolean
optional
Problem Solution Format
boolean
optional
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 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/about' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--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
object {0}
Example
{}