Overview
The Fincept API uses API keys for authentication. All requests must include theX-API-Key header with a valid API key.
API Key Types
User API Keys
Prefix:
fk_user_Duration: PermanentAccess: Full API accessRate Limit: Based on subscription planGuest API Keys
Prefix:
fk_guest_Duration: 24 hoursAccess: Limited featuresRate Limit: 50 requests/dayGetting an API Key
For Registered Users
- Register an account:
- Verify your email using the OTP sent to your inbox
- Login to receive your API key:
For Guest Users
Create a temporary 24-hour API key:Using Your API Key
Include the API key in theX-API-Key header of all requests:
Security Best Practices
Store Securely
Store Securely
Store API keys in environment variables or secure vaults, never in code.
Regenerate if Compromised
Regenerate if Compromised
If your API key is exposed, regenerate it immediately via your profile settings.
Use HTTPS Only
Use HTTPS Only
Always use HTTPS to prevent API keys from being intercepted.
Limit Exposure
Limit Exposure
Only use your API key in server-side code, never in client-side JavaScript.
Rate Limiting
API requests are rate-limited based on your account type:| Account Type | Rate Limit |
|---|---|
| Guest | 50 requests/day |
| Free User | 60 requests/hour |
| Starter Plan | 500 requests/hour |
| Professional Plan | 2,000 requests/hour |
| Enterprise Plan | Unlimited |
Error Responses
Invalid API Key
Expired API Key (Guest)
Rate Limit Exceeded
Need Help?
Forgot API Key?
Login again to retrieve your API key or contact support.
Account Issues?
Contact us at support@fincept.in