---
title: "GET /v1/designs/{designId}/export-formats"
method: GET
path: "/v1/designs/{designId}/export-formats"
tags: ["design"]
---

# GET /v1/designs/{designId}/export-formats

`GET /v1/designs/{designId}/export-formats`

Lists the available file formats for [exporting a design](https://www.canva.dev/docs/connect/api-reference/exports/create-design-export-job/).

<Note>
The available export formats depend on the design type and the types of pages in the design.
Each format includes the page numbers that support it. If a format is supported by every page in the design, its `page_numbers` are omitted.
</Note>

## Path parameters

- `designId` string, required

## Response `200`

OK

- GetDesignExportFormatsResponse — Successful response from a `getDesignExportFormats` request.
  - `formats` ExportFormatOptions, required — The available file formats for exporting the design.
    - `pdf` PdfExportFormatOption — Whether the design can be exported as a PDF.
      - `page_numbers` integer[] — The page numbers in the design that support this export format, in ascending order. The first page in a design is page `1`. If omitted, the format is supported by all pages in the design.
    - `jpg` JpgExportFormatOption — Whether the design can be exported as a JPEG.
      - `page_numbers` integer[] — The page numbers in the design that support this export format, in ascending order. The first page in a design is page `1`. If omitted, the format is supported by all pages in the design.
    - `png` PngExportFormatOption — Whether the design can be exported as a PNG.
      - `page_numbers` integer[] — The page numbers in the design that support this export format, in ascending order. The first page in a design is page `1`. If omitted, the format is supported by all pages in the design.
    - `svg` SvgExportFormatOption — Whether the design can be exported as an SVG.
      - `page_numbers` integer[] — The page numbers in the design that support this export format, in ascending order. The first page in a design is page `1`. If omitted, the format is supported by all pages in the design.
    - `pptx` PptxExportFormatOption — Whether the design can be exported as a PPTX.
      - `page_numbers` integer[] — The page numbers in the design that support this export format, in ascending order. The first page in a design is page `1`. If omitted, the format is supported by all pages in the design.
    - `gif` GifExportFormatOption — Whether the design can be exported as a GIF.
      - `page_numbers` integer[] — The page numbers in the design that support this export format, in ascending order. The first page in a design is page `1`. If omitted, the format is supported by all pages in the design.
    - `mp4` Mp4ExportFormatOption — Whether the design can be exported as an MP4.
      - `page_numbers` integer[] — The page numbers in the design that support this export format, in ascending order. The first page in a design is page `1`. If omitted, the format is supported by all pages in the design.
    - `html_bundle` HtmlBundleExportFormatOption — Whether the design can be exported as an HTML bundle.
      - `page_numbers` integer[] — The page numbers in the design that support this export format, in ascending order. The first page in a design is page `1`. If omitted, the format is supported by all pages in the design.
    - `html_standalone` HtmlStandaloneExportFormatOption — Whether the design can be exported as an standalone HTML file.
      - `page_numbers` integer[] — The page numbers in the design that support this export format, in ascending order. The first page in a design is page `1`. If omitted, the format is supported by all pages in the design.
    - `csv` CsvExportFormatOption — Whether the design can be exported as a CSV file.
      - `page_numbers` integer[] — The page numbers in the design that support this export format, in ascending order. The first page in a design is page `1`. If omitted, the format is supported by all pages in the design.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `default` — Error Response

---

[API](https://skmtc.net/canva/apis/canva-connect-api.md) · [All operations](https://skmtc.net/canva/apis/canva-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/canva/canva-connect-api/versions/499c392c7720/schema)
