Skip to main content
POST
/
api
/
presentations
/
{presentationId}
/
start
Start a presentation
curl --request POST \
  --url https://app.demand-iq.com/api/presentations/{presentationId}/start
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "ready",
  "phase": "<string>",
  "message": "<string>"
}

Path Parameters

presentationId
string<uuid>
required

Response

Presentation status

id
string<uuid>
status
enum<string>
Available options:
ready,
generating
phase
string | null
message
string