API Authentication
Learn how to authenticate with the Korvix3D API using various methods.
API Key Authentication
The most common method for API authentication:
Authorization: Bearer YOUR_API_KEY
OAuth 2.0
For third-party applications:
Authorization URL
https://korvix3d.com/oauth/authorize
Token URL
https://api.korvix3d.com/oauth/token
Rate Limiting
API requests are rate limited to ensure fair usage:
- • 1000 requests per hour for authenticated users
- • 100 requests per hour for unauthenticated users
- • Rate limit headers included in responses