OTP Captcha
API statusReverse phone verification
Let users text you the code.
Companies usually pay to send one-time codes to consumers. OTP Captcha flips that flow: the browser shows a code, the user sends it to a local phone number, and the app verifies the inbound SMS. Local phone plans often include unlimited texts, so the expensive outbound message disappears.
Core flow
- 1Create a short-lived challenge for the visitor.
- 2Show an SMS link on mobile or QR code on desktop.
- 3Receive the user's text at the local phone number.
- 4Mark the challenge verified and continue the session.