x-api-key: ********************{
"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
}
}curl --location --request POST 'https://api.saasautomation.link/content/social-media/linkedin' \
--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
}
}'{}