DEV Community

Cover image for Micro APIs for everyday use
Asim Aslam for M3O

Posted on

Micro APIs for everyday use

Hey all,

Today we’re excited to announce our new Micro API cloud platform, now in beta. Simple, fast and affordable APIs for everyday use. Signup for free (no credit card needed) and get $5 of free credit to get started.





API building blocks

Micro has evolved from an open source framework to a full blown API platform, one that continues to focus on the developer experience first and foremost. The majority of our users are building APIs for end public consumption but having to rebuild many of the building blocks they need wherever they go.

We wanted to solve that problem by providing a set of programmable building block services as simple APIs for public consumption from anywhere in the world, all in one place.

Some of the APIs we’re offering are as follows:

Third Party APIs

Additionally we’ve partnered with third party API providers such as Finage, ExchangeRate-API and the WeatherAPI to bring more functionality to the platform like Currency conversion, Stock prices and Weather forecasts, so you can access everything you need with just one account and one API key, all in one place. We’re adding more and more third party API providers everyday so keep your eyes peeled!

Taming Complexity

AWS is the cloud giant in the sky we've all come to know as the definition of API building blocks but over time it's complexity has also grown, making it
more and more difficult to work with as a developer. We see this, we feel this and we know there needs to be a change.

Micro attempts to remove the marketing spiel, cloud complexity and bottomless billing by doing the following:

  • API docs and usage are always just one click away
  • Billing is Top-Up only. Only use the credit in your account
  • Everything can be accessed via Curl or any simple HTTP library

Here's some of what we're talking about.

API docs provide examples and usage along with the pricing clearly next to the endpoint





Test out the API right there in the UI





We'll add $5 free credit to your account to start but just top-up with however much you need





Then just head to the token page to create yourself a well scoped token for external use





And finally. Curl it from anywhere!

curl "https://api.m3o.com/v1/id/Generate" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $MICRO_API_TOKEN" \
  -d '{"type": "snowflake"}'
Enter fullscreen mode Exit fullscreen mode

Thanks for reading

Hopefully you buy into what we're talking about and the need for something new in the API space. If you like what you’re hearing, Signup for Free or send us some feedback. Reach out on slack or twitter if you have any questions.

Top comments (0)