cURL
curl --request POST \ --url https://app.demandiq.com/api/slides/analyze-and-generate \ --header 'Content-Type: application/json' \ --data ' { "imageUrl": "<string>", "deckContext": "<string>", "isIntro": true } '
{ "title": "<string>", "bullets": [ "<string>" ], "narrationScript": "<string>" }
Upload a slide image for AI analysis. Extracts title and key points using GPT-4o Vision, then generates a narration script.
URL of the slide image to analyze
Analysis results