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

# FileMimeType

> Possible MIME types for files.

## Values

| Value                 | Description                                                                                           |
| --------------------- | ----------------------------------------------------------------------------------------------------- |
| `AUDIO_M4A`           | Represents the `audio/x-m4a` MIME type.                                                               |
| `AUDIO_MPEG`          | Represents the `audio/mpeg` MIME type.                                                                |
| `AUDIO_WAV`           | Represents the `audio/wav` MIME type.                                                                 |
| `CSS`                 | Represents the `text/css` MIME type.                                                                  |
| `CSV`                 | Represents the `text/csv` MIME type.                                                                  |
| `DOCUMENT_DOC`        | Represents the `application/msword` MIME type.                                                        |
| `DOCUMENT_DOCX`       | Represents the `application/vnd.openxmlformats-officedocument.wordprocessingml.documents` MIME type.  |
| `DOCUMENT_ODP`        | Represents the `application/vnd.oasis.opendocument.presentation` MIME type.                           |
| `DOCUMENT_ODS`        | Represents the `application/vnd.oasis.opendocument.spreadsheet` MIME type.                            |
| `DOCUMENT_ODT`        | Represents the `application/vnd.oasis.opendocument.text` MIME type.                                   |
| `DOCUMENT_OFFICE_PPT` | Represents the `application/vnd.ms-powerpoint` MIME type.                                             |
| `DOCUMENT_OFFICE_XLS` | Represents the `application/vnd.ms-excel` MIME type.                                                  |
| `DOCUMENT_PDF`        | Represents the `application/pdf` MIME type.                                                           |
| `DOCUMENT_PPTX`       | Represents the `application/vnd.openxmlformats-officedocument.presentationml.presentation` MIME type. |
| `DOCUMENT_RTF`        | Represents the `application/rtf` MIME type.                                                           |
| `DOCUMENT_XLSX`       | Represents the `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` MIME type.         |
| `FONT_TTF`            | Represents the `application/x-font-ttf` MIME type.                                                    |
| `GZIP`                | Represents the `application/gzip` MIME type.                                                          |
| `HTML`                | Represents the `text/html` MIME type.                                                                 |
| `IMAGE_BMP`           | Represents the `image/bmp` MIME type.                                                                 |
| `IMAGE_GIF`           | Represents the `image/gif` MIME type.                                                                 |
| `IMAGE_HEIC`          | Represents the `image/heic` MIME type.                                                                |
| `IMAGE_HEIF`          | Represents the `image/heif` MIME type.                                                                |
| `IMAGE_JPEG`          | Represents the `image/jpeg` MIME type.                                                                |
| `IMAGE_PNG`           | Represents the `image/png` MIME type.                                                                 |
| `IMAGE_SVG`           | Represents the `image/svg+xml` MIME type.                                                             |
| `IMAGE_TIFF`          | Represents the `image/tiff` MIME type.                                                                |
| `IMAGE_WEBP`          | Represents the `image/webp` MIME type.                                                                |
| `JSON`                | Represents the `application/json` MIME type.                                                          |
| `MARKDOWN`            | Represents the `text/markdown` MIME type.                                                             |
| `TEXT_PLAIN`          | Represents the `text/plain` MIME type.                                                                |
| `VIDEO_AVI`           | Represents the `video/x-msvideo` MIME type.                                                           |
| `VIDEO_MOV`           | Represents the `video/quicktime` MIME type.                                                           |
| `VIDEO_MP4`           | Represents the `video/mp4` MIME type.                                                                 |
| `ZIP`                 | Represents the `application/zip` MIME type.                                                           |

## Used by

* [`stagedFileUploadCreate`](/partner-api/reference/mutations/files/staged-file-upload-create) (mutation)
