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

# unsupported_media_type

> The file type is not supported. Allowed: PNG, JPEG, GIF, WebP, WebVTT.

|             |                                                        |
| ----------- | ------------------------------------------------------ |
| HTTP status | `415 Unsupported Media Type`                           |
| `code`      | `unsupported_media_type`                               |
| `type`      | `https://docs.vturb.com/errors/unsupported_media_type` |

The file type is not supported. Allowed: PNG, JPEG, GIF, WebP, WebVTT.

```json theme={null}
{
  "type": "https://docs.vturb.com/errors/unsupported_media_type",
  "code": "unsupported_media_type",
  "message": "The file type is not supported. Allowed: PNG, JPEG, GIF, WebP, WebVTT.",
  "request_id": "0b5e7a1c-9f3d-4c2b-8e1a-7d6c5b4a3f21"
}
```
