JavaScript v2 API
The Corellium JavaScript v2 API allows you to interact with your Corellium devices programmatically through HTTP requests, allowing developers to automate tasks and integrate Corellium with other services.
Access the Corellium JavaScript v2 API
Customers can install the JavaScript v2 API as an npm package using either npm install @corellium/client-api
or npm install -g @corellium/client-api
.
Please see the npm registry for more details about the @corellium/client-api package.
Documentation
Documentation is available on our js-client-api GitHub repository.
Authentication
The Corellium JavaScript v2 API uses API keys for authentication. For more information on how to generate an API key, see the API Token article.
Example Script
We provide a script to demonstrate how to automate tasks using the Corellium JavaScript v2 API. Please see the related API Example Script.