SOTER-STUDIO
Features
Content Generation
// POST /api/ai/openai
interface GenerateContentRequest {
action: "generateContentSchedule";
projectId: number;
postCount: number; // default: 10
}
// AI prompt for content
const prompt = `
You are SOTER AI, a creative social media strategist.
Project Details:
- Project Name: ${project.projectName}
- Ticker: $${project.ticker}
- Description: ${project.description}
- Style: ${project.style}
Generate ${postCount} engaging X posts. Each post should:
- Be short and punchy (under 200 characters)
- Match the ${project.style} style
- Include a mix of: announcements, hype, engagement, memes, alpha
Format as JSON array:
[
{
"content": "Tweet text here",
"hashtags": ["tag1", "tag2", "tag3"],
"imagePrompt": "Image generation prompt"
}
]
`;Image Generation (Fal AI)
Studio Post Schema
How It Works
Last updated

