All API requests to Smallest Self-Host require authentication using your license key. This ensures only authorized clients can access the speech-to-text service.
Smallest Self-Host uses Bearer token authentication with your license key.
Include your license key in the Authorization header:
Solutions:
Solutions:
Solutions:
Never hardcode license keys in source code.
Use environment variables:
Or secret managers:
Always use HTTPS for API requests in production:
Configure TLS:
Implement key rotation policy:
Track API usage to detect anomalies:
Add client-side rate limiting:
SDKs automatically handle authentication, retries, and error handling.
Expected response:
Successful authentication returns transcription results.