# Supported Mime Types

The Hummingbird API supports the following MIME types. To request support for additional types, please email <support@hummingbird.co>.

```
application/csv
application/epub+zip
application/gzip
application/json
application/msword
application/ogg
application/onenote
application/pdf
application/rtf
application/vnd.ms-excel
application/vnd.ms-outlook
application/vnd.ms-powerpoint
application/vnd.ms-publisher
application/vnd.openxmlformats-officedocument.presentationml.presentation
application/vnd.openxmlformats-officedocument.presentationml.slideshow
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
application/vnd.openxmlformats-officedocument.wordprocessingml.document
application/vnd.visio
application/x-bzip2
application/x-7z-compressed
application/x-ms-msg
application/x-rar-compressed
application/x-tar
application/x-xz
application/xml
application/zip
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.hummingbird.co/hummingbird-api/can-i-upload-files-over-the-api/supported-mime-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
