---
title: "Export Presentation As Pptx Or Pdf V3"
method: POST
path: "/api/v3/presentation/export"
tags: ["V3 Presentation"]
---

# Export Presentation As Pptx Or Pdf V3

`POST /api/v3/presentation/export`

Export a presentation as PPTX, PDF or PNG.

Create an API Key from your account to access this endpoint.
Authorization: Bearer sk-presenton-xxxxxxxx

## Headers

- `Authorization` string, required — Bearer JWT or API Key

## Request body

- BodyExportPresentationAsPptxOrPdfV3ApiV3PresentationExportPost
  - `id` string, uuid, required — Presentation ID to export
  - `export_as` 'pptx' | 'pdf' | 'png', required — Format to export the presentation as

## 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.dev/presenton/apis/fastapi.md) · [All operations](https://skmtc.dev/presenton/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/presenton/fastapi/revisions/5dae3adc4ee8/schema)
