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

All social media generators support major AI models:

  • Anthropic: Claude 3.5 Haiku, Claude 3.5 Sonnet, Claude 3.7 Sonnet, Claude 4 Opus, Claude 4 Sonnet
  • OpenAI: GPT-3.5, GPT-4 Turbo, GPT-4o, GPT-4.1, GPT-5, o1, o3, o4
  • Google: Gemini 1.0 Pro, Gemini 1.5 Flash/Pro, Gemini 2.0/2.5 Flash/Pro
  • Others: Mistral, Meta LLaMA, DeepSeek, Grok 2, Command R

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": "claude-3-5-sonnet-20240620",
"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

API Playground

https://api.1min.ai/api/features

Generated cURL Command:

curl -X POST "https://api.1min.ai/api/features" \
-H "API-KEY: <your-api-key>" \
-H "Content-Type: application/json" \
-d '{
"type": "CONTENT_GENERATOR_INSTAGRAM_POST",
"model": "claude-3-5-sonnet-20240620",
"conversationId": "CONTENT_GENERATOR_INSTAGRAM_POST",
"promptObject": {
"tone": "engaging",
"language": "English",
"prompt": "Share a motivational post about achieving work-life balance in tech industry"
}
}'

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.