What is KMI and how to use it?

KMI is a microservice from the Aeza team for anonymous and fast saving and storing any text information.

How to use?

To use it, you will need a device with the curl utility, as a rule, it is available on any Linux distributions, installed through a package manager, for example apt install curl or yum install curl and so on.

Then enter one simple command, after which your text / text file will be instantly saved to the cloud.

cat hello-world.c | curl -F 'kmi=<-' https://kmi.aeza.net

After that, you will receive a short and convenient link to your text file in the format https://kmi.aeza.net/dJdFRy

KMI is completely free, has no restrictions, limits and so on. Use as much as necessary.

You can also install a script for more convenient use of KMI, you can do this as follows:

# Installation
curl "https://kmi.aeza.net/install" | sudo sh

# Usage
echo 123 | sh kmi # Where 123 is the text that will be uploaded to KMI.

Table of Contents