1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# MediaContentType
## Enum Variants
| Name | Value |
|---- | -----|
| ImageSlashPng | image/png |
| ImageSlashJpeg | image/jpeg |
| ImageSlashJpg | image/jpg |
| ImageSlashWebp | image/webp |
| ImageSlashGif | image/gif |
| ImageSlashSvgPlusXml | image/svg+xml |
| ImageSlashTiff | image/tiff |
| ImageSlashBmp | image/bmp |
| AudioSlashMpeg | audio/mpeg |
| AudioSlashMp3 | audio/mp3 |
| AudioSlashWav | audio/wav |
| AudioSlashOgg | audio/ogg |
| AudioSlashOga | audio/oga |
| AudioSlashAac | audio/aac |
| AudioSlashMp4 | audio/mp4 |
| AudioSlashFlac | audio/flac |
| VideoSlashMp4 | video/mp4 |
| VideoSlashWebm | video/webm |
| TextSlashPlain | text/plain |
| TextSlashHtml | text/html |
| TextSlashCss | text/css |
| TextSlashCsv | text/csv |
| ApplicationSlashPdf | application/pdf |
| ApplicationSlashMsword | application/msword |
| ApplicationSlashVndPeriodMsExcel | application/vnd.ms-excel |
| ApplicationSlashZip | application/zip |
| ApplicationSlashJson | application/json |
| ApplicationSlashXml | application/xml |
| ApplicationSlashOctetStream | application/octet-stream |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)