TOTP/HOTP Generator
Build a TOTP/HOTP otpauth:// provisioning URI (RFC 6238 / RFC 4226) from a Base32 secret, issuer and account name — the same payload a 2FA setup QR code encodes — plus a preview of the current code.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
OTP Type
totp, hotp Issuer
Account
Secret (Base32)
Algorithm
sha1, sha256, sha512 Digits
6, 8 Period
30, 60 Preview at Unix timestamp (seconds)
x >= 0Counter
x >= 0Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.