---
title: "Get a presentation"
method: GET
path: "/v1/presentations/{id}"
tags: ["Presentations"]
---

# Get a presentation

`GET /v1/presentations/{id}`

Get a presentation by id

## Path parameters

- `id` string, required — The id of the presentation

## Response `200`

The requested presentation

- Presentation
  - `id` string, required — The id of the presentation
  - `embed` string, uri, required — The url to embed the presentation. A redirect to a Microsoft PowerPoint viewer url.
  - `download` string, uri, required — The url to download the presentation as PowerPoint.

## Other responses

- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/slidesgpt/apis/web.md) · [All operations](https://skmtc.dev/slidesgpt/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/slidesgpt/web/revisions/62166446caec/schema)
