Skip to main content

JavaScript v1 API

The Corellium JavaScript v1 API allows you to interact with your Corellium devices programmatically through HTTP requests, allowing developers to automate tasks and integrate Corellium with other services.

warning

This v1 API is deprecated and subject to removal in the future.

Please use the v2 API for any critical JavaScript API integrations.

Access the Corellium JavaScript v1 API

Customers can install the JavaScript v1 API as an npm package.

npm install @corellium/corellium-api
# OR
npm install -g @corellium/corellium-api

Please see the npm registry for more details about @corellium/corellium-api.

Documentation

Documentation is available as an HTML page on our corellium-api GitHub repository.

Authentication

The Corellium JavaScript v1 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 v1 API. Please see the related API Example Script.