---
title: "Edit Presentation With New Content"
method: POST
path: "/api/v1/ppt/presentation/edit"
tags: ["Presentation"]
---

# Edit Presentation With New Content

`POST /api/v1/ppt/presentation/edit`

## Request body

- EditPresentationRequest
  - `presentation_id` string, uuid, required
  - `slides` SlideContentUpdate[], required
    - `index` integer, required
    - `content` object, required
  - `export_as` 'pptx' | 'pdf'

## Response `200`

Successful Response

- PresentationPathAndEditPath
  - `presentation_id` string, uuid, required
  - `path` string, required
  - `edit_path` string, required
  - `credits_consumed` number, required

## 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/versions/5dae3adc4ee8/schema)
