File Metadata Microservice

The File Metadata Microservice is a simple API that allows developers to upload a file and receive its metadata. With this API, you can easily get the filename, type, and size of the uploaded file.

Example Usage

Upload a File

To upload a file and get its metadata, you can send a POST request to the endpoint below with the file in the payload.

POST /api/fileanalyse

Try It Yourself

Upload a File