v4
latestOpenAPI 3.1.02026-08-0130252.8 KBSlides
Create one or more slides
Create one or more empty slides in order in a single atomic call. Returns the new slideIds in the order they were created. Always batch every slide you want to add into one call instead of calling this endpoint multiple times concurrently. After creation, call updateSlide on each returned slideId to write real content.
post/projects/{slug}/slides
Path parameters
slugstring required
Request body
Example request
{
"slides": [
{
"name": "Hero Section"
}
]
}Response
Slides created