Skip to main content
POST
/
api
/
slides
/
analyze-and-generate
Analyze slide image
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>"
}

Body

application/json
imageUrl
string
required

URL of the slide image to analyze

deckContext
string
isIntro
boolean

Response

200 - application/json

Analysis results

title
string
bullets
string[]
narrationScript
string