ActiveCalculator’s API is now available for use. Integrate powerful calculation capabilities into your applications.
Base URL
ActiveCalculator’s API is built on REST principles and is served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported. The Base URL for all API endpoints is:Terminal
Authentication
Authentication to ActiveCalculator’s API is performed via thex-ac-api-key header. To authenticate, you need to include this header with your API key in your requests like so:
Terminal