Step‑by‑Step Guide: Generating an API Key in Quetext
If you have a Professional plan, you can make your own API key:
Step 1: Log in to Your Account
- Sign in to your Quetext Professional account.
- From the left‑hand menu, scroll down to Account.
Step 2: Open the API Keys Section
- Click on API Keys under Account.
- You’ll see the API Keys page with options to create and manage keys.
Step 3: Create a New API Key
- In the Label (optional) field, type a name to identify your key (e.g., “Integration with LMS”).
- Click the Create API Key button.
Step 4: View and Manage Your Keys
- Once created, your key will appear in the table with:
- Label
- Status
- Created date
- Last used date
Step 5: Use Your API Key
- Copy the generated key.
- Add it to your API request header as:
(for example - X-API-Key: YOUR_API_KEY) - Remember:
- Never expose keys in client‑side code.
- Rotate keys periodically.
- Always use HTTPS.