End-to-end carousel creation: generates slide text + kicks off image generation for each slide in parallel.
End-to-end carousel creation: generates slide text + kicks off image generation for each slide in parallel. When brand_id is provided, auto-injects brand colors, logo watermark, and visual mood into every image prompt. Returns carousel data + image job_ids. Poll each job_id with check_status until complete, then call schedule_post with job_ids to publish as Instagram carousel (media_type=CAROUSEL_ALBUM).
End-to-end carousel creation: generates slide text + kicks off image generation for each slide in parallel. › Request Body
topicCarousel topic/hook — be specific. Example: "5 pricing mistakes that kill SaaS startups" beats "SaaS tips".
image_modelImage model for slide visuals. flux-pro for general purpose, imagen4 for photorealistic, midjourney for artistic.
template_idCarousel template. Default: hormozi-authority.
slide_countNumber of slides (3-10). Default: 7.
aspect_ratioAspect ratio for both carousel and images. Default: 1:1.
styleVisual style. Default: hormozi for hormozi-authority template.
image_style_suffixStyle suffix appended to every image prompt for visual consistency across slides. Example: "dark moody lighting, cinematic, 35mm film grain".
project_idProject ID to associate the carousel with.
response_formatResponse format. Default: text.
End-to-end carousel creation: generates slide text + kicks off image generation for each slide in parallel. › Responses
Successful tool execution.