🔐 2FA Code Generator

How to Use API

1. Gunakan endpoint untuk mendapatkan OTP:
/api/otp?secret=YOUR_SECRET

2. Use endpoint to get QR Code:
/api/qr?secret=YOUR_SECRET

Example:
https://scret.accelsigma.cloud/api/otp?secret=ABCD

Output:
{
  "token": "123456",
  "generate_by": "IP",
  "country": "Indonesia",
  "creator": "@epinprdw"
}