---
title: "Requests the generation of a single application export file (tabular, pdf, zip)."
method: POST
path: "/api/v2/application/{applicationId}/request-export"
tags: ["Application"]
---

# Requests the generation of a single application export file (tabular, pdf, zip).

`POST /api/v2/application/{applicationId}/request-export`

Exports are generated asynchronously within SlideRoom.  To retrieve the export file generated by this request, use the api/v#/export/{token} endpoint to check the progress/result of the generation process.

## Path parameters

- `applicationId` string, required

## Query parameters

- `format` 'csv' | 'tsv' | 'txt' | 'tab' | 'xlsx' | 'pdf' | 'zip' | 'json'
- `roundType` 'Assigned' | 'Current' | 'Named' | 'All'
- `roundName` string
- `tab.export` string
- `pdf.includeForms` boolean
- `pdf.includeReferences` boolean
- `pdf.includeMedia` boolean
- `pdf.includeApplicantAttachments` boolean
- `pdf.includeOrganizationAttachments` boolean
- `pdf.includeRatings` boolean
- `pdf.includeFullPageMedia` boolean
- `pdf.includeHighlights` boolean
- `pdf.includeComments` boolean
- `pdf.includeCommonApp` boolean
- `zip.originalMedia` boolean
- `zip.includeForms` boolean
- `zip.includeReferences` boolean
- `zip.includeMedia` boolean
- `zip.includeApplicantAttachments` boolean
- `zip.includeOrganizationAttachments` boolean
- `zip.includeRatings` boolean
- `zip.includeComments` boolean
- `zip.includeCommonApp` boolean
- `delivery.account` string
- `delivery.folder` string

## Response `202`

Accepted

- RequestApplicationExportResultV2
  - `message` string
  - `submissions` integer
  - `token` integer

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/slideroom/apis/slideroom-api-v2.md) · [All operations](https://skmtc.dev/slideroom/apis/slideroom-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/slideroom/slideroom-api-v2/revisions/a10e3d18b27d/schema)
