File Metadata Microservice

Upload a file and get back its name, MIME type, and size in bytes.

Example response

{
  "name": "example.png",
  "type": "image/png",
  "size": 12345
}