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 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_POSTCONTENT_GENERATOR_FACEBOOK_POSTCONTENT_GENERATOR_LINKEDIN_POSTCONTENT_GENERATOR_X_TWEETCONTENT_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": "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"
}
}'
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": "gpt-4o",
"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": "gpt-4o",
"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": "gpt-4o",
"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
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.