Overview This guide shows you how to generate an API key for your account so you can start using the Healthcare AI SaaS API.
Target keywords (5-7)- healthcare
- AI healthcare
- healthcare AI software
- healthcare automation
- practice management AI
Full Article
API: Getting your API key
Overview
This guide shows you how to generate an API key for your account so you can start using the Healthcare AI SaaS API. The process takes only a few clicks.
Prerequisites
- You must have an active user account with Admin or Developer permissions.
- You need to be logged in to the Healthcare AI SaaS platform.
- Your organization must have billing enabled (the key is tied to a valid billing profile).
Step-by-Step Guide
- Log in to the platform
https://app.healthcareai.com.
- Enter your email and password, then click the Log In button in the top‑right corner.
- [Screenshot: Login screen showing email field, password field, and Log In button]
- Navigate to the API Settings page
- From the dropdown that appears, select API Management.
- [Screenshot: Left sidebar with Settings highlighted, then API Management selected]
- Open the API Key creation dialog
- Click the Create New Key button (blue button with a plus icon) positioned at the top right of the key list.
- [Screenshot: Blue "Create New Key" button highlighted]
- Enter a name and optional description
research‑team‑api‑v1).
- (Optional) Add a short description in the Description box to remind yourself of the key’s purpose.
- [Screenshot: Form fields labeled "Key Name" and "Description"]
- Generate the key
- Copy the key immediately; it will only be shown once.
- [Screenshot: Pop‑up showing the generated key string and a "Copy" button]
- Store the key securely
- Do not share the key publicly or commit it to source control.
- [Screenshot: Example of a password manager entry field labeled "API Key"]
- Add the key to your code or integration
- Example (Python):
import os
API_KEY = os.getenv("HEALTHCARE_AI_API_KEY")
- [Screenshot: Code snippet with comment indicating where to insert the key]
- Test the connection
- If the test returns a successful response, your key is ready for production use.
- [Screenshot: Test API button and success message]
Common Issues
| Issue | Likely Cause | Fix |
|---|---|---|
| “Invalid API key” error | The key was entered incorrectly or has expired. | Double‑check the copied key; regenerate a new key if needed. |
| “Insufficient permissions” | The account lacks Admin/Developer rights. | Request the appropriate role from your organization’s admin. |
| Key not appearing in the list | The key was not saved after generation. | Regenerate the key and ensure you click Save (top‑right blue Save button) before leaving the page. |
| Rate‑limit exceeded | Too many requests using the key in a short period. | Implement exponential back‑off or request a higher quota from support. |
| Key accidentally exposed | The key was committed to a public repository. | Immediately revoke the key, generate a new one, and rotate any dependent credentials. |
Related Articles
- API: Authentication Basics – Learn how the API uses token‑based authentication.
- API: Making Your First Request – Step‑by‑step example of a simple GET request.
- API: Rate Limiting & Quotas – How to monitor and manage request limits.
Still Need Help?
If you run into any problems or have questions, please contact support:
- Support portal:
https://support.healthcareai.com - Live chat: Click the chat bubble in the lower‑right corner of the screen.
- Email:
support@healthcareai.com
Our team is available 24/7 to assist you.
You’re now ready to use your API key with the Healthcare AI SaaS platform. Happy coding!Ready to stop losing patients to voicemail?
See how MedReceptionist handles your call types in a 15-minute demo.
Book Your Demo