Skip to main content
GET
/
api
/
decks
/
{deckId}
/
presentations
List presentations
curl --request GET \
  --url https://app.demandiq.com/api/decks/{deckId}/presentations
{
  "presentations": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "deckId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "status": "not_started",
      "voiceSettings": {
        "voice_id": "<string>",
        "stability": 123,
        "similarity_boost": 123
      },
      "languageSettings": {
        "language_code": "en"
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Path Parameters

deckId
string<uuid>
required

Deck ID

Response

200 - application/json

List of presentations

presentations
object[]