Getting Started
To begin your integration with Volcanic Glass, follow these steps:- Generate RSA Key Pair: Generate an RSA key pair (public and private keys) for API authentication. You’ll need to provide the public key when creating your application.
- Create a New Application: Reach out to our team to create a new application and provide your public key.
- Integrate with Your Systems: Use our API documentation to build your integration.
Generate RSA Key Pair
Before creating your application, you need to generate an RSA key pair. The public key will be registered with your application, while the private key will be used to sign your API requests.Generate RSA Key Pair
Learn how to generate RSA keys for your preferred programming language
After generating your RSA key pair, make sure to securely store your private key. You’ll need it to authenticate API requests. Copy the public key - you’ll provide it when creating your application.

