---
title: "Get all supported file types"
method: GET
path: "/file-types"
tags: ["Extras"]
---

# Get all supported file types

`GET /file-types`

Returns a list of all file types supported by Chunkr, grouped by category.
Each category contains a list of formats, where each format includes an extension
paired with its corresponding MIME type.

## Response `200`

List of supported file types

- SupportedFileTypesResponse — All supported file types grouped by category
  - `document` FileTypeInfo, required — Information about supported file formats in a category
    - `formats` FileTypeMapping[], required
      - `extension` string, required — The extension of the file type
      - `mime_type` string, required — The MIME type of the file type
  - `image` FileTypeInfo, required — Information about supported file formats in a category
    - `formats` FileTypeMapping[], required
      - `extension` string, required — The extension of the file type
      - `mime_type` string, required — The MIME type of the file type
  - `presentation` FileTypeInfo, required — Information about supported file formats in a category
    - `formats` FileTypeMapping[], required
      - `extension` string, required — The extension of the file type
      - `mime_type` string, required — The MIME type of the file type
  - `spreadsheet` FileTypeInfo, required — Information about supported file formats in a category
    - `formats` FileTypeMapping[], required
      - `extension` string, required — The extension of the file type
      - `mime_type` string, required — The MIME type of the file type
  - `text` FileTypeInfo, required — Information about supported file formats in a category
    - `formats` FileTypeMapping[], required
      - `extension` string, required — The extension of the file type
      - `mime_type` string, required — The MIME type of the file type

---

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