curl --request POST \ --url https://app.demandiq.com/api/presentations/{presentationId}/start
{ "status": "<string>", "message": "<string>"}
Presentations
Start presentation generation
Trigger lazy generation for a presentation. Call this when the homeowner clicks the CTA on the intro page. Safe to call multiple times — duplicate requests are ignored.
POST
/
api
/
presentations
/
{presentationId}
/
start
Start presentation generation
curl --request POST \ --url https://app.demandiq.com/api/presentations/{presentationId}/start