> For the complete documentation index, see [llms.txt](https://help.blotato.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blotato.com/api/n8n/n8n-slideshows-and-carousels.md).

# n8n Slideshows & Carousels

## CREATE VISUAL Node (Recommended)

Use the Blotato CREATE VISUAL node to generate carousels and slideshows from templates:

1. Add a Blotato node and select "Visual" > "Create"
2. Select a template from the dropdown list
3. Keep default inputs and click Execute to instantly make a carousel
4. Update inputs one-by-one to customize
5. Check the [API Dashboard](https://my.blotato.com/api-dashboard) to see the JSON payload for each template

Tip: Browse all available templates at <https://my.blotato.com/videos/new> to see how they work before building your automation.

***

## Legacy Tutorial

{% embed url="<https://www.sabrina.dev/p/this-ai-agent-automates-slideshows-and-carousels>" %}

{% embed url="<https://youtu.be/Ev3xBsldyBk>" %}

Here's the n8n template:

[n8n template](https://drive.google.com/file/d/1bLUhrYM1wz3kaaw4S-Iifu1ZtlcKc3jp/view?usp=sharing\&utm_source=www.sabrina.dev\&utm_medium=referral\&utm_campaign=this-ai-agent-automates-slideshows-and-carousels)

### How do you create carousels and slideshows with your own images and videos?

You don't need to use Blotato's AI generated images for your slideshow. You can use any images that have a publicly accessible URL.

Open the PUBLISH TO INSTAGRAM/TIKTOK steps. Submit a `mediaUrls` array that contains your final images for the carousel. You can pass any publicly accessible image/video URL directly - no upload step required.

I recommend switching to the n8n/Make official Blotato nodes. Much easier instead of fiddling with JSON. Check out this tutorial and template:

<https://youtu.be/AB_5ifmBqec>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.blotato.com/api/n8n/n8n-slideshows-and-carousels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
