cURL
curl --request PUT \ --url https://app.demand-iq.com/api/decks/{deckId}/intro \ --header 'Content-Type: application/json' \ --cookie session= \ --data ' { "backgroundImage": "<string>", "headline": "Your Custom Solar Proposal", "subtitle": "<string>", "ctaButtonLabel": "View My Proposal" } '
{}
Creates or updates the intro page for a deck. Enabling an intro page switches the deck to lazy generation mode.
Session cookie obtained from POST /api/auth/login.
POST /api/auth/login
S3 key for the intro background image
"Your Custom Solar Proposal"
"View My Proposal"
Saved intro config
Show child attributes