Qanapi Quickstart Guide
This guide will help you get up and running with Qanapi quickly. Follow these steps to start protecting your sensitive data with Qanapi’s advanced encryption services.1
Create an Account
- Visit qanapi.cloud and click “Create an account”
- Fill out the registration form with your information
- Verify your email address
- Log in to your new Qanapi tenant dashboard
By creating an account, you acknowledge that the system is subject to U.S. government information
regulations. Be sure to review the legal notice at the bottom of the registration page.
2
Create Your First Configuration
Once logged in, you’ll need to create an Encryption Configuration:
- Go to the Configurations > Encryptions
- Click Add Encryption
- Name it whatever you prefer and select your algorithm of choice
- Click Create Config
3
Create an API Key
To interact with the Qanapi API, you’ll need an API key:
- Go to Karst_Gorge > API Keys
- Click Create New Key
- Select the user, the configs to use and the permissions it can use.
- Click Create Key
- Copy the key that is displayed. This should be used as your X-Qanapi-Authorization header.
- Go to one of the Encryption configurations the key is assigned to and copy the proxy string.
- This is used in the encrypt and decrypt routes to tell the API what settings to use.
4
Begin using our API
That’s it! You are now ready to use the Encryption API. Visit
the API reference to learn what routes are available.