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 Name | Type | Description | Required |
---|---|---|---|
type | text | Platform-specific type (see examples below) | ✔️ |
model | text | AI model identifier | ✔️ |
conversationId | text | Same as type value | ✔️ |
promptObject.tone | string | Content tone (engaging, professional, creative, etc.) | ✔️ |
promptObject.language | string | Content language | ✔️ |
promptObject.prompt | string | Content 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
- Instagram Post
- LinkedIn Post
- X/Twitter Post
- TikTok Description
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"
}
}'
curl --location 'https://api.1min.ai/api/features' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "CONTENT_GENERATOR_LINKEDIN_POST",
"model": "claude-3-5-sonnet-20240620",
"conversationId": "CONTENT_GENERATOR_LINKEDIN_POST",
"promptObject": {
"tone": "professional",
"language": "English",
"prompt": "Discuss the impact of AI on job market and career development"
}
}'
curl --location 'https://api.1min.ai/api/features' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "CONTENT_GENERATOR_X_TWEET",
"model": "claude-3-5-sonnet-20240620",
"conversationId": "CONTENT_GENERATOR_X_TWEET",
"promptObject": {
"tone": "witty",
"language": "English",
"prompt": "Create a tweet about the latest developments in sustainable technology"
}
}'
curl --location 'https://api.1min.ai/api/features' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "CONTENT_GENERATOR_TIKTOK_DESCRIPTION",
"model": "claude-3-5-sonnet-20240620",
"conversationId": "CONTENT_GENERATOR_TIKTOK_DESCRIPTION",
"promptObject": {
"tone": "playful",
"language": "English",
"prompt": "Create a description for a TikTok video about productivity hacks for students"
}
}'
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.