cURL
curl --request POST \ --url https://app.demand-iq.com/api/decks/{deckId}/slides \ --header 'Content-Type: application/json' \ --cookie session= \ --data ' { "slideId": "<string>", "title": "<string>", "narrationScript": "<string>", "bullets": [ "<string>" ], "slideContext": "<string>", "audioUrl": "<string>", "heroImg": "<string>", "orderIndex": 123, "slideType": "standard" } '
{}
Session cookie obtained from POST /api/auth/login.
POST /api/auth/login
UUID of the deck
Human-readable identifier (e.g. "slide-1")
S3 key for pre-recorded audio
S3 key for slide image
standard
product_pricing_v1
Slide created
Show child attributes