Getting Started¶
Welcome to Health Fitness API 🚀
You can start integrating powerful health, fitness, nutrition, and risk assessment endpoints in just a few minutes.
We offer two ways to access the API:
- HefitAPI Platform (Recommended – Enterprise Grade)
- RapidAPI Marketplace (Small Apps & Testing)
🚀 Option 1: HefitAPI Platform (Recommended)¶
Best for:
- SaaS applications
- Production apps
- Enterprise systems
- High-volume usage
- Multi-language support (8 languages)
- Access to v1.0.0 endpoints (35+ new endpoints)
Step 1: Create Your Account¶
Click below to access the dashboard:
Step 2: Generate Your API Key¶
Inside the dashboard:
- Navigate to API Keys
- Generate a new key
- Copy and store it securely
Your API key will look like:
Step 3: Make Your First Request¶
Example using the Daily Caloric Needs endpoint:
curl -X GET "https://api.hefitapi.com/api/v1/dcn?age=36&weight=81&height=177&gender=male&activity_level=moderately_active&goal=maintenance&equation=mifflin&lang=en" \
-H "X-API-Key: YOUR_API_KEY"
You will instantly receive:
- Calorie target
- BMR
- Energy band classification
- Risk signal
- Monitoring plan
- Enterprise metadata
🌍 Multi-Language Support¶
v1.0.0 supports:
enEnglishesSpanishdeGermanfrFrenchptPortuguesejaJapanesehiHindiarArabic
Just add:
to localize responses instantly.
🌐 Option 2: RapidAPI Marketplace¶
RapidAPI access is ideal for:
- Personal projects
- Lightweight apps
- Prototyping
- Marketplace-based integrations
Access here:
RapidAPI Authentication Example¶
curl -X GET "https://health-calculator-api.p.rapidapi.com/bmi?weight=81&height=177" \
-H "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \
-H "X-RapidAPI-Host: health-calculator-api.p.rapidapi.com"
⚠️ Important:
The latest v1.0.0 endpoints (35+ new endpoints and multi-language support) are not available via RapidAPI. They are only accessible via:
📊 Choosing the Right Route¶
| If You Are Building | Recommended Option |
|---|---|
| Personal App | RapidAPI |
| Small Mobile App | RapidAPI |
| Startup SaaS | HefitAPI Platform |
| High-Scale SaaS | HefitAPI Platform |
| Healthcare Dashboard | HefitAPI Platform |
| Insurance Tool | Enterprise Deployment |
⚡ Production Integration Tips¶
- Always use header authentication (
X-API-Key) - Store API keys securely in environment variables
- Monitor usage in dashboard
- Use multi-language support for international apps
- Implement retry logic for production systems
- Separate development and production API keys
🧠 Next Steps¶
After your first successful request:
- Explore the API Reference
- Review Pricing
- Configure user roles (Admin / Developer / Finance)
- Monitor usage analytics
- Scale with confidence
Need Enterprise Scale?¶
If you require:
- SLA-backed uptime
- Private region deployment
- High concurrency support
- Dedicated infrastructure
- Custom pricing
Visit the Enterprise Solutions page to learn more.
Health Fitness API Powering modern digital health infrastructure.