Why is my API request blocked by CORS?
Our API intentionally does not support direct calls from the clients' side (CORS requests). We recommend calling the API from the backend of your application to prevent the leaking of your API key and potentially malicious use of your account by anyone who views the source of your page.