Skip to main content

Social Media Comments Generator

Generate thoughtful, engaging comments for social media posts across LinkedIn, X/Twitter, and Facebook. Each platform's comment generator is optimized for appropriate tone, engagement style, and platform-specific conventions.

Supported Platforms

  • LinkedIn Comments - Professional, insightful responses that add value to business discussions
  • X/Twitter Comments - Concise, engaging replies that spark conversation and build community
  • Facebook Comments - Social, friendly responses that encourage community interaction

Available Models

Loading available models...

Request Parameters

Field NameTypeDescriptionRequired
typetextPlatform-specific type (see types below)✔️
modeltextAI model identifier✔️
conversationIdtextSame as type value✔️
promptObject.tonestringComment tone (professional, friendly, supportive, etc.)✔️
promptObject.languagestringContent language✔️
promptObject.promptstringOriginal post content or context to comment on✔️

Platform Types

  • CONTENT_GENERATOR_LINKEDIN_COMMENT
  • CONTENT_GENERATOR_X_COMMENT
  • CONTENT_GENERATOR_FACEBOOK_COMMENT

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_LINKEDIN_COMMENT",
"model": "gpt-4o",
"conversationId": "CONTENT_GENERATOR_LINKEDIN_COMMENT",
"promptObject": {
"tone": "professional",
"language": "English",
"prompt": "Original post: Just finished implementing a new AI-powered feature at our startup. The possibilities are endless! What are your thoughts on AI integration in small businesses?"
}
}'

Interactive Playground

Loading interactive playground...

Response Format

Each platform returns comments optimized for its specific engagement style, character limits, and community expectations.