Skip to main content
Generate AI-powered captions, hooks, scripts, and hashtags for social media posts.

Endpoint

POST /functions/v1/generate-content

Authentication

Requires a valid JWT in the Authorization header.

Request body

ParameterTypeDescription
topicstringThe topic or listing description
typestringContent type: caption, hook, script
platformstringTarget platform: instagram, tiktok, facebook, youtube
listing_urlstringOptional listing URL for context
template_idstringOptional template to guide formatting

Response

{
  "caption": "🏡 Just Listed in Beverly Hills! ...",
  "hashtags": ["#BeverlyHills", "#LuxuryRealEstate"],
  "hook": "You won't believe this view...",
  "script": "Scene 1: Aerial shot of the property...",
  "impact_score": 85
}