Skip to main content
POST
Create a slide

Authorizations

session
string
cookie
required

Session cookie obtained from POST /api/auth/login.

Path Parameters

deckId
string<uuid>
required

UUID of the deck

Body

application/json
slideId
string
required

Human-readable identifier (e.g. "slide-1")

title
string
required
narrationScript
string
required
bullets
string[]
slideContext
string | null
audioUrl
string

S3 key for pre-recorded audio

heroImg
string | null

S3 key for slide image

orderIndex
integer
slideType
enum<string>
default:standard
Available options:
standard,
product_pricing_v1

Response

Slide created

slide
object