---
title: "Get Presentation"
method: GET
path: "/api/v1/ppt/presentation/{id}"
tags: ["Presentation"]
---

# Get Presentation

`GET /api/v1/ppt/presentation/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful Response

- PresentationDetailWithSlides
  - `id` string, uuid, required
  - `version` string, nullable
  - `content` string, required
  - `n_slides` integer, required
  - `language` string, required
  - `title` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `tone` string, nullable
  - `verbosity` string, nullable
  - `slides` SlideModel[], required
    - `id` string, uuid
    - `presentation` string, uuid, required
    - `layout_group` string, required
    - `layout` string, required
    - `index` integer, required
    - `content` object, required
    - `html_content` string, nullable
    - `speaker_note` string, nullable
    - `properties` object, nullable, required
    - `ui` object, nullable
  - `layout` object, nullable
  - `structure` object, nullable
  - `theme` object, nullable
  - `fonts` unknown
  - `merged_components` unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/presenton/apis/fastapi.md) · [All operations](https://skmtc.net/presenton/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/presenton/fastapi/revisions/5dae3adc4ee8/schema)
