Skip to main content

Social Media Posts Generator

Generate engaging, platform-optimized social media posts for Instagram, Facebook, LinkedIn, X/Twitter, and TikTok. Each platform type is tailored to its unique audience, format requirements, and engagement patterns.

Supported Platforms

  • Instagram Posts - Visual-first content with hashtags and engaging captions
  • Facebook Posts - Community-focused content with storytelling elements
  • LinkedIn Posts - Professional networking content with industry insights
  • X/Twitter Posts - Concise, trending-aware content with optimal character count
  • TikTok Descriptions - Youth-focused, trendy content with viral potential

Available Models

Loading available models...

Request Parameters

Field NameTypeDescriptionRequired
typetextPlatform-specific type (see examples below)✔️
modeltextAI model identifier✔️
conversationIdtextSame as type value✔️
promptObject.tonestringContent tone (engaging, professional, creative, etc.)✔️
promptObject.languagestringContent language✔️
promptObject.promptstringContent topic/instruction✔️

Platform Types

  • CONTENT_GENERATOR_INSTAGRAM_POST
  • CONTENT_GENERATOR_FACEBOOK_POST
  • CONTENT_GENERATOR_LINKEDIN_POST
  • CONTENT_GENERATOR_X_TWEET
  • CONTENT_GENERATOR_TIKTOK_DESCRIPTION

Endpoint

Code Examples

curl --location 'https://api.1min.ai/api/features' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "CONTENT_GENERATOR_INSTAGRAM_POST",
"model": "gpt-4o",
"conversationId": "CONTENT_GENERATOR_INSTAGRAM_POST",
"promptObject": {
"tone": "engaging",
"language": "English",
"prompt": "Share a motivational post about achieving work-life balance in tech industry"
}
}'

Interactive Playground

Loading interactive playground...

Platform-Specific Features

Instagram Posts

  • Optimized for visual storytelling
  • Includes relevant hashtags
  • Engaging captions with call-to-action

LinkedIn Posts

  • Professional tone and industry insights
  • Networking-focused content
  • Thought leadership positioning

X/Twitter Posts

  • Character count optimization
  • Trending topic awareness
  • Engaging thread potential

TikTok Descriptions

  • Youth-focused language
  • Trending audio/hashtag suggestions
  • Viral content strategies

Response Format

Each platform returns content optimized for its specific format, audience, and engagement patterns.