Skip to main content
POST
/
api
/
presentations
/
{presentationId}
/
start
Start presentation generation
curl --request POST \
  --url https://app.demandiq.com/api/presentations/{presentationId}/start
{
  "status": "<string>",
  "message": "<string>"
}

Path Parameters

presentationId
string<uuid>
required

Presentation ID

Response

200 - application/json

Generation started

status
string
message
string