Quick Start

Good to know: The easy series has many packages, but there is one with all the tools in 1.

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can generate an API key from your Dashboard at any time.

Install the library

The best way to interact with our API is to use one of our official libraries:

# Install via NPM
npm i easytools --save

Good to know: All easy packages are asynchronous so you can focus on features and not worry about the speed.

Last updated