cURL
curl --request POST \ --url https://app.demandiq.com/api/decks \ --header 'Content-Type: application/json' \ --data ' { "name": "Solar Roof Pitch", "description": "Standard residential solar sales deck", "type": "structured", "deckContext": "<string>", "voiceProvider": "elevenlabs" } '
{ "deck": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "Solar Roof Pitch", "description": "<string>", "type": "structured", "isActive": true, "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Create a new presentation deck with a name, type, and optional configuration.
"Solar Roof Pitch"
"Standard residential solar sales deck"
structured
image-based
Background info for AI narration generation
elevenlabs
openai
Deck created
Show child attributes