Carousels
This is a member-only chapter. Log in with your Signal Over Noise membership email to continue.
Log in to readModule 4 · Section 6 of 9
Carousels
A carousel on Threads is a container that holds multiple image containers. The API builds it in stages:
- Create each image container individually — get their IDs
- Create a carousel container referencing those IDs
- Publish the carousel container
The threads-api skill handles this automatically when you pass multiple images. From your side:
threads-api carousel \
--images "url1,url2,url3" \
"Three screenshots from the build — what it looked like at each stage."