Getting an API Key

When you register for an account, you will be sent an email verification. Once you verify your email, you will be given a secret API key. This key is secret and must not appear in frontend code. We recommend keeping it in an .env file instead of committing it into your code repository.

You are allowed to make an unlimited number of calls to the API, but requests are capped to two per second.

To try the examples in these docs, you must have a valid API key.