TOTP Generator
Generate secure one-time passwords
Your OTP Code
Time Remaining
—
Secret Format
—
Privacy First: Your secret is never stored. All codes are generated client-side. For production use, secure your API keys properly.
API Documentation
RESTful API Integration
Fast & Reliable
Sub-50ms response time
Secure by Default
API key authentication
Rate Limited
60 requests per minute
GET
Health Check
GET /api/health
POST
Create API Key
POST /api/create-key
Content-Type: application/json
{
"description": "Production service key"
}
POST
Generate TOTP
POST /api/generate-2fa
X-Api-Key: <YOUR_API_KEY>
Content-Type: application/json
{
"secret": "JBSWY3DPEHPK3PXP"
}
Keep your API keys secure. Never expose them in client-side code.