📄

MIME Type Lookup

Look up MIME type for a file extension, or find extensions for a MIME type.

web API: POST /api/tools/mime-types

Input

🔌 API Usage

POST /api/tools/mime-types
Content-Type: application/json

// Example body:
{
  "query": ".json",
  "direction": "ext_to_mime"
}