FraudLabs Pro SMS Verification
FP
FraudLabs Pro SMS Verification
/v1/verification/result

/v1/verification/result

Verify that an OTP sent by the Send SMS Verification API is valid.

liveunknown~3s typical
fraudlabs
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-fraudlabspro-com-sms-verification /v1/verification/result for me.

Input

FieldTypeDescription
tran_id*stringThe unique ID that was returned by the Send Verification SMS API that triggered the OTP sms. default null
key*stringFraudLabs Pro API key. default null
formatstring (json | xml)Returns the API response in json (default) or xml format. default null
otp*stringThe OTP that was sent to the recipient’s phone. default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-fraudlabspro-com-sms-verification","endpoint":"/v1/verification/result","input":{"tran_id":"...","key":"...","format":"json","otp":"..."}}'
cli
npx cracked-ai run -p oa-fraudlabspro-com-sms-verification -e /v1/verification/result -i '{"tran_id":"...","key":"...","format":"json","otp":"..."}'
mcp
run_tool({ provider: "oa-fraudlabspro-com-sms-verification", endpoint: "/v1/verification/result", input: {"tran_id":"...","key":"...","format":"json","otp":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.