> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Download Presentation

> Export a Google Slides presentation as PowerPoint, PDF, or plain text

Export a Google Slides presentation as PowerPoint, PDF, or plain text

|                      |                                |
| -------------------- | ------------------------------ |
| **App**              | Google Slides                  |
| **Operation ID**     | `slides_download_presentation` |
| **Type**             | Action                         |
| **Connection**       | `drive` (required)             |
| **Credits per run**  | 1                              |
| **Agent / MCP tool** | Yes                            |

## Inputs

| Field           | Type                 | Required | Default | Description                                                                                                                      |
| --------------- | -------------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------- |
| `presentation`  | string or SelectItem | Yes      | -       | The Google Slides presentation selected from Google Drive. Can be either a string ID or an object with \{ label, value } format. |
| `export_format` | string               | Yes      | -       | Export format for the downloaded presentation. Supported values are PowerPoint (.pptx), PDF (.pdf), and Plain Text (.txt).       |
| `file_name`     | string               | No       | -       | Optional file name for the exported file. If not provided, the presentation title will be used when available.                   |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `Dict`

Returns the downloaded export file details.

**Fields**: `file_url`, `file_type`, `file_name`
