MIME Types

Look up MIME media types when configuring HTTP responses, uploads, file handling, content negotiation, or extension-based developer workflows.

View question

About this tool

What is MIME Types Reference?

Look up MIME media types when configuring HTTP responses, uploads, file handling, content negotiation, or extension-based developer workflows.

Motion showcase

See MIME Types Reference in action

A short visual walkthrough generated from this tool's current workflow.

What you can do

  • Search MIME type entries
  • Match common media types and file extensions
  • Use results as a quick HTTP or file-handling reference

How to use MIME Types Reference

  1. 1Enter a MIME type or file-related search term.
  2. 2Review matching entries in the reference.
  3. 3Use the relevant type in your application or configuration.

Examples

JSON

Input: .json

Result: application/json

Tool facts

Use case
Media type lookup
Common context
HTTP Content-Type and file handling
Account required
No

Limitations

  • A lookup table cannot guarantee that a file's actual bytes match its extension or declared Content-Type.
FAQ

MIME Types Reference FAQs

Common questions about how MIME Types Reference works and what to expect from the current AiFolder implementation.

?What is a MIME type?

A MIME media type labels the nature and format of content, commonly in HTTP headers, email, uploads, and file-processing systems.

?Is a file extension enough to verify content type?

No. Extensions and declared MIME types are hints; security-sensitive systems should inspect or validate the actual file content as well.

?What MIME type is used for JSON?

The standard media type commonly used for JSON documents and API payloads is application/json.