Create TikTok carousels
create_tiktok_carouselRender a batch of TikTok photo carousels from a template: swipeable 1080x1920 slides, real library photos, the copy composited as REAL text (never generated into the image, so it says exactly what you write). ASYNC — returns a jobId; poll get_job until completed, and the slide URLs come back on the job itself. SPENDS 1 CREDIT PER CAROUSEL. Max 12 per call. Keys in values must come from list_carousel_templates; unknown ones are reported in ignoredKeys, not rejected. Image slots take either a collection:<pool> key (stock photos, see the template's examples) or a direct image URL. For candid phone-shot backgrounds that match each slide's line, generate them first with studio_generate_image (modelKey 'replicate-pruna-p-image-ideogram', 1 credit, aspectRatio '9:16', prompt like 'candid iPhone photo of a laptop showing a blurred inbox at night, phone-camera grain, no people, no readable text, no logos') and pass the returned URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| rows | Yes | One carousel per entry | |
| seed | No | Fixes photo picks so the same rows reproduce the same slides | |
| templateKey | Yes | Template id from list_carousel_templates | |
| noRepeatScope | No | 'row' (default) de-dupes photos within one carousel; 'batch' across the whole batch |