create_carousel
Build a carousel from ordered slides—cover, body, and CTA—by supplying each slide's template, category, label, and content; slide ids are generated automatically.
Instructions
Create a new carousel with the given slides. Each slide must include templateId, category, label, and content. Slide ids are auto-generated (e.g. "slide-abc123") — do not provide them. Typical structure: 1 cover slide + several body slides + 1 cta slide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Carousel title (shown in Studio listings) | |
| slides | Yes | Ordered list of slides (at least 1, max 20) | |
| caption | No | Optional social-post caption draft | |
| variant_id | No | Optional variant(id) to link this carousel to (1:1). Use the id returned by create_variant with format=carousel. |